Placement Prep

Fast Multiplication Trick for Numbers 90 to 100

The base-100 subtraction trick multiplies two numbers between 90 and 100 in four steps. Includes algebraic proof, eight worked examples, and the carry case.

By FACE Prep Team 5 min read
multiplication-tricks quantitative-aptitude mental-math vedic-mathematics placement-prep aptitude-shortcuts competitive-exams number-tricks

Multiplying two numbers between 90 and 100 using base-100 subtraction takes four steps and about five seconds once you have practised it a dozen times.

The method avoids long multiplication entirely. Instead, it turns a two-digit multiplication into one small subtraction and one small multiplication, both of which fit comfortably in working memory.

The Base-100 Method

For any two numbers a and b where both are between 90 and 100:

  • Step 1. Find each number’s deficit from 100. Call them x and y: x = 100 minus a, y = 100 minus b.
  • Step 2. Compute the first part: subtract one number’s deficit from the other base number. Both (a minus y) and (b minus x) give the same result, so use whichever is easier to compute mentally.
  • Step 3. Compute the second part: multiply the two deficits. x times y.
  • Step 4. Combine: first part times 100, then add the second part.

Why Both Cross-Subtractions Match

This symmetry is worth pausing on. Consider: a minus y = a minus (100 minus b) = a + b minus 100. And b minus x = b minus (100 minus a) = a + b minus 100. Both paths give identical intermediate values, so the choice between them is purely about which subtraction feels less effortful.

Quick Demonstration: 96 × 97

  • x = 100 minus 96 = 4
  • y = 100 minus 97 = 3
  • First part: 96 minus 3 = 93 (or 97 minus 4 = 93 — same either way)
  • Second part: 4 times 3 = 12
  • Result: 9300 + 12 = 9312

Standard check: 96 times 97 = 96 times 100 minus 96 times 3 = 9600 minus 288 = 9312 ✓

Why the Formula Works: Algebraic Proof

This is an instance of a base-subtraction pattern described in Vedic mathematics under the Nikhilam sutra (“all from 9, last from 10”). The algebra is four lines:

  • Let a = 100 minus x and b = 100 minus y, where x and y are the deficits.
  • a times b = (100 minus x)(100 minus y)
  • = 10000 minus 100x minus 100y + xy
  • = 100(100 minus x minus y) + xy
  • = 100(a minus y) + xy

The last step holds because 100 minus x minus y = (100 minus x) minus y = a minus y. That is all there is to the proof.

A related shortcut that applies the same base logic to a different anchor appears in the guide to multiplying a number by 111, which uses the additive structure of 111 in place of a deficit.

Eight Worked Examples

All examples below are derived from first principles. None are carried over from legacy sources without re-verification.

  • Example 1 — 96 × 97: x = 4, y = 3. First part: 96 minus 3 = 93. Second part: 4 times 3 = 12. Result: 9312.
  • Example 2 — 92 × 95: x = 8, y = 5. First part: 92 minus 5 = 87. Second part: 8 times 5 = 40. Result: 8740.
  • Example 3 — 99 × 98: x = 1, y = 2. First part: 99 minus 2 = 97. Second part: 1 times 2 = 2. Result: 9702.
  • Example 4 — 97 × 94: x = 3, y = 6. First part: 97 minus 6 = 91. Second part: 3 times 6 = 18. Result: 9118.
  • Example 5 — 96 × 92: x = 4, y = 8. First part: 96 minus 8 = 88. Second part: 4 times 8 = 32. Result: 8832.
  • Example 6 — 98 × 95: x = 2, y = 5. First part: 98 minus 5 = 93. Second part: 2 times 5 = 10. Result: 9310.
  • Example 7 — 93 × 91: x = 7, y = 9. First part: 93 minus 9 = 84. Second part: 7 times 9 = 63. Result: 8463.
  • Example 8 — 90 × 91: x = 10, y = 9. First part: 90 minus 9 = 81. Second part: 10 times 9 = 90. Result: 8190.

The pattern is consistent across the full range. Note that Example 8 uses a deficit of 10, which is the largest single deficit in the 90 to 100 range. The second part (90) fits in two digits, so no carry adjustment is needed here.

Handling the Carry: When x × y Reaches 100

At the lower end of the range (90 to 92), both deficits are large enough that their product can reach or exceed 100. The formula still works; you just need to recognise that x times y is no longer a two-digit number.

Edge Case: 90 × 90

  • x = 10, y = 10
  • First part: 90 minus 10 = 80. Multiply by 100: 8000.
  • Second part: 10 times 10 = 100.
  • Result: 8000 + 100 = 8100.

The second part contributed a full 100, which shifts the hundreds digit. This is the carry. The arithmetic is identical to any other case; the only difference is that x times y has three digits instead of two.

How to Handle It

Treat x times y as any number and add it directly to the first part times 100. The carry is automatic through the addition:

  • 100 times 80 = 8000
  • Plus 100 = 8100

No special procedure. Just add normally.

Common Error to Avoid

The mistake students make is padding x times y to exactly two digits by dropping the hundreds digit. For 90 times 90, writing the second part as “00” (dropping the leading 1) gives 8000 + 00 = 8000, which is wrong. Always add x times y as its actual value, not as a two-digit cap.

Where This Shows Up in Aptitude Tests

Numbers in the 90s appear regularly in the quantitative sections of placement aptitude rounds. Percentage problems, discount questions, and profit-loss calculations frequently push the computation into the 90 to 100 range. Recognising the base-100 structure lets you skip long multiplication entirely.

The AMCAT quantitative module tests numerical computation under time pressure. The same applies to TCS NQT, eLitmus, and campus-administered aptitude tests. A multiplication shortcut that reliably takes five seconds per problem, across 20 or more quantitative questions, compounds into meaningful time saved per sitting.

For related aptitude shortcuts, the guide to calendar problems in aptitude tests and the walkthrough of clock problems for competitive exams cover two more topic areas that reward systematic pattern recognition over brute-force calculation.

Practice Set

Work through these five pairs using the base-100 method, then verify with a second method of your choice:

  • P1. 95 × 92 = ?
  • P2. 97 × 93 = ?
  • P3. 99 × 96 = ?
  • P4. 94 × 91 = ?
  • P5. 92 × 98 = ?

Answers: P1 = 8740, P2 = 9021, P3 = 9504, P4 = 8554, P5 = 9016.

If P4 or P5 felt slower, that is expected. Larger deficits mean a larger second part to hold in memory. That is a working-memory constraint, not a flaw in the method. It resolves with repetition.


Speed-arithmetic shortcuts like this one reduce the time budget per question in placement aptitude rounds. The aptitude screen is one gate; what follows at many companies is a coding round and, increasingly, an AI tool-fluency check. TinkerLLM at ₹499 covers that next layer: hands-on LLM exercises that go from token mechanics to practical retrieval-augmented generation, starting from the same first-principles approach used in this article.

Primary sources

Frequently asked questions

Does this trick only work when both numbers are between 90 and 100?

Yes, both numbers need to be in the 90 to 100 range for the standard base-100 form. For numbers between 100 and 110, the same structure works with positive excesses instead of deficits.

What if the product of the two deficits is greater than 99?

When x times y reaches 100 or more, treat it as a regular number and add it directly to 100 times (a minus y). For 90 times 90: 100 times 80 plus 100 equals 8100. The carry is automatic.

Is this technique related to Vedic mathematics?

Yes. This is a form of the Nikhilam sutra in Vedic mathematics, which uses proximity to a base to simplify multiplication. The same pattern extends to bases of 10, 1000, and other powers of 10.

How long does it take to get consistently fast at this?

Most students handle numbers above 95 in under five seconds after about 15 minutes of deliberate practice. Numbers from 90 to 93 take slightly longer because the deficit products are larger.

Where does this appear in placement aptitude tests?

Numbers in the 90s appear in percentage, discount, and profit-loss problems in AMCAT and TCS NQT quantitative sections. Recognising the base-100 pattern shaves several seconds off each such question.

Can I quickly verify my answer without a calculator?

Yes. Reframe as a reference calculation: 96 times 97 equals 97 times 100 minus 97 times 4, which is 9700 minus 388 equals 9312. If both methods agree, the answer is correct.

Build AI projects

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 (₹499)
Free AI Roadmap PDF