Complements to Powers of Tenदस की घात का पूरक
Find how far a number is from 100 or 1000 using exact complement arithmetic.
Popularised in modern Vedic Mathematics teaching as complements of numbers from powers of ten; mathematically complement = base − n. Always verify with ordinary subtraction. This lab locks bases 100 and 1000 only.
Recognition signal
You need the distance from a positive integer n to base 100 or 1000, where 1 ≤ n < base. The answer is the exact complement base − n.
When to use
- You need the exact complement of n to 100 or 1000.
- You want a fast mental path and will verify with ordinary subtraction (or n + answer = base).
When not to use
- The base is not 100 or 1000 (for example base 10, 50, 200, or 10000 are outside the current supported range).
- The operand is outside 1 ≤ n < base (including n ≥ base).
- You need a non-integer or approximate complement.
Ordinary method
Subtract the operand from the base: complement = base − n. Check that n + complement = base.
Rapid method
- Confirm the base is 100 or 1000 and that 1 ≤ n < base.
- For teaching: subtract non-final digits from 9 and the final digit from 10.
- If n ends in zero, treat digitwise notes carefully — the algebraic result base − n remains the source of truth.
- Assemble the complement and verify with ordinary subtraction.
Identity: complement = base − n · check n + complement = base
Identity: complement equals base minus n; verification: n plus complement equals base
Guided examples
- Base is 100; operand n = 64 satisfies 1 ≤ n < 100.
- Digit 6: subtract from 9 → 3.
- Final digit 4: subtract from 10 → 6.
- Assemble the rapid digit result and confirm it equals 36.
- Ordinary check: 100 − 64 = 36.
- Verification: 64 + 36 = 100.
Ordinary verification: Ordinary: 100 − 64 = 36. Check: 64 + 36 = 100.
- Base is 1000; operand n = 357 satisfies 1 ≤ n < 1000.
- Digit 3: subtract from 9 → 6.
- Digit 5: subtract from 9 → 4.
- Final digit 7: subtract from 10 → 3.
- Assemble the rapid digit result and confirm it equals 643.
- Ordinary check: 1000 − 357 = 643.
- Verification: 357 + 643 = 1000.
Ordinary verification: Ordinary: 1000 − 357 = 643. Check: 357 + 643 = 1000.
- Base is 1000; operand n = 430 satisfies 1 ≤ n < 1000.
- Operand 430 contains a zero digit when written as 430.
- Do not trust a careless “all digits from 9 / final from 10” layout — a units contribution of 10 is not a single digit.
- Use the algebraic source of truth: complement = 1000 − 430 = 570.
- Ordinary check: 1000 − 430 = 570.
- Verification: 430 + 570 = 1000.
Ordinary verification: Ordinary truth: 1000 − 430 = 570. Zero-ending operands can confuse a careless digitwise layout; always trust base − n. Check: 430 + 570 = 1000.
When the rapid rule does not apply
Complement of 125 to 100
125 is not strictly less than base 100, so 1 ≤ n < base fails. This lab does not accept operands outside that range for complement practice.
Complement of 37 to 50
Base 50 is outside the current supported bases (only 100 and 1000). Do not apply this T02 lesson to arbitrary bases.
Common errors
- Error reference T02-ERR-WRONG-BASE.
Using a base outside the locked set (100 / 1000), such as 50 or 10000.
- Error reference T02-ERR-RANGE.
Accepting an operand with n ≥ base or n < 1.
- Error reference T02-ERR-ZERO-ENDING.
Trusting a digitwise layout that breaks on zero endings without checking base − n.
- Error reference T02-ERR-DIGITWISE-ONLY.
Skipping ordinary verification after a rapid digit rearrange.
Verification
Always check that base − n equals your answer and that n + answer = base.
Direct practice
12 exact-integer questions in fixed order. Accuracy only; no timer.
Start direct practiceBasic progress summary
Loading progress…