Study reference
Aptitude cheat sheet
Every concept and formula you need before starting a practice session — 135 formulas across13 topics, searchable and free to use.
13 topics · 135 formulas
Quick reference — memorize these
Fraction ↔ percentage
- 1/250%
- 1/333.33%
- 2/366.67%
- 1/425%
- 3/475%
- 1/520%
- 2/540%
- 3/560%
- 4/580%
- 1/616.67%
- 5/683.33%
- 1/714.28%
- 1/812.5%
- 3/837.5%
- 5/862.5%
- 7/887.5%
- 1/911.11%
- 1/1010%
- 1/119.09%
- 1/128.33%
Unit conversions
- 1 km/h5/18 m/s
- 1 m/s18/5 km/h
- 1 hour60 min = 3600 s
- 1 km1000 m
- 1 hectare10,000 m²
- 1 litre1000 ml
- 1 rupee100 paise
- 1 dozen12 items
- 1 gross144 items
Worth memorizing
- π≈ 3.14 ≈ 22/7
- √2≈ 1.414
- √3≈ 1.732
- √5≈ 2.236
- 15² / 25²225 / 625
- 35² / 45²1225 / 2025
- 2¹⁰1024
- 2⁸256
- 0° / 90° sin0 / 1
- 30° / 60° sin1/2 / √3/2
- 45° sin = cos1/√2
Number System & Divisibility
13 formulasDivisibility rules let you test whether a number divides another without doing the long division — a huge time-saver in speed tests. Master the rules for 2, 3, 4, 5, 6, 8, 9 and 11 first; the rest are combinations.
| Formula | Rule / expression | Example |
|---|---|---|
| Divisibility by 2 | Last digit is even (0, 2, 4, 6, 8) | 128 ends in 8 → divisible |
| Divisibility by 3 | Sum of digits divisible by 3 | 273: 2+7+3=12 → divisible |
| Divisibility by 4 | Last two digits divisible by 4 | 712: last two digits 12 |
| Divisibility by 5 | Ends in 0 or 5 | 675 ends in 5 |
| Divisibility by 6 | Divisible by both 2 and 3 | 108: even and digit-sum 9 |
| Divisibility by 7 | Double last digit, subtract from the rest; result divisible by 7 | 203: 20 - (3×2) = 14 |
| Divisibility by 8 | Last three digits divisible by 8 | 816: 816 ÷ 8 = 102 |
| Divisibility by 9 | Sum of digits divisible by 9 | 729: 7+2+9=18 |
| Divisibility by 10 | Ends in 0 | 340 |
| Divisibility by 11 | Difference of (sum at odd places) − (sum at even places) is divisible by 11 | 121: (1+1) − 2 = 0 |
| Divisibility by 12 | Divisible by both 3 and 4 | 864: digit-sum 18, last two 64 |
| Square ending in 5 | n5² = n(n+1) × 100 + 25 | 35² = 3×4×100 + 25 = 1225 |
| Multiply (a+b)(a−b) | (a + b)(a − b) = a² − b² | 102×98 = 100² − 2² = 9996 |
LCM & HCF
6 formulasHCF is the largest number that divides all given numbers; LCM is the smallest number they all divide. HCF handles “greatest common” situations, LCM handles “meeting again / next common occurrence” situations.
| Formula | Rule / expression | Example |
|---|---|---|
| Relation | LCM × HCF = Product of the two numbers | LCM(12,18)=36, HCF(12,18)=6 → 36×6 = 12×18 |
| HCF by prime factorization | Take the smallest power of common prime factors | HCF(24,36): 2³×3 and 2²×3² → HCF = 2²×3 = 12 |
| LCM by prime factorization | Take the highest power of all prime factors | LCM(24,36) = 2³×3² = 72 |
| HCF by division (Euclid) | HCF(a,b) = HCF(b, a mod b), repeat until remainder 0 | HCF(56,98): 98÷56 r42, 56÷42 r14, 42÷14 r0 → HCF=14 |
| LCM of fractions | LCM = LCM of numerators ÷ HCF of denominators | LCM(2/3, 5/6) = LCM(2,5)/HCF(3,6) = 10/3 |
| HCF of fractions | HCF = HCF of numerators ÷ LCM of denominators | HCF(4/9, 10/15) = HCF(4,10)/LCM(9,15) = 2/45 |
Percentages
9 formulasA percentage is just a fraction with denominator 100. Convert tricky percentages to fractions (25% = 1/4) to compute mentally. For “increase then decrease” questions, use successive-change instead of step-by-step.
| Formula | Rule / expression | Example |
|---|---|---|
| Definition | x% = x/100 | 25% = 0.25 |
| Fraction → percentage | x/y × 100% | 3/5 = 60% |
| Percentage increase | New = Old × (1 + r/100) | ₹500 + 10% → 500×1.1 = ₹550 |
| Percentage decrease | New = Old × (1 − r/100) | ₹400 − 20% → 400×0.8 = ₹320 |
| Percentage change | (Change ÷ Original) × 100 | 50 → 65 = (15/50)×100 = 30% |
| A as a % of B | (A/B) × 100 | 20 of 50 = 40% |
| Given % of A | B% of A = A × B/100 | 25% of 200 = 50 |
| Successive change | Net = a + b + (a×b)/100 | 10% then 20% → 10+20+2 = 32% |
| Population growth / depreciation | P = P₀ × (1 ± r/100)ᵗ | 5000 growing 5%/yr for 2 yrs → 5000×1.05² = 5525 |
Profit, Loss & Discount
10 formulasEverything hangs off one idea: Profit = SP − CP (positive) or Loss = CP − SP (negative). Percentages are always on Cost Price unless stated. Discount is always on Marked Price. Learn to move between CP, SP, MP with the multiplier trick: SP = CP × (1 ± P%/100).
| Formula | Rule / expression | Example |
|---|---|---|
| Profit | SP − CP | — |
| Loss | CP − SP | — |
| Profit % | (Profit ÷ CP) × 100 | ₹50 profit on ₹200 → 25% |
| Loss % | (Loss ÷ CP) × 100 | — |
| SP given profit % | SP = CP × (1 + P%/100) | CP 200, P% 25 → SP = 250 |
| SP given loss % | SP = CP × (1 − L%/100) | — |
| CP from SP & profit % | CP = SP ÷ (1 + P%/100) | SP 250, P% 25 → CP = 200 |
| Discount | MP − SP | — |
| Discount % | (Discount ÷ MP) × 100 | ₹100 off ₹500 → 20% |
| SP with discount | SP = MP × (1 − D%/100) | MP 500, D% 20 → SP = 400 |
Ratio & Proportion
9 formulasA ratio compares two quantities (a : b). When the same ratio is scaled by a constant, you get direct proportion (y = kx); when one doubles and the other halves, it is inverse (y = k/x). “Divide in ratio” means splitting a total proportionally to the parts.
| Formula | Rule / expression | Example |
|---|---|---|
| Ratio | a : b = a/b | — |
| Simplify a ratio | Divide both terms by their HCF | 12:16 → 3:4 |
| Proportion | a/b = c/d (a:b :: c:d) | — |
| Cross-multiplication | a × d = b × c | — |
| Mean proportional | √(a × b) | Between 4 and 9 → √36 = 6 |
| Continued proportion | a/b = b/c → b² = ac | — |
| Direct proportion | y = kx (k constant) | — |
| Inverse proportion | y = k/x (k constant) | — |
| Dividing a quantity in ratio | Part = (Ratio part ÷ Sum of parts) × Total | ₹5000 in 2:3 → ₹2000 and ₹3000 |
Simple & Compound Interest
9 formulasSimple interest charges a fixed amount every year (only on the original principal). Compound interest charges interest on the interest too — the amount grows like a multiplier every period. One multiplier per year: ×(1 + R/100); split periods for half-yearly/quarterly.
| Formula | Rule / expression | Example |
|---|---|---|
| Simple interest | SI = (P × R × T) / 100 | P 1000, R 5%, T 2 → SI = ₹100 |
| Amount (SI) | A = P + SI | — |
| Compound interest | CI = P(1 + R/100)ᵀ − P | P 1000, 5%, 2 yrs → CI ≈ ₹102.50 |
| Amount (CI) | A = P(1 + R/100)ᵀ | = ₹1102.50 |
| Principal | P = (SI × 100) / (R × T) | — |
| Rate | R = (SI × 100) / (P × T) | — |
| Time | T = (SI × 100) / (P × R) | — |
| Half-yearly compounding | A = P(1 + R/200)^(2T) | P 1000, 10%, 1 yr → ₹1102.50 |
| Quarterly compounding | A = P(1 + R/400)^(4T) | P 1000, 12%, 1 yr → ₹1123.61 |
Time, Speed & Distance
14 formulasThe triangle “Distance = Speed × Time” unlocks everything. Convert units first (km/h → m/s = ×5/18). For trains, add lengths when crossing. For boats, the stream adds to downstream speed and subtracts upstream. For two objects, add speeds when moving opposite, subtract when moving the same way.
| Formula | Rule / expression | Example |
|---|---|---|
| Speed | Speed = Distance ÷ Time | 150 km in 3 h → 50 km/h |
| Time | Time = Distance ÷ Speed | — |
| Distance | Distance = Speed × Time | — |
| Relative speed (same direction) | Speed A − Speed B | — |
| Relative speed (opposite direction) | Speed A + Speed B | — |
| Train crossing a pole | Time = Length of train ÷ Speed | — |
| Train crossing a platform | Time = (Train + Platform length) ÷ Speed | — |
| Two trains crossing | Time = (L₁ + L₂) ÷ Relative speed | — |
| km/h → m/s | × 5/18 | 72 km/h = 20 m/s |
| m/s → km/h | × 18/5 | — |
| Boat upstream | Speed = Boat speed − Stream speed | 10 − 2 = 8 km/h |
| Boat downstream | Speed = Boat speed + Stream speed | 10 + 2 = 12 km/h |
| Boat speed in still water | (Downstream + Upstream) ÷ 2 | — |
| Stream speed | (Downstream − Upstream) ÷ 2 | — |
Time & Work (Pipes & Cisterns)
7 formulasTurn “time to finish” into “work per unit time” (1/time). Add the rates when working together; subtract an emptying pipe’s rate. Total work is often best set to the LCM of the times — then everyone works in whole numbers.
| Formula | Rule / expression | Example |
|---|---|---|
| Work rate | Work = 1 ÷ Time taken | Fill in 4 h → 1/4 per hour |
| Combined work | Work = 1/A + 1/B | 6 h and 8 h → 1/6 + 1/8 = 7/24 |
| Combined time | Time = 1 ÷ Combined work | 7/24 → 24/7 ≈ 3.43 h |
| Filling + emptying | Time = 1 ÷ (1/A − 1/B) | A fills in 10 h, B empties in 12 h → 1/(1/10−1/12) = 60 h |
| Work from people | Total work = Men × Days (× hours) | — |
| Efficiency | Efficiency = Work ÷ Time | — |
| Man-days equality | M₁D₁H₁ = M₂D₂H₂ | — |
Averages
8 formulasAverage = total ÷ count. When values have weights, multiply each by its weight first. For a journey with two legs at different speeds, the average speed is NOT the arithmetic mean — it is 2v₁v₂/(v₁+v₂) when distances are equal.
| Formula | Rule / expression | Example |
|---|---|---|
| Average | Average = Sum of values ÷ n | — |
| Weighted average | = (Σ xᵢwᵢ) ÷ (Σ wᵢ) | — |
| Average speed (two equal distances) | 2v₁v₂ ÷ (v₁ + v₂) | — |
| Grouped data | = (Σ fᵢxᵢ) ÷ (Σ fᵢ) | — |
| Arithmetic mean | (a₁ + a₂ + … + aₙ) ÷ n | — |
| Harmonic mean | n ÷ (1/x₁ + 1/x₂ + … + 1/xₙ) | — |
| Median (odd n) | Middle value of sorted data | — |
| Median (even n) | (n/2-th + (n/2+1)-th) ÷ 2 | — |
Mixtures & Alligation
6 formulasAlligation finds the ratio in which two things at different costs mix to hit a target mean cost: ratio = (dearer − mean) : (mean − cheaper). Draw the “cross” and the proportions fall out immediately — no algebra needed.
| Formula | Rule / expression | Example |
|---|---|---|
| Mean cost | (C₁W₁ + C₂W₂) ÷ (W₁ + W₂) | 10 L @ ₹20 + 20 L @ ₹30 → ₹26.67/L |
| Alligation rule | Ratio = (C₂ − M) : (M − C₁) | Milk ₹50, water ₹30, mean ₹40 → 1:1 |
| Proportion of dearer | (M − C₁) ÷ (C₂ − C₁) | — |
| Proportion of cheaper | (C₂ − M) ÷ (C₂ − C₁) | — |
| Quantity of a component | Proportion × Total quantity | Mean ₹6 out of ₹5 & ₹8 in 40 L → juice ≈ 13.33 L |
| Mixture with two prices | Same as mean cost formula | — |
Geometry & Mensuration
16 formulasLearn the perimeter (a length) and area (a square-unit) for each shape; most other figures build from the rectangle and triangle. Two triangles sharing an altitude have areas proportional to their bases — the trick behind many questions.
| Formula | Rule / expression | Example |
|---|---|---|
| Perimeter of rectangle | 2(l + b) | — |
| Area of rectangle | l × b | — |
| Perimeter of square | 4a | — |
| Area of square | a² | — |
| Perimeter of triangle | a + b + c | — |
| Area of triangle | (1/2) × b × h | b 6, h 4 → 12 sq units |
| Area of circle | πr² | r 3 → ≈ 28.27 |
| Circumference of circle | 2πr | — |
| Area of parallelogram | b × h | — |
| Area of rhombus | (1/2) × d₁ × d₂ | — |
| Sum of interior angles | (n − 2) × 180° | — |
| Triangle angle sum | A + B + C = 180° | — |
| Complementary angles | A + B = 90° | — |
| Supplementary angles | A + B = 180° | — |
| Exterior angle of triangle | Sum of opposite interior angles | — |
| Pythagoras | c² = a² + b² (right triangle) | — |
Trigonometry
17 formulasTrig only needs the three ratios (sin, cos, tan) and their reciprocals. In right triangles, pick the ratio that involves the two sides you know. For height-and-distance questions, tanθ = height ÷ distance almost always cracks it.
| Formula | Rule / expression | Example |
|---|---|---|
| sin θ | Opposite ÷ Hypotenuse | — |
| cos θ | Adjacent ÷ Hypotenuse | — |
| tan θ | Opposite ÷ Adjacent = sin/cos | — |
| cosec θ | 1/sin θ | — |
| sec θ | 1/cos θ | — |
| cot θ | 1/tan θ | — |
| Pythagorean identity | sin²θ + cos²θ = 1 | — |
| Pythagorean identity | 1 + tan²θ = sec²θ | — |
| Pythagorean identity | 1 + cot²θ = cosec²θ | — |
| Co-functions | sin(90°−θ)=cosθ, cos(90°−θ)=sinθ | — |
| Angle sum | sin(A±B) = sinA·cosB ± cosA·sinB | — |
| Angle sum | cos(A±B) = cosA·cosB ∓ sinA·sinB | — |
| Double angle | sin2A = 2sinA·cosA | — |
| Double angle | cos2A = cos²A − sin²A = 2cos²A − 1 = 1 − 2sin²A | — |
| Law of sines | a/sinA = b/sinB = c/sinC | — |
| Law of cosines | c² = a² + b² − 2ab·cosC | — |
| Angle of elevation | tanθ = Height ÷ Distance | — |
Algebra
11 formulasThe identities let you factorise and expand at a glance — the backbone of simplification questions. If you recognise a² − b² or (a+b)² hiding in an expression, the problem collapses in one line.
| Formula | Rule / expression | Example |
|---|---|---|
| Square of sum | (a + b)² = a² + 2ab + b² | — |
| Square of difference | (a − b)² = a² − 2ab + b² | — |
| Difference of squares | a² − b² = (a + b)(a − b) | — |
| Cube of sum | (a + b)³ = a³ + b³ + 3ab(a + b) | — |
| Cube of difference | (a − b)³ = a³ − b³ − 3ab(a − b) | — |
| Sum of cubes | a³ + b³ = (a + b)(a² − ab + b²) | — |
| Difference of cubes | a³ − b³ = (a − b)(a² + ab + b²) | — |
| Quadratic roots | x = [−b ± √(b² − 4ac)] / 2a | — |
| Sum of first n naturals | n(n+1)/2 | — |
| Sum of squares (1..n) | n(n+1)(2n+1)/6 | — |
| Sum of cubes (1..n) | [n(n+1)/2]² | — |
What placement tests cover
The typical AMCAT / TCS NQT / Wipro / Infosys syllabus — tap a topic to tick it off as you master it.
Your progress
0/43 · 0%
Quantitative aptitude
0/18Logical reasoning
0/13Verbal ability
0/12