carry·the·one
Week 34 · Multiplication

Multiplying by 11

Multiply any two-digit number by 11 by adding its digits and dropping the sum in the middle.

Multiply any two-digit number by 11 in one step.

The trick

Split the digits apart. Add them. Put the sum in the gap.

34 × 11 → 3 (3+4) 4 → 374 52 × 11 → 5 (5+2) 2 → 572 81 × 11 → 8 (8+1) 1 → 891

When the digits sum to 10 or more, carry the 1 into the first digit.

67 × 11 → 6 (13) 7 → 6+1, 3, 7 → 737 the only case people get wrong

Why it works

11 is 10 + 1, so multiplying by 11 means adding a number to itself shifted one place left. Written out for a two-digit number ab:

(10a + b) × 11 = 100a + 10a + 10b + b = 100a + 10(a + b) + b

The a stays in the hundreds, the b stays in the units, and a + b occupies the tens — which is exactly “drop the sum in the middle”. The carry is not a special case bolted on: it is what happens when a + b needs two places.

It goes further

The same shift-and-add works for longer numbers: add each adjacent pair of digits, right to left, carrying as you go. 3142 × 11 gives 3, 3+1, 1+4, 4+2, 2 → 34562.

Practise it
1 of 20
58 × 11 =