01 Key Concepts
Bins (Class Intervals)
Ranges that divide the data into groups, such as 0-10, 10-20, 20-30. Each bar's height shows how many values fall in that bin.
Histogram vs. Bar Chart
A histogram is for continuous numeric data with no gaps between bars (since bins are adjacent ranges); a bar chart is for categorical data, and bars can have gaps.
Frequency
The count of data points falling within each bin, shown by the height of each bar.
Shape of a Distribution
Histograms reveal whether data is symmetric, skewed left, skewed right, or has multiple peaks (bimodal).
Choosing Bin Width
Too few bins can hide important detail; too many can make the shape look noisy. A reasonable bin width balances clarity and detail.
02 Solved Examples
- Identify values falling in [70,80): 71, 75, 78.
- Count them.
- A long tail on the right side, with most data bunched on the left, indicates the distribution is 'pulled' to the right.
- Histogram bins represent continuous, adjoining ranges of numeric data, so there's no natural gap between them.
- Bar charts represent separate categories, which are naturally distinct from one another.
03 Practice Questions
๐ Histograms โ Downloadable Worksheet
10 questions with a full answer key. Grab the PDF to print, or try the interactive version in your browser.