Evaluate (i) 94 × 11, (ii) 495 × 11, (iii) 3279 × 11, (iv) 4791256 × 11 in a single line.
Hint. 11 = 10 + 1, so the number is added to itself shifted one place — which means adding neighbouring digits.
Why the shortcut works. N × 11 = N × (10 + 1) = N0 + N, so the number is added to itself shifted one place left. Lining them up, each digit of the answer is the sum of a digit and its neighbour, with the outer digits unchanged. For a four-digit number dcba:
d c b a 0
- d c b a = d (c+d) (b+c) (a+b) a
The rule: write the last digit, then add each pair of neighbouring digits working right to left, then write the first digit — carrying wherever a sum reaches 10.
(i) 94 × 11 Outer digits 9 and 4; middle 9 + 4 = 13, so write 3 and carry 1 into the leading digit: 9+1 = 10, giving 1034. (Check: 940 + 94 = 1034 ✓)
(ii) 495 × 11 Last digit 5. Then 9 + 5 = 14 → write 4, carry 1. Then 4 + 9 + 1 = 14 → write 4, carry 1. Leading 4 + 1 = 5. = 5445 (Check: 4950 + 495 = 5445 ✓)
(iii) 3279 × 11 Last digit 9. Then 7 + 9 = 16 → 6, carry 1. Then 2 + 7 + 1 = 10 → 0, carry 1. Then 3 + 2 + 1 = 6. Leading 3. = 36069 (Check: 32790 + 3279 = 36069 ✓)
(iv) 4791256 × 11 Working right to left: last digit 6; 5+6 = 11 → 1 carry 1; 2+5+1 = 8; 1+2 = 3; 9+1 = 10 → 0 carry 1; 7+9+1 = 17 → 7 carry 1; 4+7+1 = 12 → 2 carry 1; leading 4+1 = 5. = 52703816 (Check: 47912560 + 4791256 = 52703816 ✓)
✦ (i) 1034 (ii) 5445 (iii) 36069 (iv) 52703816 — each obtained by adding neighbouring digits, since 11 = 10 + 1.
