Multiply Numbers Near Powers of 10: Aptitude Shortcut
Master the base multiplication method for numbers near 10, 100, and 1000. Verified worked examples with correct answers for campus placement aptitude tests.
Multiplying numbers close to a power of 10 takes four steps: pick the base, cross-add the deviations, multiply the deviations, and pad the right part to the correct digit count.
Four steps sounds like more work, not less. In practice, the cross-add and the multiplication happen near simultaneously once the method is internalised, and the whole thing is faster than long multiplication for any pair of numbers within 15 of a round base.
The Base Method: How It Works
Every number near 10, 100, or 1000 can be written as that power of 10 plus or minus a small deviation. Call the base N, and the deviations x and y. Then:
(N + x)(N + y) = N² + N(x + y) + xy
In plain English, the product splits into two parts:
- Left part: N times (x + y). Equivalently: add deviation y to the first number (or deviation x to the second, the result is the same). This cross-addition is the shortcut’s core trick.
- Right part: x times y, padded to the same number of digits as the base has trailing zeros (2 digits for base 100, 3 digits for base 1000).
This technique derives from the Nikhilam sutra in Vedic mathematics, where it has been used for rapid arithmetic since ancient times and remains one of the most useful results in mental calculation.
Two rules govern the method:
- The left part and right part concatenate to give the answer (with the right part zero-padded to the required width).
- When the right part is negative, borrow 1 from the left and add the base value to the right.
The negative case trips up more students than anything else. There is a dedicated section for it below.
Worked Examples at Base 100
Work through each example step by step. All answers verified from first principles.
Both numbers below 100
- Q: 98 × 97
- Step 1: Base = 100. Deviations: x = -2, y = -3.
- Step 2: Left part = 98 + (-3) = 95. (Equivalently: 97 + (-2) = 95.)
- Step 3: Right part = (-2) × (-3) = 6. Pad to 2 digits: 06.
- Step 4: Answer = 9506.
- Verify: 98 × 97 = 9,506. ✓
One number above, one below 100
- Q: 98 × 102
- Step 1: Base = 100. Deviations: x = -2, y = +2.
- Step 2: Left part = 98 + 2 = 100.
- Step 3: Right part = (-2) × 2 = -4. Negative: borrow 1 from left, add 100 to right. Left = 99, right = 96.
- Step 4: Answer = 9,996.
- Verify: 98 × 102 = 9,996. ✓
Both numbers above 100
- Q: 103 × 107
- Step 1: Base = 100. Deviations: x = +3, y = +7.
- Step 2: Left part = 103 + 7 = 110.
- Step 3: Right part = 3 × 7 = 21. Already 2 digits, no padding needed.
- Step 4: Answer = 11,021.
- Verify: 103 × 107 = 11,021. ✓
Note the carry in the last example: the left part is 110, which exceeds 100. That is fine. It means the final answer will be a 5-digit number. The method does not require the left part to be less than the base.
Worked Examples at Base 1000
The same four steps apply. The right part now holds 3 digits, not 2.
Both numbers above 1000
- Q: 1,002 × 1,008
- Step 1: Base = 1000. Deviations: x = +2, y = +8.
- Step 2: Left part = 1,002 + 8 = 1,010.
- Step 3: Right part = 2 × 8 = 16. Pad to 3 digits: 016.
- Step 4: Answer = 1,010,016.
- Verify: 1,002 × 1,008 = 1,010,016. ✓
Deviations on opposite sides of 1000
- Q: 995 × 1,003
- Step 1: Base = 1000. Deviations: x = -5, y = +3.
- Step 2: Left part = 995 + 3 = 998.
- Step 3: Right part = (-5) × 3 = -15. Negative: borrow 1 from left, add 1000 to right. Left = 997, right = 985.
- Step 4: Answer = 997,985.
- Verify: 995 × 1,003 = 997,985. ✓
This example replaces the incorrect version in several legacy study materials. Watch for this error in older study guides:
- Error in some sources: the 97 × 96 calculation is shown as the answer for 995 × 1,003. The two problems have different bases.
- Correct: 97 × 96 = 9,312 (base 100, deviations -3 and -4)
- Correct: 995 × 1,003 = 997,985 (base 1000, deviations -5 and +3)
When the Right Part Goes Negative
This happens whenever the deviations have opposite signs and the magnitude of x × y matters. The rule is the same at every base:
- Borrow 1 from the left part.
- Add the base value (100, 1000, etc.) to the right part.
A concrete example at base 10:
- Q: 9 × 12
- Base = 10. Deviations: x = -1, y = +2.
- Left part = 9 + 2 = 11.
- Right part = (-1) × 2 = -2. Negative: borrow 1 from left, add 10. Left = 10, right = 8.
- Answer = 108.
- Verify: 9 × 12 = 108. ✓
The borrow-and-add feels mechanical at first. After 10 to 15 practice problems it becomes automatic. Your eye catches the negative sign, your hand writes the adjusted values.
How This Fits in Placement Aptitude Tests
Quantitative aptitude sections in campus placement drives include 2 to 4 multiplication or simplification questions where this shortcut applies directly. The campus placement evaluation test guide covers the full section breakdown: how many questions come from arithmetic, algebra, and data interpretation, and how the time per question works out.
The TCS National Qualifier Test is a useful calibration. Its numerical ability section tests simplification, approximation, and arithmetic speed under a per-section timer. A student who has internalised base multiplication will spend 15 to 20 seconds on these questions rather than 45 to 60 seconds using long multiplication. That gap compounds across the full arithmetic cluster.
The base multiplication trick is one of several place-value shortcuts. Time and work aptitude shortcuts are another cluster of techniques worth learning in the same sitting; both appear frequently in the same drives. For a full preparation reading list, the books for placement preparation guide lists the standard resources by section.
One practical note on coverage: this shortcut works best when at least one of the deviations is a single digit. If both deviations are two-digit numbers, the deviation product step is roughly as hard as the original multiplication, and long multiplication may be more reliable under time pressure.
Placement aptitude rounds test arithmetic fluency as a proxy for structured problem-solving. The base multiplication shortcut converts a multi-step calculation into exactly three mental moves (cross-add, multiply deviations, pad to digit count) and handles negative cases with one borrow. Students who practice at that level of precision tend to carry the same structured decomposition into technical interviews.
If the instinct to decompose a problem into components appeals to you beyond aptitude prep, TinkerLLM is a good place to apply it. The platform’s LLM module applies the same decompose-to-components approach to AI systems and produces a deployed project rather than another certificate. Entry is at ₹299.
Primary sources
Frequently asked questions
Does this method work for numbers that are far from a power of 10?
The shortcut works best when deviations are single or double digits. For 87 × 94 (deviations -13 and -6 from 100), the method is still valid: left = 87 + (-6) = 81, right = (-13)(-6) = 78, answer = 8178. But the deviation multiplication is no faster than direct arithmetic at that point.
What if the product of deviations overflows the digit count at base 100?
Carry the overflow to the left part. For 88 × 87: deviations -12 and -13; left = 88 + (-13) = 75; right = (-12)(-13) = 156. The right part at base 100 holds 2 digits, so carry the hundreds: 75 + 1 = 76, right = 56. Answer = 7656. Verify: 88 × 87 = 7656.
How many multiplication questions appear in a typical campus placement aptitude test?
Quantitative aptitude sections in campus placement tests typically include 2 to 4 questions that test direct multiplication or related arithmetic. The full Quant section runs 20 to 30 questions in most drives.
Is this the same as Vedic mathematics?
Yes. The technique is the Nikhilam Navatashcharamam Dashatah sutra from Vedic mathematics, applying the algebraic identity (N+x)(N+y) = N squared + N times (x+y) + xy as a mental calculation.
What base should I choose when a number sits between two powers of 10?
Use the nearest power of 10. For 47 × 52, both numbers are closer to 50 than to 10 or 100, so choose 50. The algebraic identity works with any base, not just powers of 10, but the mental arithmetic is cleanest with round-number bases.
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)