Technique explanation
Teaching Explanation
To square a number like 97, we look at how far it is from its "base" (100). 97 is 3 less than 100.
- Left Part: Subtract that difference from the number: 97 - 3 = 94.
- Right Part: Square the difference: 3² = 09. (We use two digits because the base 100 has two zeros).
Combine them to get 9409. If the number is above the base, like 103, we add the difference instead.
Method Condition
Best for numbers within 10 units of 10 or 100 (e.g., 9, 12, 97, 104).
Standard Fallback
Multiply the number by itself using Lesson 08 crosswise or standard multiplication.
Misconception & Correction
- Misconception: Always subtracting the difference, even if the number is above the base.
Correction: If the number is above the base, add the surplus. If it is below*, subtract the deficiency.
Module
Worked examples
Worked Examples
Example: 96² (Base 100)
- Difference: 100 - 96 = 4 (Below base).
- Left: 96 - 4 = 92.
- Right: 4² = 16.
- Result: 9216.
- Independent Check: 96 × 96 = (90 + 6)(90 + 6) = 8100 + 540 + 540 + 36 = 9216. (Matches)
Example: 13² (Base 10)
- Difference: 13 - 10 = 3 (Above base).
- Left: 13 + 3 = 16.
- Right: 3² = 9.
- Result: 169.
- Independent Check: 13 × 10 = 130; 13 × 3 = 39; 130 + 39 = 169. (Matches)
Academy Course
Video player