Organizing Data with Frequency Tables
Turn raw data into structured frequency tables that reveal patterns, proportions, and trends at a glance.
Raw data is just noise until it's organized. Every business report, scientific study, and government survey begins by aggregating raw observations into a structured summary. Frequency tables are the first tool analysts reach for β they answer "how often does this happen?" in seconds. Whether you're a logistics manager tracking defect counts, a market researcher analyzing survey responses, or an HR professional reviewing performance ratings, frequency tables are the fastest path from chaos to clarity.
- Build a frequency table from raw data using tallies and counts
- Calculate relative frequency (proportion) and cumulative frequency for any dataset
- Construct a grouped frequency table with equal-width class intervals
All relative frequencies must sum to exactly 1.0 (or 100%). Use this as a built-in check on your work.
Frequency Table Structure β Test Scores Example
| Score | Tally | Frequency (f) | Relative Freq. | Cumulative Freq. |
|---|---|---|---|---|
| 70 | I | 1 | 0.10 | 1 |
| 75 | II | 2 | 0.20 | 3 |
| 80 | IIII | 4 | 0.40 | 7 |
| 90 | II | 2 | 0.20 | 9 |
| 100 | I | 1 | 0.10 | 10 |
| Total | 10 | 1.00 |
Raw data: daily coffee orders at a cafΓ© β S, M, L, M, S, L, L, M, M, L. Build a frequency table.
- List each unique value: S, M, L
- Count occurrences: S=2, M=4, L=4 β n=10
- Relative frequencies: S=0.20, M=0.40, L=0.40
- Check: 0.20 + 0.40 + 0.40 = 1.00 β
Ages of 12 survey respondents: 22, 35, 28, 41, 19, 33, 47, 26, 38, 52, 29, 44. Use class width = 10.
Classes: 10β19 (f=1), 20β29 (f=4), 30β39 (f=3), 40β49 (f=3), 50β59 (f=1)
\[ \text{Relative freq. for 20β29} = \frac{4}{12} \approx 0.333 \;(33.3\%) \]The 20β29 and 30β39 bands together hold 7 of 12 respondents β 58% of the sample.
A quality control analyst logs defect types for 200 units: Scratch (45), Dent (30), Misprint (80), Missing part (25), Other (20). Which defect type to address first?
\[ \text{Rel. freq. Misprint} = \frac{80}{200} = 0.40 \;(40\%) \]Misprints account for 40% of all defects. Using the cumulative frequency, Misprints + Scratches account for 62.5% of all failures. This is the classic Pareto principle: fix the top two categories and you eliminate most of the problem.
- A dataset has 25 observations and one category appears 5 times. What is its relative frequency?
- In a grouped frequency table, the first two classes have frequencies 8 and 12. What is the cumulative frequency after the second class?
- What must the sum of all relative frequencies equal?
βΆ Show Answers
- \(5 / 25 =\) 0.20 (20%).
- Cumulative frequency = \(8 + 12 =\) 20.
- All relative frequencies must sum to 1.0 (or 100%).
- Overlapping class intervals: Classes like 10β20 and 20β30 overlap at 20. Use 10β19 and 20β29, or use strict inequalities (10 β€ x < 20).
- Unequal class widths: Mixing widths of 5 and 10 in the same table distorts any histogram built from it. Keep all intervals the same width.
- Forgetting the total check: If your relative frequencies don't sum to 1.0, you miscounted. Always verify the total before moving on.
- Frequency counts occurrences; relative frequency = f Γ· n gives the proportion.
- Cumulative frequency shows how many observations fall at or below a given value.
- Group data into equal-width, non-overlapping intervals β never let class boundaries overlap.
- All relative frequencies must sum to exactly 1.0 β use this as your error check.
Market research analysts build frequency tables constantly β from survey responses, product reviews, and sales logs. When a consumer goods company launches a new product, analysts tally customer ratings, usage frequency, and demographic responses into structured tables before any insight can be drawn. The relative frequency column answers the executive's question: "What percentage of customers rated us below 3 stars?" The cumulative frequency answers: "What proportion of customers rated us 4 stars or below?" These two numbers shape product roadmaps and marketing spend for entire quarters.
Calculator Connection
The Basic Statistics Calculator summarizes any numerical dataset β compute frequencies and summary statistics together to move quickly from raw data to structured insight.
Try it with the Calculator
Apply what you've learned with this tool.
Organizing Data with Frequency Tables: Quiz
5 questions per attempt Β· Beginner Β· Pass at 70%
Start Quiz β