Measuring length
Compare/measure length (non-standard → m, cm, mm); estimate; use rulers.
Measuring length answers a simple question: how far is it from one end of something to the other? We answer it by counting how many copies of a chosen unit fit along the thing.
What it means
Length is the distance along a straight path — how long a pencil is, how tall a chair stands, how wide a book opens. To measure length you pick a unit (a fixed, repeatable amount of length) and count how many copies of it lay end-to-end, with no gaps and no overlaps, from one end of the object to the other.
At first the unit can be anything the same size, so long as you reuse the same one: a paperclip, a cube, your foot. This is called non-standard measurement. If a pencil is 6 paperclips long, that “6” only means something to someone who has the same paperclip. That is exactly why the world agreed on standard units that never change:
- millimetre (mm) — about the thickness of a coin’s edge
- centimetre (cm) — about the width of a fingernail;
1 cm = 10 mm - metre (m) — about one big step;
1 m = 100 cm
A ruler is a row of these units already laid out for you. The key rule: line the object up with the 0 mark, not the end of the ruler, then read the number at the other end. A ruler is really a number line you hold against the world.
Estimating means giving a sensible guess before you measure — “that door is about 2 m tall” — using lengths you already know as anchors. Measuring then checks the guess.
Worked examples
1. Non-standard → counting units. A crayon lined up against cubes covers 4 whole cubes. The crayon is 4 cubes long. Swap to bigger cubes and the number changes even though the crayon does not — proof that the unit matters.
2. Reading a ruler. A leaf’s stalk sits at 0 and its tip reaches the 7 mark on a cm ruler.
0 1 2 3 4 5 6 7 8
|---|---|---|---|---|---|---|---|--
[========== leaf: 7 cm ==========]
Length = 7 cm = 70 mm.
3. Converting. A ribbon is 1 m and 25 cm. In centimetres: 100 + 25 = 125 cm.
4. Estimate then measure. Guess a book is 20 cm wide; measure and find 18 cm. Close guesses grow from remembering that a fingernail is roughly 1 cm.
The generative-art connection
Measuring is repeating one unit along a line, and that is precisely how so much generative art is built. In dot-multiplier, a single dot is copied and stepped outward — each new dot marks one more “unit” from the centre, so the row of dots is a ruler you can watch draw itself. Push the same idea into code: a turtle in Scratch or Turtle Blocks told to move 10 steps, again and again, is measuring as it goes — the line’s length is just the number of equal steps times the step size. Change the step and the whole picture stretches, making the unit visible. A ruler, a number line, and a marching row of dots are the same object wearing three costumes.
Common misconceptions
- Starting at the ruler’s edge, not
0. The plastic before the0mark isn’t length. Always align the object with0. - Leaving gaps or overlaps. Units must sit flush, end-to-end, or the count is wrong.
- Bigger number means longer.
3 mis far longer than50 cm. You can only compare numbers once the units match.
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.
-
A ruler is placed against a crayon. One end of the crayon is at the `4 cm` mark and the other end is at the `13 cm` mark. How long is the crayon? Give your answer in cm, and then in mm.
Answer
The crayon does not start at `0`, so subtract: `13 - 4 = 9 cm`. Then convert, since `1 cm = 10 mm`: `9 × 10 = 90 mm`. So the crayon is `9 cm`, which is `90 mm`.
Art hook Two draggable markers on a horizontal cm ruler; the span between them fills with colour and a live readout shows `end − start = length`, plus a toggle that relabels the whole strip in mm so the same bar reads 9 cm or 90 mm.
-
A ribbon is `1 m` and `40 cm` long. Write its total length in centimetres.
Answer
`1 m = 100 cm`, so `100 + 40 = 140 cm`.
Art hook Show a metre as 100 stacked unit dots; each block of 10 dots switches colour so the tens are visible, then add 40 more dots of a new hue to picture 140 cm.
-
Put these three lengths in order from shortest to longest: `2 m`, `50 cm`, `250 mm`.
Answer
Convert to one unit first: `2 m = 200 cm`, `50 cm = 50 cm`, `250 mm = 25 cm`. Shortest→longest: `250 mm` (`25 cm`), then `50 cm`, then `2 m`. You can only compare once the units match.
Art hook Draw three horizontal bars whose pixel lengths are proportional to the real lengths (after converting to a common unit); animate them sliding into sorted order while each keeps its original-unit label, so the number alone can't fool you.
-
Estimate the width of a normal doorway in metres. Then say roughly how many centimetres that is. (A hint: one big step is about `1 m`.)
Answer
A doorway is about `1 m` wide (accept roughly `0.7`–`1 m`). About `1 m = 100 cm` (so an estimate of about `80`–`100 cm` is sensible). Any reasonable estimate near this, with a correct m→cm conversion, is a success.
Art hook Overlay a draggable 1 m 'step' marker on a rectangle standing in for a door; the child lays steps across it to estimate, and a counter shows the running metre estimate and its cm equivalent.
-
A worm is measured on a ruler. Its head is at the `3 cm` mark and its tail is at the `11 cm` mark. How long is the worm?
Answer
Length is the distance between the two marks: `11 - 3 = 8 cm`. The object does not start at `0`, so we subtract the start mark from the end mark.
Art hook Place a wiggly worm shape on a ruler; let the child drag its head and tail to any two marks and display `tail − head = length` updating in real time.
Training exercises
Practice problems, easier first, that build toward the bar above. Each doubles as a seed for an interactive artwork.
-
A stick is laid next to a row of identical cubes and covers `5` whole cubes end-to-end with no gaps. How many cubes long is the stick?
Answer
`5 cubes`. Measuring means counting how many copies of one unit fit along the object.
Art hook Snap unit squares end-to-end under a horizontal line; each square that fits lights up and a counter ticks 1, 2, 3... — measuring drawn as tiling.
-
Which is the sensible unit to measure the length of your classroom: `mm`, `cm`, or `m`? Why?
Answer
`m` (metres). A room is several big steps long, so metres give a small, tidy number; mm or cm would give a huge, clumsy number.
Art hook Show three sliders (mm/cm/m) that all draw the same real length but label it with a wildly different number, so the child sees why we pick the unit that keeps the number friendly.
-
Fill in the blank: `1 cm = ___ mm`.
Answer
`10`. One centimetre is ten millimetres.
Art hook Zoom into one centimetre gap on a ruler and reveal 10 evenly spaced mm ticks between the two cm marks.
-
A crayon lined up from the `0` mark reaches the `6` mark on a cm ruler. How long is it? Give the answer in cm and in mm.
Answer
`6 cm`, and since `1 cm = 10 mm`, `6 × 10 = 60 mm`.
Art hook A crayon bar drawn from 0; a toggle button flips the ruler labels between cm and mm so the same length reads 6 or 60.
-
Convert `1 m 30 cm` into centimetres.
Answer
`100 + 30 = 130 cm`, because `1 m = 100 cm`.
Art hook Draw a metre-long bar split into 100 tiny cm units, then extend it by 30 more units in a second colour to show 130.
-
Estimate first, then check. A new pencil is about `18 cm` long. Roughly how many pencils, laid end-to-end, would reach across a `1 m` table? (Estimate — don't worry about being exact.)
Answer
About `5` or `6`. `1 m = 100 cm`, and `100 ÷ 18 ≈ 5.5`, so about 5 to 6 pencils. Any answer of 5 or 6 with reasoning is great.
Art hook Lay copies of an 18-unit pencil bar end-to-end across a 100-unit table; the last pencil pokes over the edge, showing the estimate visually.
-
Spot the mistake. Tom measures a leaf by lining its base up with the metal edge of the ruler (before the `0` mark) and reads `8` at the tip. His friend says the leaf isn't really 8 cm. Who is right, and why?
Answer
The friend is right. You must line the object up with the `0` mark, not the edge of the ruler. Starting at the edge counts the extra plastic before 0 as well, so Tom's reading is too big — the leaf is shorter than 8 cm.
Art hook Animate a leaf sliding from the ruler's edge to the 0 mark; a readout shows the measured number shrinking to its true value as it snaps to 0.
-
A pen sits on a ruler with one end at the `2 cm` mark and the other at the `15 cm` mark. How long is the pen?
Answer
`15 - 2 = 13 cm`. When an object doesn't start at 0, subtract the start mark from the end mark.
Art hook Two draggable markers on a ruler; the span between them fills with colour and shows `end − start` as its length.
-
Order these from shortest to longest: `35 cm`, `3 m`, `300 mm`.
Answer
Convert to cm: `35 cm`, `3 m = 300 cm`, `300 mm = 30 cm`. Order: `300 mm` (`30 cm`), then `35 cm`, then `3 m`.
Art hook Three bars scaled to a shared unit race into sorted order, each labelled in its original unit to reinforce that the number alone can fool you.
-
True or false: `50 cm` is longer than `2 m` because 50 is bigger than 2. Explain.
Answer
False. `2 m = 200 cm`, which is far longer than `50 cm`. You can only compare the numbers once the units are the same.
Art hook Draw a 50-unit bar and a 200-unit bar to true scale side by side, so it is obvious the '2' is longer despite the smaller number.