Two Shortcuts to Find Any Cube from 1 to 100 in 10 Seconds
Two binomial shortcuts let you compute any cube from 1 to 100 in under 10 seconds. Worked examples, carry chain, and a reference table for placement aptitude.
Placement aptitude rounds test cubes in the quantitative section, and two base-expansion tricks let you answer any cube from 1 to 100 in under 10 seconds.
Neither method requires memorising all 100 cubes. Both derive from the same algebraic identity, the binomial theorem, and once the pattern is clear each new number takes about three mental steps.
Where cubes appear in placement aptitude tests
Cube calculations appear in the quantitative aptitude (QA) section of most campus placement drives. The question types are consistent:
- Find the value of a given cube (direct computation)
- Identify the cube root of a large number
- Compare expressions involving cubes and squares
- Continue a number series where one term is a cube
Knowing the cubes of 1 to 20 by heart covers the cube-root questions. Every answer in that category is a single-digit or two-digit root. The computation shortcuts cover everything else: calculating 47³ or 93³ from scratch.
The aptitude round also covers other pattern-based arithmetic. Once you have cube shortcuts, pair them with multiplication shortcuts like multiplying by 111. Both use the same base-decomposition logic and reward the same kind of structured thinking.
Method 1: Binomial expansion from the nearest base
The binomial expansion (B + x)^3 = B^3 + 3B^2x + 3Bx^2 + x^3 is the foundation for both shortcut methods.
For numbers 1 to 50, pick the nearest multiple of 10 as the base B, then set x to the signed difference.
Finding 23³
- B = 20, x = 3
- B³ = 8,000
- 3B²x = 3 × 400 × 3 = 3,600
- 3Bx² = 3 × 20 × 9 = 540
- x³ = 27
- Sum: 8,000 + 3,600 + 540 + 27 = 12,167
Finding 47³
Here B = 50, x = −3 (because 47 = 50 − 3).
- B³ = 125,000
- 3B²x = 3 × 2,500 × (−3) = −22,500
- 3Bx² = 3 × 50 × 9 = 1,350
- x³ = −27
- Sum: 125,000 − 22,500 + 1,350 − 27 = 103,823
When x is negative, the odd-power terms (3B²x and x³) become negative; the even-power term (3Bx²) stays positive. Getting this sign pattern wrong is the most frequent calculation error; write out the signs explicitly the first few times.
Use the units-digit rule to verify any result:
- If n ends in 7, n³ ends in 3 — so 47³ = 103,823 and 17³ = 4,913 both end in 3
- If n ends in 3, n³ ends in 7; n ends in 8, n³ ends in 2; n ends in 2, n³ ends in 8
- A mismatch between expected and computed units digit means a calculation error; recheck before moving on
Method 2: Base-100 expansion for numbers 51 to 100
For numbers above 50, use 100 as the base and write the number as (100 - x)^3. The binomial expansion gives:
- Full form:
(100 - x)^3 = 100^3 - 3 × 100^2 × x + 3 × 100 × x^2 - x^3 - Simplified:
1,000,000 - 30,000x + 300x^2 - x^3
Three subtractions and one addition, once you know x.
Finding 97³
- x = 3
- 30,000 × 3 = 90,000
- 300 × 9 = 2,700
- x³ = 27
- Result: 1,000,000 − 90,000 + 2,700 − 27 = 912,673
Finding 79³
- x = 21
- 30,000 × 21 = 630,000
- 300 × 441 = 132,300
- x³ = 9,261
- Result: 1,000,000 − 630,000 + 132,300 − 9,261 = 493,039
When x exceeds 15 or so, computing x³ itself takes a few extra seconds. That is exactly where the 1-to-20 reference table earns its place: the table value saves the extra step and keeps the overall time under 10 seconds.
For other aptitude areas where a single formula eliminates guesswork, see calendar problem strategies and clock calculations for competitive exams.
The 4-part carry chain: a complete worked derivation
The 4-part method implements the binomial expansion directly for any two-digit number n = 10a + b, where a is the tens digit and b is the units digit. The four parts are:
- Part 1: a³
- Part 2: 3a²b
- Part 3: 3ab²
- Part 4: b³
Arrange them left to right, then carry from right to left. Each column contributes exactly one final digit, and the remainder propagates one column to the left.
Full derivation: 17³
For n = 17: a = 1, b = 7.
- Part 1: 1³ = 1
- Part 2: 3 × 1² × 7 = 21
- Part 3: 3 × 1 × 7² = 147
- Part 4: 7³ = 343
Carry chain (right to left):
- Part 4 = 343: write 3, carry 34
- Part 3 + carry: 147 + 34 = 181: write 1, carry 18
- Part 2 + carry: 21 + 18 = 39: write 9, carry 3
- Part 1 + carry: 1 + 3 = 4: write 4
- Reading digits left to right: 4, 9, 1, 3 — result is 4,913
- Direct check: 17 × 17 = 289; 289 × 17 = 4,913. Carry chain matches.
A note on the most common error in this method: some circulated prep notes list the parts as [a^3, a^2b, ab^2, b^3], dropping the factor of 3 from Parts 2 and 3. With those missing factors, the carry chain for 17³ produces:
- Wrong parts: [1, 7, 49, 343]
- Col 4: 343 → digit 3, carry 34
- Col 3: 49 + 34 = 83 → digit 3, carry 8
- Col 2: 7 + 8 = 15 → digit 5, carry 1
- Col 1: 1 + 1 = 2 → digit 2
- Wrong result: 2,533 (off by 2,380)
The factor of 3 in Parts 2 and 3 is not optional. It comes directly from the binomial coefficients in (a + b)^3 = a^3 + 3a^2b + 3ab^2 + b^3.
Cubes of 1 to 20: quick reference table
Memorise 1 to 10 in one sitting. That covers all cube-root questions in placement rounds. Add 11 to 20 in a second sitting.
| n | n³ | n | n³ |
|---|---|---|---|
| 1 | 1 | 11 | 1,331 |
| 2 | 8 | 12 | 1,728 |
| 3 | 27 | 13 | 2,197 |
| 4 | 64 | 14 | 2,744 |
| 5 | 125 | 15 | 3,375 |
| 6 | 216 | 16 | 4,096 |
| 7 | 343 | 17 | 4,913 |
| 8 | 512 | 18 | 5,832 |
| 9 | 729 | 19 | 6,859 |
| 10 | 1,000 | 20 | 8,000 |
Pattern shortcuts worth knowing:
- Any cube ending in 1 comes from a number ending in 1 (1³ = 1, 11³ = 1,331, 21³ = 9,261)
- Any cube ending in 3 comes from a number ending in 7 (7³ = 343, 17³ = 4,913)
- 5³ = 125; every multiple of 5 cubed ends in 5 or 0, never any other digit
Three practice problems
Apply the methods before moving on. All calculations in list form:
Q1: Find 13³ (use Method 1, B = 10, x = 3)
- B³ = 1,000
- 3B²x = 3 × 100 × 3 = 900
- 3Bx² = 3 × 10 × 9 = 270
- x³ = 27
- Answer: 1,000 + 900 + 270 + 27 = 2,197
Q2: Find 35³ (use Method 1, B = 40, x = −5)
- B³ = 64,000
- 3B²x = 3 × 1,600 × (−5) = −24,000
- 3Bx² = 3 × 40 × 25 = 3,000
- x³ = −125
- Answer: 64,000 − 24,000 + 3,000 − 125 = 42,875
Q3: Find 93³ (use Method 2, base 100, x = 7)
- 30,000 × 7 = 210,000
- 300 × 49 = 14,700
- x³ = 343
- Answer: 1,000,000 − 210,000 + 14,700 − 343 = 804,357
Verify with the units-digit rule:
- 13 ends in 3, so 13³ ends in 7 (2,197 ends in 7, correct)
- 35 ends in 5, so 35³ ends in 5 (42,875 ends in 5, correct)
- 93 ends in 3, so 93³ ends in 7 (804,357 ends in 7, correct)
Clearing cube problems in under 10 seconds frees up time for the harder sections of the same aptitude round. The carry-chain logic (structured decomposition, one-column-at-a-time reasoning, no guesswork) maps directly to how AI models handle arithmetic problems. TinkerLLM at ₹299 is where placement-track students work through that connection.
Primary sources
Frequently asked questions
What is the cube of 17 using the carry chain method?
Parts are [1, 21, 147, 343]. Carry right to left: 343 gives digit 3 carry 34; 147+34=181 gives digit 1 carry 18; 21+18=39 gives digit 9 carry 3; 1+3=4. Result: 4913.
What is 23 cubed and how do you get there with the shortcut?
12,167. Use base 20, x=3: 8,000 + 3,600 + 540 + 27 = 12,167. Each term comes from the binomial expansion (B+x)^3.
What is the cube of 99?
970,299. Base 100, x=1: 1,000,000 minus 30,000 plus 300 minus 1 = 970,299.
Does the binomial shortcut work for all numbers from 1 to 100?
Yes. Use the nearest multiple of 10 as your base for numbers 1 to 50, and 100 as your base for numbers 51 to 100. Both are applications of the same binomial identity.
How long does it take to learn these cube shortcuts?
Most students get reliable results within two hours of deliberate practice — one sitting of working through the 1-to-20 table, then applying each method to ten examples.
What is the most common error in carry-chain cube calculations?
Dropping the factor of 3 from parts 2 and 3 of the Vedic method. The parts must be a^3, 3a^2b, 3ab^2, b^3, not a^3, a^2b, ab^2, b^3. The wrong version gives 2,533 instead of 4,913 for 17^3.
A self-paced playground for building with LLMs.
TinkerLLM is FACE Prep's sister property. A guided environment for shipping real LLM applications, the kind of project that earns a paragraph on your resume, not a line.
Try TinkerLLM (₹299 launch)