MathMastery.Beta
Learning Resources

Multiplication

Interactive curriculum lessons, worked examples, and geometric problem-solving techniques designed to help Kenyan students master CBC, KPSEA, KCSE, and IGCSE mathematics.

Grade 06 Pathway: N/A

First Principles

Objective: Master the multiplication of multi-digit whole numbers using place value, the area model, and the standard algorithm.

Step 1 — Concrete Meaning: Repeated Addition to Area

Imagine Mama Wanjiku arranging fresh mangoes in crates at the market in Kisumu. If each crate holds \(14\) mangoes and she has \(6\) crates, she does not count every single mango one by one. Instead, she multiplies: \[14 \times 6 = \underbrace{14 + 14 + 14 + 14 + 14 + 14}_{6\text{ times}} = 84\]Multiplication is an efficient shortcut for repeated addition of equal groups.

Step 2 — Geometric Representation: The Area Model

When factors become larger, we can visualize multiplication as finding the area of a rectangle. The length represents one factor and the width represents the other. By breaking numbers into their place value components (tens and ones), we split the large rectangle into smaller, easy-to-calculate rectangular sub-areas (partial products).

For example, to calculate \(14 \times 16\), decompose the dimensions: \[14 = 10 + 4 \quad \text{and} \quad 16 = 10 + 6\]The total area is the sum of the four smaller rectangles: \[(10 \times 10) + (10 \times 6) + (4 \times 10) + (4 \times 6) = 100 + 60 + 40 + 24 = 224\]

Step 3 — Algebraic Rule: The Distributive Property

The area model is the visual proof of the distributive property: \[a \times (b + c) = (a \times b) + (a \times c)\]In vertical (long) multiplication, when we multiply by the tens digit, we write a zero (or shift one place left) because we are multiplying by tens (e.g., \(20\)), not merely \(2\).

Key Takeaway: Multiplication = Building a rectangle. Break the rectangle by place values, compute each partial product, and add them together.

Interactive Area Model Explorer

Adjust the sliders to see how two-digit numbers split into tens and ones to form partial products.

Key Formulas

Understanding fundamental algebraic properties helps make multi-digit calculations faster and prevents computational errors.

1. Definition of Multiplication (Repeated Addition):\[a \times b = \underbrace{a + a + a + \dots + a}_{b\text{ times}}\]
2. Commutative Property:\[a \times b = b \times a\]Example: \(24 \times 15 = 15 \times 24 = 360\). The order of factors does not change the product.
3. Associative Property:\[(a \times b) \times c = a \times (b \times c)\]Example: \(25 \times 18 = 25 \times (2 \times 9) = (25 \times 2) \times 9 = 50 \times 9 = 450\).
4. Distributive Property (Foundation of Long Multiplication):\[a \times (b + c) = (a \times b) + (a \times c)\]Example: \(34 \times 52 = 34 \times (50 + 2) = (34 \times 50) + (34 \times 2) = 1700 + 68 = 1768\).
5. Identity and Zero Properties:\[a \times 1 = a \quad \text{and} \quad a \times 0 = 0\]

Worked Examples

Example 1 (Easy): 2-Digit by 1-Digit Multiplication

Problem: A dairy farmer in Eldoret delivers \(36\) litres of milk each day for \(7\) days. How many litres of milk does he deliver in total?

Step-by-Step Solution:

  1. Identify the calculation: \[36 \times 7\]
  2. Split using the distributive property: \[36 = 30 + 6\]
  3. Multiply each part:\[30 \times 7 = 210\]\[6 \times 7 = 42\]
  4. Add the partial products:\[210 + 42 = 252\]

Answer: 252 litres

Example 2 (Medium): 2-Digit by 2-Digit Multiplication (Area & Column Method)

Problem: A primary school orders \(28\) boxes of exercise books. Each box contains \(45\) books. Find the total number of exercise books.

Step-by-Step Solution:

  1. Set up partial products: Multiply \(28\) by the ones digit \((5)\) and the tens digit \((40)\) of \(45\).
  2. First partial product (Units):\[28 \times 5 = 140\]
  3. Second partial product (Tens):\[28 \times 40 = 1120\](Notice the trailing zero because \(4\) represents \(40\).)
  4. Add both partial products:\[\begin{array}{r@{\quad}l} & 140 \\ + & 1120 \\ \hline & 1260 \end{array}\]

Answer: 1,260 exercise books

Example 3 (Hard): 3-Digit by 2-Digit Multi-Step Problem

Problem: A coffee cooperative in Nyeri packs \(348\) bags of coffee per day. If they operate for \(26\) days in a month, how many bags of coffee do they pack altogether?

Step-by-Step Solution:

  1. Multiply by the units digit (\(6\)):\[348 \times 6 = 2088\](Breakdown: \(8 \times 6 = 48\), carry 4; \(4 \times 6 = 24 + 4 = 28\), carry 2; \(3 \times 6 = 18 + 2 = 20\))
  2. Multiply by the tens digit (\(20\)):\[348 \times 20 = 6960\](Place a \(0\) in the ones column, then \(348 \times 2 = 696\))
  3. Add both partial products:\[\begin{array}{r@{\quad}l} & 2088 \\ + & 6960 \\ \hline & 9048 \end{array}\]

Answer: 9,048 bags

Common Mistakes

Misconception 1: Forgetting the Place-Value Zero in Long Multiplication

The Mistake: When calculating \(34 \times 25\), writing the second line as \(34 \times 2 = 68\) instead of \(34 \times 20 = 680\), leading to \(170 + 68 = 238\) instead of \(850\).

Why it happens: Learners focus solely on the isolated digit \(2\) rather than its place value (\(2\) tens \(= 20\)).

How to avoid it: Always write the placeholder zero in the units column immediately before multiplying by the tens digit.

Misconception 2: Adding the Carried Digit Before Multiplying

The Mistake: In \(47 \times 3\), multiplying \(7 \times 3 = 21\) (write 1, carry 2), then doing \((4 + 2) \times 3 = 6 \times 3 = 18\) to get \(181\) instead of \((4 \times 3) + 2 = 12 + 2 = 14\) to get \(141\).

Why it happens: Learners mistakenly add the carried digit to the next digit before multiplying.

Rule: Multiply first, then add the carried amount.

Misconception 3: Incomplete Distribution in Multi-Digit Multiplication

The Mistake: Thinking that \(23 \times 14 = (20 \times 10) + (3 \times 4) = 200 + 12 = 212\).

Why it happens: Over-simplifying by multiplying only tens with tens and ones with ones, missing the cross-terms.

The Fix: All terms must interact: \((20+3)(10+4) = 200 + 80 + 30 + 12 = 322\).

Real World

Tea Harvesting in Kericho: A tea picker plucks an average of \(45\text{ kg}\) of green tea leaves per day. Over \(24\) working days, the total harvest is \[45 \times 24 = 45 \times (20 + 4) = 900 + 180 = 1,080\text{ kg}\]
Posho Mill Grain Milling: A posho mill in Kakamega grinds \(120\text{ kg}\) of maize daily. In a month of \(30\) operating days, it processes \[120 \times 30 = 3,600\text{ kg of flour}\]
Wholesale Produce Distribution: A trader at Wakulima Market in Nairobi buys \(35\) sacks of potatoes at \(KSh\;2,400\) per sack. The total purchase price is \[35 \times 2400 = KSh\;84,000\]
Solar Micro-Grid Installation: A community project in Turkana installs \(16\) solar arrays. Each array consists of \(18\) photovoltaic panels. The total number of panels deployed is \[16 \times 18 = 16 \times (20 - 2) = 320 - 32 = 288\text{ solar panels}\]

Practice

At a poultry farm in Machakos, eggs are packed into trays holding 10 eggs each. How many eggs are there in 11 such trays? (Type only the number, e.g., 42)
Review the concepts above.
A tailor in Gikomba market stitches 15 school shirts every single day. How many shirts will she stitch after 9 days? (Type only the number, e.g., 42)
Review the concepts above.
A primary school headteacher in Nakuru orders 24 boxes of chalk. If each box contains 35 sticks of chalk, how many sticks of chalk were ordered altogether? (Type only the number, e.g., 42)
Review the concepts above.
Mbula, a boda-boda rider in Kisumu, deposits KSh 150 daily into his SACCO savings account. How much money in Kenya Shillings will he have saved after 22 working days? (Type only the number, e.g., 42)
Review the concepts above.
A maize farmer in Eldoret harvested 48 bags of maize weighing 90 kg each, and 25 bags of beans weighing 50 kg each. What is the total mass of the harvest in kilograms? (Type only the number, e.g., 42)
Review the concepts above.
A cooperative supplies 125 schools with exercise books. Each school receives 45 bundles, and each bundle contains 12 books. How many exercise books are distributed in total? (Type only the number, e.g., 42)
Review the concepts above.