Math Lab
Home/Class VII/Ch 13/Reading and interpreting data

Reading and interpreting data

Data rarely arrives as a tidy list of numbers. You meet it as a table on a sports website, a frequency chart of marks in your report card, a bar graph in a newspaper. Before you can compute a mean or median, you must first read the data correctly.

Idea

Most real data comes in one of three packages:

  1. Raw list. Just a string of values. Sort it, then apply mean / median / mode directly.
  2. Frequency table. Each value is paired with how often it appears.
  3. Grouped or pictorial data. Bar graphs, pictographs , read the heights / counts first.

Frequency tables. Say marks of 1010 students are listed as

Marks (xx)Frequency (ff)
6622
7733
8844
9911

This actually means the list 6,6,7,7,7,8,8,8,8,96, 6, 7, 7, 7, 8, 8, 8, 8, 9. The total count is f=10\sum f = 10.

To compute the mean, multiply each value by its frequency and divide by the total: Mean=(fx)f=26+37+48+1910=12+21+32+910=7410=7.4.\text{Mean} = \frac{\sum (f \cdot x)}{\sum f} = \frac{2\cdot 6 + 3\cdot 7 + 4\cdot 8 + 1\cdot 9}{10} = \frac{12+21+32+9}{10} = \frac{74}{10} = 7.4.

The mode is just the value with the largest frequency , here 88 (frequency 44). The median of 1010 sorted values is the average of the 55th and 66th values; both are 77 and 88 respectively, so median =7+82=7.5= \tfrac{7+8}{2} = 7.5.

Reading bar graphs and pictographs. Treat each bar's height (or each picture's count ×\times scale) as a frequency. The rules for mean, median and mode are identical to those for a frequency table.

Watch the units. Heights might be in cm or m, prices in \rupee\rupee or paise. Convert everything to the same unit before summing.

Always sanity-check. A computed mean should lie between the smallest and the largest value. A median should match the "middle of the sorted list". If your answer is outside the data range, you have made an arithmetic slip.

Worked examples

Example 1. A pictograph shows pencils sold over 55 days. Each symbol == 1010 pencils. Days have 3,4,2,5,63, 4, 2, 5, 6 symbols. Find the mean daily sales.

Convert: 30,40,20,50,6030, 40, 20, 50, 60. Mean =30+40+20+50+605=2005=40= \tfrac{30+40+20+50+60}{5} = \tfrac{200}{5} = 40 pencils per day.

Example 2. Frequency table of family sizes in a survey:

Family sizeFrequency
2244
3366
4488
5522

Find the mean family size, mode and median.

f=20\sum f = 20. (fx)=24+36+48+52=8+18+32+10=68\sum (f\cdot x) = 2\cdot 4 + 3\cdot 6 + 4\cdot 8 + 5\cdot 2 = 8+18+32+10 = 68. Mean =6820=3.4= \tfrac{68}{20} = 3.4. Mode =4= 4 (highest frequency). Median: 2020 sorted values; 1010th and 1111th. Counting: positions 1144 are 22; 551010 are 33; 11111818 are 44. So 1010th =3= 3, 1111th =4= 4. Median =3+42=3.5= \tfrac{3+4}{2} = 3.5.

Example 3. Cricket scores of a batter in 66 innings: 0,35,42,0,80,230, 35, 42, 0, 80, 23. Find mean and median. Comment.

Sort: 0,0,23,35,42,800, 0, 23, 35, 42, 80. Mean =1806=30= \tfrac{180}{6} = 30. Median =23+352=29= \tfrac{23+35}{2} = 29. They are close, so 3030 is a fair summary. The two ducks (zeros) lower both equally.

Example 4. Daily rainfall (mm) for a week: 0,0,5,12,0,25,00, 0, 5, 12, 0, 25, 0. Best central measure?

Mean =427=6= \tfrac{42}{7} = 6 mm. Median (4th sorted value) =0= 0. Mode =0= 0. Here the mean is the most useful , it captures the total rain spread over the week , even though most days had no rain.

Try it yourself

  1. From the table {(1,3),(2,5),(3,7),(4,2),(5,3)}\{(1,3), (2,5), (3,7), (4,2), (5,3)\} (value, frequency), find the mean.
  2. Same table , find median and mode.
  3. Daily steps walked in a week: 5000,6500,7000,4500,8000,7500,60005000, 6500, 7000, 4500, 8000, 7500, 6000. Mean? Median?
  4. A pictograph shows oranges sold over 44 days; each symbol == 55 oranges. Counts: 4,6,3,74, 6, 3, 7. Mean daily sales?
  5. Marks of 55 students: 32,45,67,78,8932, 45, 67, 78, 89. Sum check: mean should be between 3232 and 8989. Compute and verify.
  6. Class survey: number of siblings each student has , 0,1,1,2,2,2,3,40, 1, 1, 2, 2, 2, 3, 4. Make a frequency table. Find mean, median, mode.
  7. A bar graph shows monthly savings (in \rupee\rupee): Jan 200200, Feb 250250, Mar 150150, Apr 300300, May 100100. Mean monthly saving?
  8. From a frequency table {(10,2),(20,3),(30,5)}\{(10,2), (20,3), (30,5)\}, find fx\sum f \cdot x and the mean.

Activity

Pick a sports section of a newspaper. Choose one team and one statistic (runs scored / goals / points). Collect the last 1010 games. Make a frequency table. Compute mean, median and mode. Which measure does the commentator usually quote? Why?

Practice quiz

Quick check on this topic.

Quiz
Quick check : Reading and interpreting data
5 questions · pick the best answer
Q1

In a frequency table, the mode is:

Q2

Pictograph: 11 symbol =10=10 books. Days show 2,4,3,52,4,3,5 symbols. Mean books/day:

Q3

Frequency table {(2,3),(3,4),(4,3)}\{(2,3),(3,4),(4,3)\}. Mean:

Q4

If f=12\sum f=12 and (fx)=84\sum (f\cdot x)=84, mean is:

Q5

A computed mean of marks lies *outside* the score range. This means: