90 seconds of symmetric products around a midpoint
Technique: Spot the round midpoint
When two factors are symmetric around a round midpoint, the product collapses: (m−d)(m+d) = m² − d². Square the midpoint, subtract the offset squared.
18 × 22 → midpoint 20, offset 2 → 400 − 4 = 39647 × 53 → midpoint 50, offset 3 → 2500 − 9 = 249114 × 16 → midpoint 15, offset 1 → 225 − 1 = 22432 × 48 → midpoint 40, offset 8 → 1600 − 64 = 1536Add the two factors. If the sum is even, the midpoint is just (sum)/2. The offset is half the difference. In this round the midpoint is always a multiple of 5 (so squaring it is fast β multiples of 10 just append 00, multiples of 5 use the ending-in-5 trick: n5² = n(n+1) | 25).
Multiply out: (m−d)(m+d) = m² + md − md − d² = m² − d². The cross-terms cancel exactly. This is the same identity as Squaring Spree (R5), but applied to products of two distinct numbers rather than to a single square.
Every question has a 30 second shot clock.
Bug, wording issue, or polish suggestion β all go straight into the dogfood backlog.