Lessons 01–12: number sense, complements, base methods, and core checks for the new Vedic Math course.
Technique explanation

Teaching Explanation

Subtracting from numbers like 1,000 or 10,000 often requires tedious borrowing across multiple zeros. The All from 9, Last from 10 rule simplifies this by transforming the operation into a series of independent digit-level complements. To find the result, subtract every digit of the number from 9, moving from left to right, except for the final non-zero digit, which is subtracted from 10. This method naturally accounts for the "carries" inherent in the base-10 system.

Method Conditions

Specifically for subtractions where the minuend is a power of 10 ($10^k$).

Standard Fallback

Standard column subtraction with regrouping (borrowing) across zeros.

Misconception & Correction

Misconception: Subtracting the last digit from 9 instead of 10 (e.g., $100 - 64 = 35$).

Correction: The last digit must complete the 10 to trigger the carry that justifies subtracting the other digits from 9.

Worked examples

Worked Examples

  • Calculate $1000 - 472$. Step 1: Subtract hundreds digit from 9: $9 - 4 = 5$. Step 2: Subtract tens digit from 9: $9 - 7 = 2$. Step 3: Subtract units digit from 10: $10 - 2 = 8$. Result: 528. Verification: $472 + 528 = 1000$.
  • Calculate $100 - 64$. Step 1: Subtract tens digit from 9: $9 - 6 = 3$. Step 2: Subtract units digit from 10: $10 - 4 = 6$. Result: 36. Verification: $64 + 36 = 100$.
Video player
Technique explanation

Teaching Explanation

A complement is the value that, when added to a number, completes it to the nearest round base such as 10, 100, or 1000. It is the distance from the number to the next power of ten. Complements support near-base calculation strategies by expressing numbers as offsets from stable anchors.

Method Conditions

Use when a number is near a power of 10 such as 10, 100, or 1000.

Standard Fallback

Use standard subtraction from the base, for example 100 − 73, with column borrowing.

Misconception and Correction

Misconception: The complement of 40 to 100 is 50.

Correction: The complement must reach exactly 100. Since 40 + 60 = 100, the complement is 60.

Worked examples

Worked Examples

  • Find the complement of 8 to the base 10. Calculation: 10 − 8 = 2. Verification: 8 + 2 = 10.
  • Find the complement of 73 to the base 100. Calculation: 100 − 73 = 27. Verification: 73 + 27 = 100.
Video player