There's a specific kind of frustration that happens in a 1v1 math battle: you see the problem, you know how to solve it the long way, but your fingers hover uselessly because the traditional pencil-and-paper method takes too long. That gap between knowing and doing fast is exactly what mental math shortcuts close.

These seven techniques aren't magic or shortcuts that only "math people" can use. They're systematic patterns that, once memorized, cut your calculation time from 6-8 seconds down to 1-2. Let's go through each one with worked examples.

1. THE MULTIPLY-BY-11 PATTERN

This one looks like magic the first time you see it, but there's a clean logic behind it. To multiply any two-digit number by 11, you split the two digits apart and insert their sum between them.

36 × 11 → Write the digits apart: 3 __ 6 Middle digit = 3 + 6 = 9 Answer: 396
62 × 11 → Write the digits apart: 6 __ 2 Middle digit = 6 + 2 = 8 Answer: 682

When the digit sum exceeds 9, carry the 1 into the left digit:

85 × 11 → 8 __ 5 → 8 + 5 = 13 Write 3 in the middle, carry 1: (8+1) 3 5 Answer: 935
97 × 11 → 9 __ 7 → 9 + 7 = 16 Write 6 in the middle, carry 1: (9+1) 6 7 Answer: 1067
💡 Why it works:

11 = 10 + 1, so 36 × 11 = 36 × 10 + 36 × 1 = 360 + 36 = 396. The digits-with-middle trick is a visual shorthand for this addition. Once you see this, the pattern makes complete sense and is much easier to recall under pressure.

2. MULTIPLYING BY 5 (AND 50 AND 500)

Multiplying by 5 is really just multiplying by 10 and halving the result. The reason this works faster mentally is because dividing by 2 is one of the easiest operations our brains do, and moving a decimal point (multiplying by 10) is nearly instant.

48 × 5 → Multiply by 10 first: 48 × 10 = 480 Then halve: 480 ÷ 2 = 240 Answer: 240
136 × 5 → 136 × 10 = 1360 → 1360 ÷ 2 = 680 Answer: 680

The same logic extends upward: multiply by 50 means multiply by 100 and halve. Multiply by 500 means multiply by 1000 and halve.

24 × 50 → 24 × 100 = 2400 → 2400 ÷ 2 = 1200 Answer: 1200

3. SQUARING NUMBERS THAT END IN 5

If you need to square a number ending in 5, there's a formula that feels almost unfair once you know it: take the tens digit, multiply it by the next integer up, then append 25.

35² → Tens digit is 3. Next integer up: 4. 3 × 4 = 12. Append 25. Answer: 1225
65² → Tens digit is 6. Next integer up: 7. 6 × 7 = 42. Append 25. Answer: 4225
95² → 9 × 10 = 90 → Append 25 Answer: 9025

You can verify: 35 × 35 = 35 × 30 + 35 × 5 = 1050 + 175 = 1225. It checks out every time.

4. THE FINGER METHOD FOR 9s

This one is specifically powerful for the 9 times table up to 9 × 10. Hold both hands open, palms facing you. Count your fingers left to right: your leftmost finger (left pinky) is 1, and your rightmost (right pinky) is 10.

To multiply 9 by any number, fold down the finger at that position. The fingers to the left of the folded finger show the tens digit; the fingers to the right show the ones digit.

9 × 7 → Fold down finger #7 (right index finger) Fingers to the left: 6. Fingers to the right: 3. Answer: 63
9 × 4 → Fold down finger #4 (left index finger) Fingers to the left: 3. Fingers to the right: 6. Answer: 36

You'll also notice the digits of every 9× result always add to 9: 9+0=9, 1+8=9, 2+7=9, 3+6=9, and so on. This is a useful check.

5. DISTRIBUTIVE SPLITTING

The distributive property — a(b+c) = ab + ac — is the Swiss army knife of mental multiplication. When a number looks hard to multiply directly, split it into parts you can handle easily, multiply each part, then add.

13 × 7 → Split 13 into (10 + 3) 10 × 7 = 70, then 3 × 7 = 21 70 + 21 = 91
24 × 8 → Re-think: 25 × 8 is easy (200), then subtract 8 25 × 8 = 200, 200 − 8 = 192 Answer: 192
47 × 6 → Split 47 as (50 − 3) 50 × 6 = 300, 3 × 6 = 18 300 − 18 = 282

The key insight: you're not forced to split on the digit boundary. Choose whatever split makes the sub-problems easy for you. Near-round-number splits (like 47→50-3 or 38→40-2) often work best.

6. DOUBLING AND HALVING

If one of your numbers is even, you can cut it in half and double the other without changing the product. Keep going until the numbers become trivially easy to multiply.

16 × 25 → Halve 16, double 25: 8 × 50 8 × 50 → Halve 8, double 50: 4 × 100 Answer: 400
32 × 15 → Halve 32, double 15: 16 × 30 Halve again: 8 × 60 = 480 Answer: 480

This technique shines when you spot that repeated halving will eventually land you on a ×10 or ×100 scenario.

7. THE NEAR-100 TRICK

When both numbers you're multiplying are close to 100, this technique reduces the calculation to small-number arithmetic. Find how far each number is below (or above) 100. Cross-subtract, then multiply the differences.

97 × 96 → Differences from 100: 3 and 4 Cross-subtract: 97 − 4 = 93 (or equivalently, 96 − 3 = 93) Multiply the differences: 3 × 4 = 12 Answer: 9312 (i.e., 93 | 12)
98 × 95 → Differences: 2 and 5 Cross-subtract: 98 − 5 = 93 2 × 5 = 10 Answer: 9310

When numbers are above 100, the cross-add and the difference-product logic still works — you just handle carry differently. But for typical Arithmos Arena ranges (numbers up to 100), the subtraction form covers you completely.

⚡ PRACTICE CHALLENGE

Try these five problems using the tricks above before checking your work. Aim to solve each in under 3 seconds once you've learned the right technique:

  • 73 × 11 = ?
  • 84 × 5 = ?
  • 45² = ?
  • 18 × 25 = ?
  • 96 × 93 = ?

Answers: 803 · 420 · 2025 · 450 · 8928


WHICH TRICK SHOULD YOU USE WHEN?

The honest answer: whichever one your eyes recognize fastest. For most students, the key is to look at the numbers and immediately pattern-match. Train yourself to spot: "Is one of these numbers 5, 9, or 11?" (use the dedicated tricks). "Is one number close to a round number?" (use distribution or rounding). "Is one number even?" (consider double-and-halve).

With two weeks of daily practice in Arithmos Arena's Practice Mode — filtering specifically for multiplication — these pattern recognitions become automatic. You stop thinking "which trick" and just start doing.