Data & Graphs

Problem

Read a double bar graph

A double bar graph shows two color counts (orange and yellow-green) for each of two items: colored pencils and crayons. For each item, find the difference between its two bars, then say which item has the larger orange-vs-yellow-green difference.
Counts by Color 0 5 10 Count Colored pencils Crayons Orange Yellow-green
Measurement & data
Your answer
How to solve
Strategy Draw a Diagram — The grouped bars are the diagram; for each item we solve a small subtraction subproblem (taller bar minus shorter bar), then compare the two gaps to pick the larger one.
1STEP 1

Difference for each item

Line up each item's orange and yellow-green bars — the gap between their tops is the difference between the two color counts.

difference = taller bar - shorter bar
2STEP 2

Compare the two gaps

Set the two gaps side by side: the crayon pair shows a clearly wider gap than the colored-pencil pair.

gap_crayon greater than gap_pencil
Answer
Crayons have the larger difference between the orange and yellow-green counts
The crayon pair shows the wider visible separation between its two bars, so naming crayons as the item with the larger between-color difference matches what the graph displays.
Takeaway

This only needs Grade 3 graph reading: the widest gap between a pair of bars wins!

  • Difference for each item
  • Compare the two gaps
Where next?
Another one like thissuggested

▶ Practice — 8 problems