90 seconds of mental squaring
Technique: Square any 2-digit number
Multiply the tens digit by (tens+1), then append 25:
35² → 3 × 4 = 12, append 25 → 122585² → 8 × 9 = 72, append 25 → 722565² → 6 × 7 = 42, append 25 → 4225Round to the nearest multiple of 10. Call the distance d. Then: (a+d)(a−d) + d²
41² → d=1. 40 × 42 = 1680, + 1² = 168123² → d=3. 20 × 26 = 520, + 3² = 9, total 52948² → d=2. 46 × 50 = 2300, + 2² = 4, total 2304a² = (a+d)(a−d) + d² is the algebraic identity for the difference of squares. Rounding to a multiple of 10 makes the first multiplication easy.
Every question has a 30 second shot clock.
Bug, wording issue, or polish suggestion β all go straight into the dogfood backlog.