← Back to Trachtenberg System Guide

The Rule for 11: Add the Neighbor

Share:

Welcome to the Trachtenberg System! We begin with the easiest and most famous rule: multiplying by 11. This method is incredibly fast and requires only simple addition, making it a perfect introduction to the power of this system.

The Rule: "Add the Neighbor"

To multiply any number by 11, you work from right to left. For each digit, you simply add it to its "neighbor" (the digit on its immediate right) and any carry from the previous step.

Example: Multiply 678 by 11

First, add a leading zero to your number: 0678.

  1. Digit 8: Add its neighbor (0). 8+0=88 + 0 = 8. Write 8.
  2. Digit 7: Add its neighbor (8). 7+8=157 + 8 = 15. Write 5, carry the 1.
  3. Digit 6: Add its neighbor (7), plus the carry. 6+7+1=146 + 7 + \mathbf{1} = 14. Write 4, carry 1.
  4. Digit 0: Add its neighbor (6), plus the carry. 0+6+1=70 + 6 + \mathbf{1} = 7. Write 7.

Reading the digits gives the final answer: 7,458.

🔢Multiplication by 11 Lab

Enter any number to see the step-by-step "Add the Neighbor" method.

🧠Quick-Fire Quiz!

Frequently Asked Questions

Why does the 'Add the Neighbor' rule work?

Multiplying by 11 is the same as multiplying by 10 and then adding the number once more (11N = 10N + 1N). Adding a zero to the right of a number is the same as multiplying by 10. The 'Add the Neighbor' rule is a step-by-step method of adding the original number to this 10-times-larger version.

What happens when the sum of a digit and its neighbor is more than 9?

This is where carrying comes in, just like in regular addition. If you calculate 7 + 8 = 15, you write down the 5 and carry the 1 over to the next calculation on the left.

How does the leading zero simplify the process?

Adding a leading zero makes the rule consistent for every digit. Without it, you would need a special final step for the leftmost digit. With the zero, the last step is simply '0 + leftmost digit + carry,' which gives you the final, correct digit for the answer automatically.