Technique explanation

Teaching Explanation

Imagine a "bow-tie" shape drawn over your numbers. We solve the multiplication in three steps from right to left:

  1. Right Side: Multiply the digits in the ones place vertically.
  2. The Cross: Multiply the top-left by bottom-right and top-right by bottom-left, then add these two results together. This is the middle part of your answer.
  3. Left Side: Multiply the digits in the tens place vertically.

If any step gives a number 10 or larger, we write down the last digit and "carry" the tens digit to the next step on the left.

Method Condition

Best suited for 2-digit by 2-digit multiplication where digits are small, though it works for all 2-digit numbers.

Standard Fallback

Standard long multiplication (column method).

Misconception & Correction

Misconception: Adding the carry to the digits before* multiplying in the next step.

  • Correction: Always multiply the vertical or cross digits first, then add the carry to that product.
Worked examples

Worked Examples

Example: 23 × 12

  1. Right: 3 × 2 = 6. Write 6.
  2. Cross: (2 × 2) + (3 × 1) = 4 + 3 = 7. Write 7.
  3. Left: 2 × 1 = 2. Write 2.
  • Result: 276.
  • Independent Check: 23 × 10 = 230; 23 × 2 = 46; 230 + 46 = 276. (Matches)

Example: 45 × 21

  1. Right: 5 × 1 = 5. Write 5.
  2. Cross: (4 × 1) + (5 × 2) = 4 + 10 = 14. Write 4, carry 1.
  3. Left: 4 × 2 = 8. Add carry: 8 + 1 = 9. Write 9.
  • Result: 945.
  • Independent Check: 45 × 20 = 900; 45 × 1 = 45; 900 + 45 = 945. (Matches)
Video player