Quiz Entry - updated: 2026.07.02
Square 62 using the "near 50" method, and show the carry.
62 = 50 + 12, so the first part is 25 + 12 = 37 and the tail is 12² = 144 — which overflows and carries.
- First part: 25 + 12 = 37.
- Tail: 12² = 144 → two-digit slot holds 44, carry the 1.
- Combine: 37 + 1 = 38, then 44 → 3844.
Check: 62² = 3844. ✓ Whenever the deviation d is large enough that d² ≥ 100, the hundreds digit of d² carries into the first part — the same overflow rule as the near-100 multiply.