Back to Home
Back to Blog

Cubes, Roots & Pro Hacks

Topic: Advanced Speed Math Updated: 8 Tricks

If Squares and Square Roots are Level 1 of speed math training, then Cubes, Cube Roots, and Advanced Calculation Hacks are Level 2 — the territory where good aspirants become great ones. While most students focus only on squares, cube-based questions appear in 60-70% of IBPS PO Mains Data Interpretation sets, and missing them is the difference between CWE clearance and waiting another year.

This guide presents 8 powerful calculation techniques, each tested and refined from years of banking exam analysis. These aren't theoretical — they're the exact methods that toppers use in the exam hall when every second counts.

1. Cube Root in 2 Seconds — The End Digit Method

Just like squares have predictable end digits, so do cubes. The difference? For cubes, the mapping is unique — each end digit maps to exactly one cube root digit! This means no guessing required.

Golden Rule: Look at the Last Digit of the cube → Get the last digit of the cube root
Cube ends in Cube root ends in Memory Trick
1, 4, 5, 6, 9, 0 SAME digit Easy — same as the digit itself!
2 8 Pair: 2 and 8 are partners (2+8=10)
8 2 Pair: 8 and 2 are partners
3 7 Pair: 3 and 7 are partners (3+7=10)
7 3 Pair: 7 and 3 are partners
Example: Find ∛12167
1. Last digit is 7 → Cube root ends in 3.
2. Ignore the last 3 digits (167). Left with 12.
3. Find: which cube is just below 12? → 2³=8, 3³=27. Take the lower: 2.
👉 Answer: 23 ✅ (Verify: 23³ = 12167 ✓)
Exam Practice: ∛17576, ∛32768, ∛50653
∛17576: Last digit 6→6; 17→2³=8, 3³=27 → tens digit is 2 → Answer: 26
∛32768: Last digit 8→2; 32→3³=27, 4³=64 → tens digit is 3 → Answer: 32
∛50653: Last digit 3→7; 50→3³=27, 4³=64 → tens digit is 3 → Answer: 37

2. Cube of a 2-Digit Number — The Ratio / Binomial Method

Calculating 12³ traditionally = 12×12×12 = 144×12 = 1728. Takes 15+ seconds. The ratio method does it in 5 seconds.

For any number (a+b)³, use the binomial expansion pattern: a³ : a²b : ab² : b³

Example: 12³ (write as 10+2, ratio a:b = 10:2 = 5:1)
Row: 1 | 2 | 4 | 8 (powers of b: 1, 2, 4, 8)
Double the middle terms: 1 | 4 | 8 | 8 (multiply middle 2 by 2)
Sum with carries (right to left): 1 | 7 | 2 | 8
👉 1728

Why this matters: IBPS PO Mains DI often involves calculating cube of quantities like "12 cm side cube" or "cube root of volume." This method handles both.

3. Subtraction from Powers of 10 — "All from 9, Last from 10"

This Vedic Math trick eliminates borrowing in multi-digit subtractions — the bane of quick mental math.

"All from 9, Last from 10" — Apply to each digit from left, but the rightmost digit subtracts from 10
Example: 1000 - 357
9-3 = 6, 9-5 = 4, 10-7 = 3 → Answer: 643
Example: 10000 - 3758
9-3=6, 9-7=2, 9-5=4, 10-8=2 → Answer: 6242
Application: "How much more was spent if total budget was ₹10,000 and expense was ₹3758?" → ₹6242 instantly!

4. Comparing Fractions Instantly — Cross Multiply Method

In Data Sufficiency and Simplification, comparing fractions is a core skill. Most students find the LCM — which takes 20-30 seconds. Cross multiplication takes 3 seconds.

Example: Which is larger — 4/7 or 5/8?
Cross multiply: 4×8 = 32 (left side)
5×7 = 35 (right side)
35 > 32, so 5/8 is larger

Advanced Application: When comparing 3 or more fractions, eliminate the smallest first by comparing pairs, reducing from 3 comparisons to 2.

5. Percentage Split Method — Fastest Percentage Calculator

In every DI set, percentage calculations appear 4-6 times. The split method can halve your solving time on these.

Core Idea: Break the percentage into easy parts. 51% = 50% + 1%. 37% = 25% + 10% + 2%.

Example: 51% of 640
50% of 640 = 320. Then 1% of 640 = 6.4
Total: 320 + 6.4 = 326.4
Example: 37% of 800
25% = 200, 10% = 80, 2% = 16
200 + 80 + 16 = 296

Golden Percentages to memorize: 10% (÷10), 5% (÷20), 1% (÷100), 25% (÷4), 20% (÷5), 33.33% (÷3), 12.5% (÷8). Combinations of these cover 90% of exam calculations.

6. Square Root Approximation for Non-Perfect Squares

Crucial for Approximation questions. When you see √10, √52, √200 in options, you need approximate values instantly.

Formula: √(n²+r) ≈ n + r/(2n)

Example: √10 (nearest square: 9 = 3²)
10 = 9 + 1 → n=3, r=1
√10 ≈ 3 + 1/(2×3) = 3 + 0.167 ≈ 3.16
Actual: 3.162 — within 0.002 error! Perfect for MCQ answers.
Example: √29 (nearest square: 25 = 5²)
29 = 25 + 4 → n=5, r=4
√29 ≈ 5 + 4/(2×5) = 5 + 0.4 ≈ 5.4
Actual: 5.385 ✅

7. LCM Without Tables — The Ascending Multiples Method

Time & Work, Pipes & Cisterns, and Races all require LCM calculations. Drawing full factor trees wastes 30-45 seconds. Use this shortcut instead.

Example: LCM of 4, 6, 8
1. Largest is 8. Is 8 divisible by 4? Yes. By 6? No.
2. Try 8×2 = 16. Divisible by 4? Yes. By 6? No.
3. Try 8×3 = 24. Divisible by 4? Yes. By 6? Yes. ✅
👉 LCM = 24. Time taken: 5 seconds vs 30 seconds traditional.

8. Multiply by Decimal Multipliers (1.5, 2.5, 3.5)

These appear constantly in Number Series (×1.5, ×2.5 patterns) and DI percentage increases.

Rule for ×1.5: Add half of the number to itself. Rule for ×2.5: Double it then add half.

×1.5: 18 × 1.5
18 + (18÷2) = 18 + 9 = 27
×2.5: 12 × 2.5
12×2 = 24, then 24 + (24÷4...) or simply 12×5÷2 = 60÷2 = 30
×3.5: 20 × 3.5
20×3 = 60. 20×0.5 = 10. Total: 60 + 10 = 70

Integrated Practice Strategy

The 8 hacks above are most powerful when combined. Here's a real exam-style question that uses 4 of them:

Q: "A cube has side 12 cm. If 37% of its volume fills a container, how much is filled?"
Step 1: Volume = 12³ = 1728 cm³ (use Hack 2)
Step 2: 37% of 1728 = 25% + 10% + 2% of 1728 (use Hack 5)
= 432 + 172.8 + 34.56 = 639.36 cm³
Time taken using hacks: ~12 seconds. Traditional: 45+ seconds.

FAQ

Q: I struggle with cube roots more than square roots. Is that normal?
A: Yes! Cube roots feel harder initially because most students don't practice them. But the End Digit Method for cube roots is actually easier to apply than for square roots — because there's no ambiguity (each digit maps to exactly one answer). 3 days of focused practice is enough to master it.

Q: Should I practice all 8 hacks or focus on specific ones?
A: For IBPS/SBI Prelims: Prioritize Hacks 1, 4, 5, 8. For Mains: Master all 8 as DI requires the full toolkit.

Q: How do I know which shortcut to apply in exam conditions?
A: With enough practice, it becomes instinctive. The pattern recognition develops automatically. Start with 10 cuberoot questions daily on Ikkish Prep's Number Series module — within 2 weeks, you'll identify the method before you even read the full question.

Master these for Data Interpretation!

Start Practice