Learning Objectives
- 01
Apply the "Addition Rule" for 11s by summing neighbouring digits.
- 02
Use (N × 10) − N for rapid multiplication by 9.
Advance A
W1·D3The lightning-fast logic for specific multipliers.
Apply the "Addition Rule" for 11s by summing neighbouring digits.
Use (N × 10) − N for rapid multiplication by 9.
×11 shortcut (Trachtenberg / Benjamin): split the digits and put their sum in the middle.
2 _ 3
Pull the digits of 23 apart, leaving a gap in the middle.
2 + 3 = 5
Add the two digits — that goes in the gap.
253 = 253
Drop the sum in the middle. Done in one beat.
= 253
×11 shortcut with carry (Trachtenberg / Benjamin).
8 _ 5
Split the digits of 85.
8 + 5 = 13 → carry 1
Sum is 10 or more — write the units digit (3) in the middle and carry the 1 to the leftmost digit.
(8+1)35 = 935
Front digit becomes 9; result is 935.
= 935
×11 shortcut (Benjamin): multiply by 10, then add the number.
314 × 10 = 3140
Shift one place left.
3140 + 314 = 3454
Add the original 314.
= 3454
×9 shortcut (Benjamin): use (n × 10) − n.
47 × 10 = 470
Multiplying by 10 just shifts a zero on the end.
470 − 47 = 423
Subtract one copy of 47, because 9 = 10 − 1.
= 423
×9 shortcut (Benjamin): use (n × 10) − n.
52 × 10 = 520
Multiplying by 10 just shifts a zero on the end.
520 − 52 = 468
Subtract one copy of 52, because 9 = 10 − 1.
= 468
Benjamin, Secrets of Mental Math — multiply by 10 and subtract
Mental Math Fundamentals & Basic Operations
One simple and one intermediate problem to preview the week.
Simple · Day 1
Intermediate · Day 3