1.3.2 · D3Basic Data & Probability

Worked examples — Bar charts, pictograms, pie charts — drawing and reading

2,490 words11 min readBack to topic

Before we start, three plain-word reminders (every symbol earned before use):


The scenario matrix

Every question this topic can ask lives in one of these cells. The last column names the worked example that kills it.

# Case class What makes it tricky Killed by
A Bar chart — draw from data convert value → cm via scale Example 1
B Bar chart — read a fractional bar half-centimetre heights Example 2
C Pictogram — partial icon reading 0.n of a symbol Example 3
D Pie chart — draw, awkward angles fraction doesn't give a whole degree Example 4
E Pie chart — rounding fails the check angles sum to / Example 5
F Pie chart — reverse (angle → value) undo the formula Example 6
G Zero / degenerate category a value of , or one category = whole Example 7
H Real-world word problem (percentages first) data given as , not counts Example 8
I Exam twist — mixed / missing value back-out a hidden number Example 9

We will hit every cell. Notice the maths tool used most is a single idea — the fraction of the whole — reused three ways. Ask yourself why a fraction and not, say, a subtraction? Because charts are about proportion: how big is one part relative to the whole. A fraction is exactly the machine that answers "what share?".


Cell A — Draw a bar chart


Cell B — Read a fractional bar


Cell C — Pictogram with a partial icon


Cell D — Pie chart with awkward angles


Cell E — Rounding breaks the check


Cell F — Reverse: angle back to a value


Cell G — Zero and degenerate categories


Cell H — Word problem given in percentages


Cell I — Exam twist: a missing value


Recall Quick self-test (reveal after trying)

A pie of 60 people: a sector is . How many people? ::: people. Pictogram key ⚽ = 8; you see icons. How many goals? ::: goals. Bar scale 1 cm = 3 pets; bar is cm. How many pets? ::: pets. Three sectors round to . What's wrong and the fix? ::: They sum to ; adjust the largest down to so the total is .


Connections

  • Parent topic (Hinglish) — the chart machines this page stress-tests
  • Fractions and percentages — every "share" step (Cells D, F, H) is a fraction/percent of the whole
  • Angles — measuring and summing the (Cells D, E, G, I)
  • Frequency tables — the raw values feeding each example
  • Ratio and proportion — scaling icons and bar heights
  • Averages and range — further statistics on the same datasets
  • Data collection methods — where survey data (Cell H) comes from