Two-digit multiplication

Two-digit multiplication is a fundamental arithmetic operation that builds on basic multiplication facts to solve more complex problems. It involves multiplying numbers where:

  • At least one factor has two digits (10-99)
  • The other factor can be one-digit (2-9) or two-digit

This skill is essential for real-world applications like calculating expenses, measuring areas, and solving ratio problems.

1. Two-Digit by One-Digit Multiplication

Step-by-Step Method (Standard Algorithm)

Example Problem: Multiply 23 by 4

Steps:

  1. Multiply the Ones Place:
    • 3 (ones digit) × 4 = 12
    • Write down 2 in the ones place
    • Carry over 1 to the tens place
  2. Multiply the Tens Place:
    • 2 (tens digit) × 4 = 8
    • Add the carried-over 1: 8 + 1 = 9
    • Write 9 in the tens place
  3. Final Answer:
    The product is 92

Visual Representation:

   23
  × 4
  ----
    12   (3×4)
  80    (20×4, implied by position)
  ----
  92

Alternative Methods

  1. Break-Apart (Distributive Property):
    • 23 × 4 = (20 + 3) × 4
    • = (20 × 4) + (3 × 4)
    • = 80 + 12 = 92
  2. Number Line:
    • Make 4 jumps of 23:
      0 → 23 → 46 → 69 → 92
  3. Repeated Addition:
    • 23 + 23 = 46
    • 46 + 23 = 69
    • 69 + 23 = 92

2. Two-Digit by Two-Digit Multiplication Using Partial Products

Detailed Step-by-Step Example: 34 × 12

Step 1: Break Down the Multiplier (12)

First, we decompose the two-digit multiplier into its place values:

  • 12 = 10 (tens place) + 2 (ones place)

Step 2: Multiply by the Ones Place (34 × 2)

  34
×  2
----
  68  ← Partial Product 1
  • Calculation:
    4 (ones) × 2 = 8
    30 (tens) × 2 = 60
    60 + 8 = 68

Step 3: Multiply by the Tens Place (34 × 10)

  34
× 10
-----
340 ← Partial Product 2
  • Note: Multiplying by 10 shifts digits left
    (34 × 10 = 340)

Step 4: Add Partial Products

  68
+340
-----
 408
  • Verification:
    30 × 12 = 360
    4 × 12 = 48
    360 + 48 = 408

Visual Representation: Area Model

This method visually demonstrates why partial products work:

      30     4
   +--------+
10 | 300 | 40 |  → 30×10 + 4×10
   +--------+
 2 | 60  | 8  |  → 30×2 + 4×2
   +--------+

Total: 300 + 40 + 60 + 8 = 408