Numbers just below 100
Watch the right-hand block
- Right part must have as many digits as the base has zeros. Base 100 → always 2 digits, so 2×3 is written 06, not 6.
- Carry when the right part overflows. If the product of deficits is 100 or more, carry into the left part.
- Cross-subtract consistently: 98-3 and 97-2 give the same left part — use it as a check.
Multiply using Nikhilam (base 100)
Each number is close to 100.
- 98 × 97
- 96 × 93
- 89 × 98
- 94 × 96
- 88 × 97
- 99 × 95
- 92 × 91
- 97 × 90
- 95 × 95
- 87 × 99
Good to know
Does Nikhilam work for numbers above the base too?
Yes. For 103×104 use surpluses +3, +4: left = 103+4 = 107, right = 3×4 = 12 → 10712. The method mirrors the below-base case.
Which base should I choose?
Pick the nearest power of ten (10, 100, 1000). Numbers close to that base give the smallest deficits and the easiest arithmetic.
Vedic Maths — Veda Topper
Base Multiplication (Nikhilam) — Numbers Near 100
When two numbers sit close to a base like 100, you can multiply them almost instantly using the sutra Nikhilam Navatashcaramam Dashatah. Find how far each is from the base, cross-subtract, and multiply the little differences.
The rule (numbers just below 100)
- Write how far each number is below 100 (its deficit).
- Left part = one number minus the other number's deficit (both ways give the same answer).
- Right part = the two deficits multiplied (write it as 2 digits).
Above the base
For numbers just above 100, use surpluses instead, and add the cross figure.
Why it works
Writing the numbers as (100−a) and (100−b), their product is 100(100−a−b) + ab. The bracket is the "cross-subtract" step, and ab is the product of the deficits.
1) 96 × 93 2) 99 × 97 3) 94 × 92 4) 102 × 106 5) 89 × 99
Answers: 1) 8928 2) 9603 3) 8648 4) 10812 5) 8811