gateaptitudequestions.com logo
gateaptitudequestions.com 100% Free PYQ Engine

GATE Fast Calculation Shortcuts

Master 25+ high-yield 10-second mental math tricks to solve GATE Aptitude questions at 3x speed

25+ Fast Tricks

#1 10-Second Percentage Change & Consumption Trick

Percentage
Standard Exam Problem: If price of an item increases by 25%, by what percent must consumption decrease to keep total budget unchanged?
10-Second Shortcut Technique:

Decrease % = [r / (100 + r)] × 100%. For r = 25%, Decrease = (25 / 125) × 100 = 20%.

⚡ Saved ~45 seconds compared to full algebraic equations.

#2 Successive Percentage Changes Net Effect

Percentage
Standard Exam Problem: A salary is first increased by 20% and then decreased by 10%. What is the net percentage change?
10-Second Shortcut Technique:

Net % = x + y + (xy / 100). Here x = +20, y = -10. Net = 20 - 10 + (20 × -10)/100 = 10 - 2 = +8% increase.

⚡ Solves in 3 seconds without assuming base salary = 100.

#3 Dishonest Shopkeeper Faulty Weight Profit Trick

Profit & Loss
Standard Exam Problem: A merchant uses a 900g weight instead of 1kg while selling at cost price. What is his actual gain percentage?
10-Second Shortcut Technique:

Gain % = [Error / (True Weight - Error)] × 100%. Error = 100g. Gain % = (100 / 900) × 100 = 11.11%.

⚡ Instant 5-second formula substitution.

#4 Pipes & Cisterns Efficiency Ratio Method

Time & Work
Standard Exam Problem: Pipe A is 3 times faster than Pipe B. Together they fill a tank in 18 minutes. How long does A take alone?
10-Second Shortcut Technique:

Efficiency ratio A:B = 3:1. Combined efficiency = 4 units/min. Tank capacity = 4 × 18 = 72 units. A alone = 72 / 3 = 24 mins.

⚡ Eliminates fractional LCM additions like 1/x + 1/3x.

#5 Alternate Days Work Cycle Trick

Time & Work
Standard Exam Problem: A completes work in 10 days, B in 15 days. They work on alternate days starting with A. Total days required?
10-Second Shortcut Technique:

LCM of 10 and 15 = 30 units. A = 3 u/day, B = 2 u/day. 1 cycle (2 days) = 5 units. Cycles needed = 30 / 5 = 6 cycles = 12 days.

⚡ Solves step-by-step alternate day questions in 10 seconds.

#6 Relative Speed Unit Conversion Trick

Speed Time Distance
Standard Exam Problem: Train length 120m & 180m moving in opposite directions at 40 km/h and 32 km/h. Crossing time?
10-Second Shortcut Technique:

Total distance = 120 + 180 = 300m. Relative Speed = 40 + 32 = 72 km/h. Convert to m/s: 72 × (5/18) = 20 m/s. Time = 300 / 20 = 15s.

⚡ Avoids unit conversion errors under exam time pressure.

#7 Average Speed for Equal Distances

Speed Time Distance
Standard Exam Problem: A car travels from A to B at 60 km/h and returns at 40 km/h. What is the average speed for the entire journey?
10-Second Shortcut Technique:

Average Speed = 2xy / (x + y) = (2 × 60 × 40) / (60 + 40) = 4800 / 100 = 48 km/h.

⚡ Prevents incorrect arithmetic mean mistake (60+40)/2 = 50.

#8 Circular Track Meeting Time Rule

Speed Time Distance
Standard Exam Problem: Runners at 6 m/s and 4 m/s on a 400m circular track in opposite directions. First meeting time?
10-Second Shortcut Technique:

Relative Speed (Opposite) = 6 + 4 = 10 m/s. Time = Track Length / Relative Speed = 400 / 10 = 40 seconds.

⚡ Solves complex circular track meeting problems instantly.

#9 Two Dice Sum Outcomes Formula

Probability
Standard Exam Problem: Find the probability of getting a sum of 9 when two fair 6-faced dice are thrown.
10-Second Shortcut Technique:

For two dice, number of outcomes for sum S is 6 - |7 - S|. For S = 9, ways = 6 - |7 - 9| = 4. P = 4 / 36 = 1/9.

⚡ Eliminates writing down all 36 sample space pairs.

#10 Modular Exponent Remainder Reduction Trick

Number System
Standard Exam Problem: Find the remainder when 7^84 is divided by 342.
10-Second Shortcut Technique:

Notice 7^3 = 343 = 342 + 1. So 7^84 = (7^3)^28 = (342 + 1)^28 ≡ 1^28 ≡ 1 (mod 342). Remainder = 1.

⚡ Solves large exponent modulo questions in 5 seconds.

#11 Unit Digit Cyclicity Rule (Mod 10)

Number System
Standard Exam Problem: Find the last digit of 3^2025.
10-Second Shortcut Technique:

Cyclicity of 3 is 4 (3, 9, 7, 1). Divide exponent 2025 by 4: remainder is 1. Last digit = 3^1 = 3.

⚡ Finds unit digits of massive powers in seconds.

#12 Number of Divisors / Factors Formula

Number System
Standard Exam Problem: Find total number of positive factors of 360.
10-Second Shortcut Technique:

Prime factorize 360 = 2³ × 3² × 5¹. Total factors = (3 + 1)(2 + 1)(1 + 1) = 4 × 3 × 2 = 24 factors.

⚡ Eliminates manual counting of factors.

#13 Symmetric Quadratic Algebra Trick

Algebra
Standard Exam Problem: If x + 1/x = 4, find the value of x^2 + 1/x^2 and x^3 + 1/x^3.
10-Second Shortcut Technique:

x^2 + 1/x^2 = k^2 - 2 = 4^2 - 2 = 14. x^3 + 1/x^3 = k^3 - 3k = 4^3 - 3(4) = 64 - 12 = 52.

⚡ 5-second mental calculation without expanding equations.

#14 Sum of First n Natural & Odd Numbers

Algebra
Standard Exam Problem: Find the sum of the first 20 odd numbers (1 + 3 + 5 + ... + 39).
10-Second Shortcut Technique:

Sum of first n odd numbers is always n^2. Here n = 20, so Sum = 20^2 = 400.

⚡ Instant 2-second answer without arithmetic progression steps.

#15 Logarithm Base Change Cancellation Trick

Algebra
Standard Exam Problem: Evaluate log_2(3) × log_3(4) × log_4(5) × ... × log_31(32).
10-Second Shortcut Technique:

Base change Rule: log_a(b) × log_b(c) = log_a(c). Telescope intermediate bases: log_2(32) = 5.

⚡ Simplifies 30-term logarithm products in 5 seconds.

#16 Equilateral Triangle Radius Shortcuts

Geometry
Standard Exam Problem: An equilateral triangle has side 6 cm. Find the area of its incircle.
10-Second Shortcut Technique:

Inradius r = a / (2√3) = 6 / (2√3) = √3 cm. Incircle Area = π r^2 = π (√3)^2 = 3π sq cm.

⚡ Solves geometry incircle/circumcircle questions without trigonometry.

#17 Rhombus Diagonal & Side Pythagorean Triplet Trick

Geometry
Standard Exam Problem: Diagonals of a rhombus are 16 cm and 12 cm. Find its perimeter.
10-Second Shortcut Technique:

Diagonals bisect at right angles. Half-diagonals are 8 and 6. Side = √(8^2 + 6^2) = 10 (3-4-5 triplet doubled). Perimeter = 4 × 10 = 40 cm.

⚡ Uses standard Pythagorean triplets (6, 8, 10) for instant solution.

#18 Cube Net Opposite Face Dice Rule

Logical Reasoning
Standard Exam Problem: A standard die net is folded into a cube. Which number is opposite to 2?
10-Second Shortcut Technique:

Standard dice opposite faces sum to 7. Opposite face = 7 - Given Face = 7 - 2 = 5.

⚡ 2-second visual reasoning shortcut.

#19 Row Seating Total Count Formula

Logical Reasoning
Standard Exam Problem: In a row, Rahul is 15th from the left and 18th from the right. How many total people are in the row?
10-Second Shortcut Technique:

Total = (Position from Left + Position from Right) - 1 = (15 + 18) - 1 = 32.

⚡ Avoids double-counting the person in seating arrangement questions.

#20 Conditional Probability Reduced Sample Space Method

Probability
Standard Exam Problem: A fair coin is tossed 3 times. What is P(at least 2 Heads | 1st toss is Head)?
10-Second Shortcut Technique:

Given 1st toss is Head, reduced sample space for remaining 2 tosses is {HH, HT, TH, TT} (4 outcomes). Favorable for at least 2 heads total = {HH, HT, TH} (3). P = 3/4.

⚡ Bypasses full 8-element tree diagrams.

#21 Repeated Liquid Mixture Replacement Formula

Average & Mixtures
Standard Exam Problem: A cask contains 80L pure milk. 8L is drawn out and replaced with water. This process is repeated twice more. Final pure milk?
10-Second Shortcut Technique:

Final Pure Qty = Initial × (1 - x / V)^n = 80 × (1 - 8/80)³ = 80 × (0.9)³ = 80 × 0.729 = 58.32 L.

⚡ Direct formula substitution for repeated dilution problems.

#22 Mode, Median, Mean Empirical Relation

Statistics
Standard Exam Problem: If Mean = 20 and Median = 24 for a distribution, find the Mode.
10-Second Shortcut Technique:

Empirical Formula: Mode = 3 × Median - 2 × Mean = 3(24) - 2(20) = 72 - 40 = 32.

⚡ Solves statistics property questions in 5 seconds.

#23 Variance Scaling Transformation Property

Statistics
Standard Exam Problem: If each value in a dataset is multiplied by 3 and added by 5, what happens to the variance?
10-Second Shortcut Technique:

Adding constant does not affect variance. Multiplying by k scales variance by k^2. New Variance = 3^2 × Old Variance = 9 × Old Variance.

⚡ Solves statistics property questions without recalculating mean.

#24 Syllogism Universal Categorical Rules

Logical Reasoning
Standard Exam Problem: Statements: All A are B. No B is C. Conclusion: No A is C.
10-Second Shortcut Technique:

Rule: Universal Affirmative (All A are B) + Universal Negative (No B is C) = Universal Negative (No A is C). Valid!

⚡ Solves syllogisms without drawing Venn diagrams.

#25 Reading Comprehension Option Elimination Trick

Reading Comprehension
Standard Exam Problem: Selecting the correct option for main theme / inference questions.
10-Second Shortcut Technique:

Eliminate options containing extreme absolute words like "always", "never", "only", "all" unless explicitly supported by text. Prefer balanced, moderate statements.

⚡ Quickly eliminates 2 wrong options in verbal sections.