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.