- The mean is the balance point of data on a dot plot — the total distance of values on its left equals the total distance on its right. There is only one such centre.
- Add a value above the mean $\Rightarrow$ mean rises; add one below $\Rightarrow$ mean falls; add one equal to the mean $\Rightarrow$ mean unchanged. The median shifts in the same direction.
- If every value is increased by $k$, the mean increases by $k$. If every value is multiplied by $k$, the mean is multiplied by $k$.
- With a frequency table: $\text{Mean}=\dfrac{\sum(\text{value}\times\text{frequency})}{\sum\text{frequency}}$, and the median is found by adding up frequencies (cumulative) to reach the middle position.
- Line graphs join points with line segments to show how a quantity changes over time; spreadsheets use
=SUM()and=AVERAGE()to crunch big tables. - Board weightage: ~4–5 marks — usually a "find the missing value / corrected mean" sum, a frequency-table mean & median, and a line-graph reading/interpretation question.
1. What this chapter is about
The title "Tales by Dots and Lines" says it all: data can be told as a story using dots (dot plots, points) and lines (line graphs). Last year you met the mean and median; this chapter looks at them from a fresh angle — as a balance point — and then moves to visualising data with line graphs, infographics and activity strips. Quick recall:
- Mean (average) $=\dfrac{\text{sum of all values}}{\text{number of values}}$ — a measure of central tendency that represents the "centre".
- Median $=$ the middle value when the data is arranged in order. With an even count, it is the average of the two middle values.
2. The Balancing Act — mean as the centre
For just two numbers the mean sits exactly halfway between them: the mean of $3$ and $7$ is $\dfrac{3+7}{2}=5$, and the mean of $8$ and $9$ is $8.5$. But for three or more values the mean is not the midpoint of the smallest and largest. Instead:
For the collection $10,10,11,17$, the mean is $\dfrac{10+10+11+17}{4}=\dfrac{48}{4}=12$. Check the balance:
- Left of $12$: distances $12-10=2,\ 12-10=2,\ 12-11=1$ — total $=5$.
- Right of $12$: distance $17-12=5$ — total $=5$. Balanced!
Only one centre exists. If we tried a centre larger than $12$, every left-distance grows and every right-distance shrinks, so the two sides can no longer be equal. A centre smaller than $12$ does the opposite. So the balancing value is unique.
3. What happens to the mean when data changes?
Think of the see-saw — the mean moves to keep it balanced.
- Include a value greater than the mean $\Rightarrow$ the mean increases.
- Include a value less than the mean $\Rightarrow$ the mean decreases.
- Include a value equal to the mean $\Rightarrow$ the mean stays the same (and removing such a value also leaves it unchanged).
You can even add or remove several values without changing the mean, as long as the extra distance above is balanced by the extra distance below — for example, including two values below the mean and one above can keep the mean fixed if the pulls cancel out.
Data $4,6,8$ has mean $6$. Suppose we add the value $6$ (equal to the mean). New data $4,6,6,8$ has mean $\dfrac{24}{4}=6$ — unchanged, exactly as predicted. Adding $6$ and $6$ again still gives mean $6$.
4. Shifting and scaling — "Relatively Unchanged"
Suppose the mean of $n$ values $x_1,x_2,\dots,x_n$ is $a$, i.e. $\dfrac{x_1+x_2+\dots+x_n}{n}=a$.
Adding a fixed number to every value. If we add $k$ to each value:
So the new mean $=a+k$ — it just shifts by $k$. (Subtracting $k$ from each value lowers the mean by $k$.) The relative position of the mean within the data is unchanged.
Multiplying every value by a fixed number. If we multiply each value by $k$:
So the new mean $=ka$ — doubling every value doubles the mean.
The average height of $24$ students measured with shoes is $150.2$ cm. The shoes add $1$ cm to each student. We do not need to re-measure everyone! Since every value is $1$ cm too big, the mean is $1$ cm too big. Correct average height $=150.2-1=\textbf{149.2 cm}$.
5. Finding an unknown value from the mean
A favourite exam trick: the mean equation is just $\text{Sum}=\text{Mean}\times\text{Count}$. If one value is missing, call it $w$ and solve.
Ten players' weights (kg): $42,40,39,33,48,38,42,35,32,w$, with mean $39.2$.
$\dfrac{42+40+39+33+48+38+42+35+32+w}{10}=39.2.$
The known nine sum to $349$, so $349+w=39.2\times10=392\Rightarrow w=392-349=\textbf{43 kg}$.
Average harvest per tree is $25.6$ over $15$ trees, so total recorded $=25.6\times15=384$. One tree's count was written $3$ too high, so the true total $=384-3=381$. Correct average $=\dfrac{381}{15}=\textbf{25.4}$.
6. Tinkering with the median
The median is the middle value, so including a new value moves it in the natural direction:
- Include a value greater than the median $\Rightarrow$ median increases (or stays, depending on position).
- Include a value less than the median $\Rightarrow$ median decreases.
Suppose some data has median $8$. Including the value $11$ (greater than $8$) makes the count even and creates two middle values $8$ and $11$, so the new median $=\dfrac{8+11}{2}=\textbf{9.5}$. The median rose because we added a larger value.
Median is robust: you can often add a value between the two middle numbers (or remove one) without changing the median at all — handy for "fill in the blank so the median stays the same" questions.
7. Mean and median with frequencies
When a value repeats, listing it once and noting how often it appears (its frequency) saves work. The mean must weight each value by its frequency:
Family-size data: value $3,4,5,6,7,8,9,10$ with frequencies $3,11,9,7,3,1,1,1$ (total $36$ students).
Sum $=(3\times3)+(4\times11)+(5\times9)+(6\times7)+(7\times3)+(8\times1)+(9\times1)+(10\times1)$
$=9+44+45+42+21+8+9+10=188$. So mean $=\dfrac{188}{36}\approx\textbf{5.22}$.
Common error: averaging the distinct values $\dfrac{3+4+\dots+10}{8}=6.5$ is wrong — it ignores how often each value occurs.
Median from frequencies: with $36$ values, the median is the average of the $18$th and $19$th values. Add frequencies cumulatively: $3$ (up to value 3), $3+11=14$ (up to value 4), $3+11+9=23$ (up to value 5). So positions $15$ to $23$ are all $5$ — both the $18$th and $19$th values are $5$. Median $=5$.
8. Spreadsheets — letting the computer do the sums
A spreadsheet is a digital grid of cells in rows (numbered $1,2,3,\dots$) and columns (lettered $A,B,C,\dots$). A cell is named by its column then row — e.g. E5 is column $E$, row $5$. A block of cells is written Start:End, e.g. B3:G3 is one row, D2:D6 is part of a column.
=SUM(B3:G3)adds all the marks in row 3 (one student's total).=AVERAGE(B7:D7)finds the average of three subjects for one student.=AVERAGE(G2:G23)would give the class average in the column $G$ subject.
Spreadsheets (Excel, Google Sheets, LibreOffice Calc) make computing dozens of totals and averages instant — far faster than a calculator for big tables.
9. Line graphs — showing change over time
A line graph plots data points and joins consecutive points with straight line segments. It is the best choice for showing how a quantity changes over time (months, years).
- The horizontal axis usually shows time; the vertical axis shows the measured quantity (temperature, count, price).
- Different colours and marker shapes distinguish multiple data series (e.g. Kerala in blue circles, Punjab in red) — shapes help when printed in greyscale.
- The steepness (slope) of a segment shows how fast the value is changing — a steeper line means a bigger increase or decrease.
Two-step reading method: (1) Identify what is given — the axes, scale, and which line is which; (2) Infer — describe the trends (rising, falling, flat) and draw conclusions, while noting limits like missing data.
Punjab's monthly maximum temperature climbs from about $19^{\circ}$C in January to a peak near $38^{\circ}$C in June, then falls to about $23^{\circ}$C by December — it varies a lot. Kerala stays nearly flat all year (about $29^{\circ}$C to $33^{\circ}$C). Reading the lines lets us compare two places at a glance.
Why a line graph over columns? The "space objects launched" data had $13$ years $\times\ 4$ countries $=52$ bars in a clustered-column graph — crowded and hard to read. A line graph connects each country's points so trends pop out clearly.
10. Other "dots and lines" stories
- Smooth-looking line graphs: the sleep-vs-age graph uses about $80$ closely spaced points, so it looks like a smooth curve — lighter and clearer than $70$ columns. Sleep falls from ~$9.5$ h at age $6$ to ~$8$ h around $30$–$50$, then rises slightly.
- Infographics: combine maps, colours and numbers to tell a story quickly — e.g. a rice-vs-wheat preference map where a colour scale from $-100$ to $+100$ shows the geographical split across India.
- Activity strips: a strip of $48$ boxes (each $=30$ minutes from midnight to midnight) coloured by activity shows how a person spends a whole day — a compact "dots and lines" data story.
The big idea of the chapter: examining data carefully always leads to new questions worth exploring.
11. Worked exam-style problems
The mean of $8,13,10,4,5,20,y,10$ is $10.375$. There are $8$ values, so sum $=10.375\times8=83$. The seven known values sum to $8+13+10+4+5+20+10=70$. Hence $70+y=83\Rightarrow y=\textbf{13}$.
A set of $15$ values has mean $134$. Sum $=\text{Mean}\times\text{Count}=134\times15=\textbf{2010}$.
Median of $8,10,19,23,26,34,40,41,41,48,51,55,70,84,91,92$ ($16$ values): the $8$th and $9$th values are $41$ and $41$, so median $=\dfrac{41+41}{2}=\textbf{41}$.
12. Common mistakes to avoid
- Treating the mean as the midpoint of the smallest and largest value — it is the balance point, not the midpoint (true only for two numbers).
- Forgetting frequencies: averaging only the distinct values instead of weighting each by how often it occurs.
- Re-doing all the work after a uniform change — if every value shifts by $k$ or scales by $k$, just shift/scale the mean.
- For an even number of values, taking one middle value as the median instead of the average of the two middle values.
- On a line graph, misreading the scale on the axes or confusing which coloured line is which series.
13. Quick revision checklist
- Mean $=$ balance point; total left-distance $=$ total right-distance; only one centre.
- Add above mean $\to$ up; below $\to$ down; equal $\to$ no change. Median moves the same way.
- Add $k$ to all $\to$ mean $+k$; multiply all by $k$ $\to$ mean $\times k$.
- Sum $=$ Mean $\times$ Count — the key for missing-value and corrected-mean sums.
- Frequency mean $=\dfrac{\sum f_i x_i}{\sum f_i}$; median via cumulative frequency to the middle position.
- Line graphs $=$ change over time; steeper line $=$ faster change; identify, then infer.
- $13$
- $12$
- $11.5$
- $14$
- decrease
- stay the same
- increase
- become zero
- $25$
- $100$
- $29$
- $21$
- $15$
- $36$
- $4$
- $12$
- $151.2$ cm
- $150.2$ cm
- $149.2$ cm
- need to re-measure
- $23$
- $24.5$
- $26$
- $25$
- averaging the distinct values
- $\dfrac{\sum(\text{value}\times\text{frequency})}{\sum\text{frequency}}$
- the most frequent value
- the middle frequency
- $5E$
- $E5$
- $EE5$
- $5,E$
=AVERAGE(B3:G3)=TOTAL(B3,G3)=SUM(B3:G3)=ADD(B3-G3)
=SUM(B3:G3) adds every cell from $B3$ to $G3$.- pie chart
- bar graph
- line graph
- pictograph
- no change in value
- a smaller change
- a greater change
- missing data
- $10$
- $13$
- $15$
- $8$
- exactly one
- two
- as many as there are values
- none
Book a free demo class