N2.6 Stage 2 Number

Meaning of × and ÷

Meaning of multiplication (repeated addition, arrays, “groups of”) & division (sharing & grouping); commutativity of ×.

Multiplication is a fast way to count equal groups, and division is how you split a total back into equal groups. They are two sides of the same idea.

What it means

Multiplication answers the question: if you have several equal groups, how many things are there altogether? Instead of adding the same number over and over, you multiply. So 4 × 3 means four groups of three, which is the same as 3 + 3 + 3 + 3 = 12. The × sign is read “times” or “multiplied by”. We call the answer the product.

There are three ways to picture the very same fact, and it helps to hold all three:

  • Repeated addition4 × 3 is 3 added four times.
  • Groups of4 × 3 is four baskets with three apples each.
  • An array4 × 3 is a grid with 4 rows and 3 columns; count the dots and you get 12.

The array reveals something surprising: turn the grid a quarter-turn and 4 rows of 3 become 3 rows of 4, but the number of dots never changes. So 4 × 3 = 3 × 4. This rule — that the order of the two numbers does not matter — is called commutativity. It halves how many facts you must remember.

There is a fourth picture that is easy to miss: combinations. If you have 3 different tops and 4 different pairs of trousers, the number of outfits you can make is 3 × 4 = 12, because each top can go with each pair. This “how many pairings?” meaning — a Cartesian product — is multiplication too, even though nothing is being repeated. A neat way to see it is a grid: tops down the side, trousers across the top, one cell per outfit.

Division goes the other way: it starts with a total and makes equal groups. 12 ÷ 3 can mean two things, and both give 4:

  • Sharing — deal 12 sweets fairly among 3 friends; each gets 4.
  • Grouping — put 12 sweets into bags of 3; you fill 4 bags.

Because they undo each other, 4 × 3 = 12 and 12 ÷ 3 = 4 and 12 ÷ 4 = 3 are one fact family — knowing one gives you the others. Note that division is not commutative: 12 ÷ 3 is not the same as 3 ÷ 12.

Worked examples

1. Multiplication as an array. Six eggs in a carton, 2 rows of 3:

● ● ●
● ● ●

2 × 3 = 6. Rotate it to 3 × 2 (3 rows of 2) and it is still 6 — commutativity.

2. Repeated addition. A spider has 8 legs. How many legs on 3 spiders? 3 × 8 = 8 + 8 + 8 = 24.

3. Division by sharing. 15 stickers shared between 5 children: 15 ÷ 5 = 3 stickers each.

4. Division by grouping. You have 15 stickers and give each child 3. How many children? 15 ÷ 3 = 5 children. Same 15, split a different way.

The generative-art connection

An array is a multiplication you can see: a grid of r rows and c columns is a picture of r × c, and rotating it shows commutativity with no words at all. The dot-multiplier tool takes this further — a single dot multiplies into a symmetric burst, so choosing “6 arms of 4 dots” both builds the artwork and counts to 24.

Multiplication also hides a beautiful curve. Draw 60 points evenly around a circle, then from each point n draw a line to point 2 × n (wrapping around). Every line is a times-table fact, and together they trace the outline of a heart-shaped curve called a cardioid — The Coding Train’s challenge builds exactly this. Change the multiplier and the whole flower changes: the times table becomes an image.

Common misconceptions

  • ”× always makes bigger, ÷ always makes smaller.” True for the whole numbers here, but it stops being true with fractions later — better to think equal groups, not bigger/smaller.
  • 12 ÷ 3 and 3 ÷ 12 are the same.” Order matters for division. Sharing 12 among 3 is very different from sharing 3 among 12.
  • Confusing rows with the total. In a 4 × 3 array the answer is the dots (12), not the number of rows or columns.

What a learner should be able to solve

The benchmark for mastering this concept — the problems a child at this stage is expected to be able to work through.

  1. A garden has `5` flowerpots. Each pot holds `4` tulips. Write a multiplication that tells how many tulips there are altogether, then find the answer. Show how the same total could be written as repeated addition too.

    Answer

    `5 × 4 = 20` tulips. As repeated addition (five groups of four): `4 + 4 + 4 + 4 + 4 = 20`.

    Art hook Draw 5 pots in a row on a canvas; clicking a pot sprouts 4 dot-tulips above it. A running total counts up as pots fill, so the picture and the number `5 × 4 = 20` grow together.

  2. Draw (or picture) a grid of dots with `3` rows and `6` dots in each row. How many dots in total? Now imagine turning the grid a quarter-turn so it becomes `6` rows of `3`. How many dots now, and what does that tell you about `3 × 6` and `6 × 3`?

    Answer

    `3 × 6 = 18` dots. After turning, `6 × 3 = 18` — the same 18 dots. So `3 × 6 = 6 × 3`; the order does not change the product (commutativity).

    Art hook A dot-grid that the user can rotate 90° with a button. Rows and columns swap, the dots stay put, and a label flips between `3 × 6` and `6 × 3` while the total stays `18` — commutativity you can watch.

  3. There are `24` beads. You want to share them equally onto `4` bracelets. How many beads go on each bracelet? Write the division and the answer.

    Answer

    `24 ÷ 4 = 6` beads on each bracelet (sharing 24 fairly among 4 groups).

    Art hook Show 24 beads in a pile; four bracelet-loops sit below. A 'deal' button flings beads one at a time round-robin onto the loops until each loop shows 6 — sharing made visible.

  4. You have `24` beads and you thread `6` beads onto every bracelet. How many bracelets can you fill? Write the division. Then write the whole fact family that links `4`, `6` and `24`.

    Answer

    `24 ÷ 6 = 4` bracelets (grouping 24 into groups of 6). Fact family: `4 × 6 = 24`, `6 × 4 = 24`, `24 ÷ 6 = 4`, `24 ÷ 4 = 6`.

    Art hook Same 24 beads, but now they group into loops of 6 that pop into existence one full loop at a time (4 loops appear). Beside it, show the four fact-family sentences lighting up as the grouping completes.

  5. Spot the mistake. A child says: "`20 ÷ 5 = 4`, so `5 ÷ 20 = 4` as well, because it's the same numbers." Are they right? Explain in your own words.

    Answer

    Not right. Division order matters. `20 ÷ 5 = 4` (share 20 among 5, each gets 4). But `5 ÷ 20` means sharing only 5 among 20 — each gets less than one whole, so it is not 4. Division is not commutative.

    Art hook Two side-by-side share-boards: left shares 20 counters among 5 plates (4 each); right tries to share 5 counters among 20 plates (most plates empty). The mismatch shows why order matters.

Training exercises

Practice problems, easier first, that build toward the bar above. Each doubles as a seed for an interactive artwork.

  1. There are `3` plates. Each plate has `2` cookies. Count all the cookies by adding: `2 + 2 + 2 = ?`. This is the same as `3 × 2`.

    Answer

    `2 + 2 + 2 = 6`, so `3 × 2 = 6`. Three groups of two make six.

    Art hook Three plate-circles each get 2 cookie-dots; a counter reads '2, 4, 6' as each plate is added, turning skip-counting into a picture.

  2. Look at this dot picture: `2` rows with `5` dots in each row (`● ● ● ● ●` above `● ● ● ● ●`). Write it as a multiplication and give the total.

    Answer

    `2 × 5 = 10` dots (2 rows of 5).

    Art hook A tiny 2×5 dot array on canvas; hovering a row highlights it and shows '+5', so the total 10 builds row by row.

  3. Skip-count in `3`s to fill the gaps: `3, 6, 9, __, __, 18`. How many `3`s did you count to reach `18`? Write it as `? × 3`.

    Answer

    `3, 6, 9, 12, 15, 18`. Six threes reach 18, so `6 × 3 = 18`.

    Art hook A number line with equal jumps of 3; each jump lands a glowing dot on 3, 6, 9, 12, 15, 18. Six arcs, one product — the line is the times fact.

  4. Write `4 × 3` as repeated addition, and write the same picture the other way round (`3 × 4`) as repeated addition too. Do both give the same total?

    Answer

    `4 × 3 = 3 + 3 + 3 + 3 = 12`. The other way: `3 × 4 = 4 + 4 + 4 = 12`. Both give 12, showing `4 × 3 = 3 × 4`.

    Art hook Split-screen: left stacks four 3-dot rows, right stacks three 4-dot rows. A shared counter shows both climbing to 12 — two sums, one product.

  5. There are `12` apples to share equally between `2` baskets. How many apples in each basket? Write the division.

    Answer

    `12 ÷ 2 = 6` apples in each basket (sharing 12 among 2).

    Art hook 12 apple-dots rain down and alternate into two baskets left-right until each holds 6; a tally under each basket updates live.

  6. You have `12` apples and put `2` apples in each little bag. How many bags do you fill? Write the division. This uses the same numbers as sharing `12` apples between `2` baskets — but explain how the meaning of the `2` is different here.

    Answer

    `12 ÷ 2 = 6` bags (grouping 12 into 2s). Here the `2` is the size of each group (2 apples per bag). When sharing 12 among 2 baskets, the `2` was instead the number of groups. Same numbers, different meaning.

    Art hook 12 apple-dots clump into bags of 2 that snap shut one by one until 6 bags line up — grouping, contrasted alongside a sharing animation that uses the same 12 and 2.

  7. An array has `4` rows and `4` columns of dots. How many dots? What is special about turning this array a quarter-turn?

    Answer

    `4 × 4 = 16` dots. Turning it still gives 4 rows of 4, so it looks the same — a square array; `4 × 4 = 4 × 4`.

    Art hook A 4×4 dot square that you can rotate; because it is square it maps onto itself — an early taste of rotational symmetry, still equal to 16.

  8. Finish the fact family. If `6 × 5 = 30`, write the other multiplication fact and the two division facts that use the same three numbers.

    Answer

    `5 × 6 = 30`; `30 ÷ 5 = 6`; `30 ÷ 6 = 5`. Four facts, one family from the numbers 5, 6 and 30.

    Art hook A triangle card with 30 at the top and 5, 6 at the corners; tapping a corner covers it and the other two build the matching ×/÷ sentence — a fact-family flash-card generator.

  9. Spot the mistake. In a `3 × 4` array a child says "the answer is `3`, because there are 3 rows." What did they answer instead, and what is the real product?

    Answer

    They named the number of rows, not the total dots. The product `3 × 4 = 12` is the total number of dots.

    Art hook A 3×4 dot array where clicking 'rows' flashes 3, clicking 'total' fills every dot and counts to 12 — separating the parts from the product.

  10. You have `3` different hats and `4` different scarves. How many different hat-and-scarf pairs can you make? (Hint: each hat can go with every scarf.)

    Answer

    `3 × 4 = 12` pairs. Each of the 3 hats pairs with each of the 4 scarves.

    Art hook A 3-by-4 grid: hats down the side, scarves across the top, one coloured cell per outfit. Filling all 12 cells shows multiplication as combinations.

  11. Open-ended: the answer to a multiplication is `12`. Draw or describe two different arrays (rows × columns) of `12` dots. Write the multiplication for each.

    Answer

    Any arrays with 12 dots, e.g. `2 × 6 = 12`, `3 × 4 = 12`, `1 × 12 = 12` (or `6 × 2`, `4 × 3`, `12 × 1`). Two valid, correct arrays earn full marks.

    Art hook A rectangle-maker: drag to set rows and columns; any grid totalling 12 dots snaps green and prints its `r × c = 12`. Kids discover all the ways to make 12.

  12. A puzzle to explore: there are `20` counters. Try to share them equally among `3` friends. Can it be done exactly? If not, how many does each friend get, and how many counters are left over?

    Answer

    It cannot be done exactly. Each friend gets 6 counters (that uses 18) and 2 counters are left over. Not every sharing comes out even — this gentle 'leftover' is a first, informal peek at remainders.

    Art hook 20 counter-dots deal round-robin to 3 friends; each pile stops at 6 and 2 counters glow in a 'leftover' tray — a first, low-stakes picture of a remainder.