There is one multiplication trick that never fails to amaze students the first time they see it. It works for every single two-digit number. It takes less than two seconds once you know it. And once you learn it, you will never forget it.

It is the multiply-by-11 trick. And it is one of the most satisfying mental math shortcuts you will ever learn.

In this guide, you will learn exactly how it works, when to use it, how to handle the carry rule, and how to practise until it becomes completely automatic. By the end, you should be able to multiply any two-digit number by 11 faster than someone can pick up a calculator.

⚡ Quick Answer: How to Multiply Any Two-Digit Number by 11

Keep the first digit, add both digits together for the middle, keep the last digit. Example: 43 × 11 → first=4, middle=4+3=7, last=3 → 473. If the digit sum exceeds 9, write only the units digit in the middle and carry 1 to the first digit. Example: 75 × 11 → middle=7+5=12 → write 2, add 1 to 7 → 825.

The Core 11 Multiplication Trick Explained

The trick has a beautiful visual structure. Think of the two-digit number as two digits sitting side by side. When you multiply by 11, you are essentially “spreading” those two digits apart and placing their sum in the middle.

Here is the three-step rule:

  • Step 1: Write the first digit of the original number
  • Step 2: Write the sum of the two digits in the middle
  • Step 3: Write the last digit of the original number

That gives you a 3-digit answer. Simple as that — when the digit sum is 9 or less.

⚡ The 11 Trick — Basic Examples
23 × 11: First=2 Middle=2+3=5 Last=3253 ✓
41 × 11: First=4 Middle=4+1=5 Last=1451 ✓
34 × 11: First=3 Middle=3+4=7 Last=4374 ✓
62 × 11: First=6 Middle=6+2=8 Last=2682 ✓
// Pattern: always 3 digits. First and last stay the same. Middle = sum.
4 3
Spread Apart
4 _ 3
Add Middle
4 7 3
473 ✓
43 × 11: spread digits, fill middle with 4+3=7

Try a few right now in your head before reading further. What is 31 × 11? (3, 3+1=4, 1 → 341). What is 52 × 11? (5, 5+2=7, 2 → 572). Did you get them both? If yes, you already understand the core of this trick.

For more tricks like this, check out Mental Math Tricks for Multiplication Every Student Should Know.

When the Digit Sum Is Less Than 10

When the sum of the two digits is 9 or less, the trick is at its simplest. The answer is always exactly 3 digits. First digit stays, sum goes in the middle, last digit stays.

Here are all the two-digit numbers whose digit sum is 9 or less — these are the “easy” multiplications by 11:

10 × 11
110
1+0=1
23 × 11
253
2+3=5
34 × 11
374
3+4=7
41 × 11
451
4+1=5
52 × 11
572
5+2=7
63 × 11
693
6+3=9

These are instant once the trick is in your memory. No thinking required — just apply the sandwich pattern and the answer appears.

A
Ashwani Sharma
Mental Math, Abacus & Vedic Math Trainer and Expert
💡 Expert Tip
Say the Answer Out Loud in Order — It Is Faster Than Writing

One habit I train all my students to build is saying the answer left to right, out loud or in their head, as they calculate. For the 11 trick, this means saying the first digit, then the middle sum, then the last digit — all in one breath, without pausing.

  • Wrong approach: Calculate middle, remember it, then assemble the answer — this is slow and error-prone.
  • Right approach: Say “first digit… sum… last digit” as one flowing verbal sequence. For 43 × 11, say “four… seven… three” = 473.
  • In exams: Write the answer in the same left-to-right order as you speak it. First digit, middle digit, last digit. This eliminates assembly errors entirely.

Students who practise with this verbal technique are consistently 40% faster than those who silently calculate and then write. The voice locks the number in working memory.

— Ashwani Sharma, from 15+ years of mental math training experience

When the Digit Sum Is 10 or More — The Carry Rule

This is where students sometimes get confused — but the rule is actually very simple once you understand it. When the two digits add up to 10 or more, you have a two-digit middle sum. You cannot put two digits in one position. So you carry.

The carry rule: Write only the units digit of the sum in the middle. Add 1 to the first digit.

⚡ The 11 Trick — With Carrying
75 × 11: Middle = 7+5 = 12 → write 2, carry 1
First digit: 7 + 1 = 8 Last digit: 5
Answer: 825 ✓
86 × 11: Middle = 8+6 = 14 → write 4, carry 1
First digit: 8 + 1 = 9 Last digit: 6
Answer: 946 ✓
99 × 11: Middle = 9+9 = 18 → write 8, carry 1
First digit: 9 + 1 = 10 → now 4-digit answer!
Answer: 1089 ✓
// 99 × 11: first digit becomes 10, so answer is 1089 (4 digits)

The only special case is when the first digit plus the carry gives you 10 or more — this happens only with 99 × 11 = 1089 and a few similar cases. In these situations, you simply get a 4-digit answer.

🎯 Quick test: Which numbers give you a carry? Any two-digit number where the digits sum to 10 or more. Those are: 19, 28, 29, 37, 38, 39, 46, 47, 48, 49, 55–59, 64–69, 73–79, 82–99. For all of these, use the carry rule.

Why This Trick Works — The Simple Math Behind It

Understanding why a trick works makes it much easier to remember and harder to misapply. Here is the simple algebra behind the 11 trick.

Any two-digit number can be written as 10a + b, where a is the tens digit and b is the units digit.

Multiplying by 11:

⚡ Why the 11 Trick Works
(10a + b) × 11
= (10a + b) × (10 + 1)
= 100a + 10a + 10b + b
= 100a + 10(a + b) + b
// 100a = first digit in hundreds place
// 10(a+b) = sum of digits in tens place
// b = last digit in units place
Result: a | (a+b) | b

The mathematics perfectly explains the trick: the first digit comes from 100a, the middle comes from 10(a+b), and the last digit comes from b. When (a+b) ≥ 10, you carry because 10(a+b) overflows into the hundreds place — which is exactly the carry rule.

Understanding this algebra also helps you see why 11 is special: it is 10 + 1, so multiplying by 11 simultaneously shifts the number left by one place AND keeps the original. This overlap in the middle position is what creates the digit-sum pattern.

Extending the Trick to 3-Digit Numbers

Once you understand the two-digit version, the three-digit extension is straightforward. Instead of one middle digit, you now have two middle digits — each formed by adding adjacent pairs.

Rule for 3-digit numbers: Keep first digit → add digits 1+2 → add digits 2+3 → keep last digit.

⚡ 3-Digit Numbers × 11
234 × 11:
Keep 2 → add 2+3=5 → add 3+4=7 → keep 4
Answer: 2574 ✓
521 × 11:
Keep 5 → add 5+2=7 → add 2+1=3 → keep 1
Answer: 5731 ✓

Carries work the same way — if any adjacent sum exceeds 9, write the units digit and carry 1 to the previous position. This is the same logic as standard column addition, but happening mentally in a single sweep.

📊 11 Trick vs Written Multiplication — Full Comparison
Factor ✍️ Written Method Traditional ⚡ 11 Trick Mental Math
Time per calculation 15–25 seconds (write, multiply, add) 1–3 seconds once practised
Requires paper? Yes — at least 2–3 rows of working No — fully mental
Error risk Higher — carry errors in column addition are common Lower — only one carry to manage
Works under pressure? Slower under exam time pressure Same speed — trick does not slow down under pressure
Learning time Already known (standard school method) 10 minutes to learn, 7 days to automate
Scales to 3+ digits? Yes, same process Yes — adjacent-pair sum rule extends naturally
Exam advantage None beyond standard speed Saves 12–22 seconds per problem — massive in timed tests

How the 11 Trick Saves You Time in Exams

Multiplication by 11 appears more often in competitive exams than most students realise. It shows up directly in arithmetic problems and also indirectly in percentage, ratio, and profit-loss calculations.

Consider a typical SSC or CAT problem: “A shopkeeper sold 11 items at Rs 73 each. What is the total revenue?” Most students reach for a written method. A student who knows the 11 trick answers 73 × 11 = 803 mentally in 2 seconds and moves on.

In a 2-hour paper with 100 questions, saving 15 seconds per calculation adds up to 8–12 minutes of extra time. That is enough to attempt 4–5 additional questions — potentially the difference between qualifying and not qualifying.

🏆 Competition tip: In mental math competitions, the 11 trick is one of the first techniques judges expect serious competitors to have. It is a baseline skill. If you compete at any level, this trick should be completely automatic — zero thinking required.

See how to build this kind of exam-ready speed in: 10 Mental Math Tips to Double Your Calculation Speed. Also, combining this trick with strong subtraction skills from Mental Subtraction Tricks Faster Than a Calculator makes you even more efficient in exams.

Daily Practice Plan to Make It Automatic

Learning the trick once is not enough. The goal is to make it instant — so when you see ×11, the answer appears without deliberate thought. Here is the daily plan:

  • Day 1: Learn both parts (no-carry and carry). Do 20 examples with no carry, then 10 with carry. Say each answer out loud as you calculate.
  • Day 2: Mix no-carry and carry examples. Do 15 total. Time yourself — aim for under 3 seconds per problem.
  • Day 3–4: Do 10 examples. Add some 3-digit × 11 problems. Mix with other multiplication tricks from this guide.
  • Day 5–7: Do 5 × 11 problems per day embedded in a larger mixed drill. By now the trick should feel effortless.
  • After Week 1: Include 2–3 × 11 problems in your daily 10-minute mental math practice. Never let the skill fade.

Also combine this with the mental addition strategies from: How to Add Large Numbers in Your Head — because strong addition speed makes carrying easier and faster.