Histograms
- A histogram is not just a bar chart for grouped data.
- In a histogram, area is frequency.
- The height is frequency density: how crowded the class is, not just how many values it holds.
Area = frequency
- When classes have different widths, frequency alone is not enough.
- A tall narrow bar and a short wide bar can hold the same frequency because frequency is area.
- So the height must be frequency density, and histogram bars must touch.
- If labels are rounded, convert each class to true boundaries (± half the rounding unit).
- width = upper boundary − lower boundary (not the label span).
- frequency density = frequency ÷ width.
- Plot density (label the axis “frequency density”); bars touch.
- Reverse: a part-class count is its proportional area.
Worked example
Start simple: equal labels, unequal widths
100 children: has 40; has 60. Widths ; densities and ; areas , total 100. The wider class is shorter yet holds more.
Plot frequency density (= frequency ÷ width), never raw frequency. Each bar's area IS its frequency.
Worked example
Find a missing frequency, then the densities
690 medical samples: (224), (396), (). Find and the three frequency densities.
- Frequencies add to the total: .
- These labels are already true boundaries (the form), so widths are .
- Densities: , , .
True boundaries: the classic trap
Rounded labels hide the gaps. Times to the nearest minute labelled mean — width , not 1. Always rebuild the boundaries before any width.
Worked example
Rounded to the nearest minute
36 athletes (race time to the nearest minute): has ; has 14; has 18. True boundaries → widths , densities . The last class has the most athletes but not the tallest bar (). Area check .
Rounded labels hide half a unit each side: use TRUE boundaries for the width, then density = frequency ÷ width.
Worked example
Harder rounding: nearest 0.1 min and nearest 50 years
The same ±half-unit rule scales to the rounding unit. (a) Times to the nearest min labelled mean — width , not 0.2. (b) Ages to the nearest 50 years labelled mean — width 150 (each boundary shifts ).
Common mistake
Reading a count back off
- Frequency is area, so read counts back by finding an area.
- For part of a class, take the same fraction of the bar area. This assumes the values are spread evenly inside that class.
- On a drawn histogram, you can also count blocks of grid squares and divide by how many blocks make one item.
Worked example
Count athletes back off the histogram
Use the 36-athlete histogram (densities 4, 7, 6 over widths 1, 2, 3). Estimate (a) those who took less than 13.0 min, (b) those between 14.5 and 17.5 min, (c) the time band of the slowest 3 athletes.
- (a) holds 4; is half of it: athletes.
- (b) From 14.5 to 15.5 is of the width-2 class: ; from 15.5 to 17.5 is of the width-3 class: . Total .
- (c) The slowest 3 are the top of the last class. of its 18 over width 3, working in from 18.5: they lie between and min.
Worked example
Estimate a part-class count across two classes
Back to the 100 children ( holds 40, holds 60). Estimate the number with masses between 45 and 63 kg.
- Split at the boundary: 45–50, then 50–63.
- 45–50 is half of the first class: .
- 50–63 is of the second (= width × density = ): .
- Add: .
Counts come back as AREA; for part of a class take the proportional area. Split at any class boundary first, then add the pieces.
Examiner note