Tales by Dots and Lines
Chapter at a Glance
This chapter details the math and application of descriptive statistics, focusing on measures of central tendency (mean and median) and visual data representations. It presents the mean as a physical balance point of a dataset, detailing how adding, removing, or shifting values impacts both the mean and the median. The chapter introduces weighted mean and median calculations for frequency tables, shows how to perform these calculations using spreadsheet applications, and compares line graphs, bar charts, and infographics for visualizing trends over time.
Key Definitions & Terminology
- Arithmetic Mean (Average): The sum of all values in a dataset divided by the total number of values.
- Median: The middle value of a dataset when the values are arranged in ascending order.
- Dot Plot: A simple statistical chart consisting of data points plotted on a horizontal scale, typically using circles or crosses.
- Weighted Mean: An average in which each data value is multiplied by a predetermined weight (frequency) before summing:
$$\bar{x} = \frac{\sum (f_i \cdot x_i)}{\sum f_i}$$ - Spreadsheet: A digital computer application (like Excel or Google Sheets) structured as a grid of cells (rows and columns) used to organize, calculate, and analyze numerical data.
- Cell: A single box in a spreadsheet designated by its column letter and row number (e.g., $E5$).
- Line Graph: A graph that displays information as a series of data points connected by straight line segments, ideal for showing trends over time.
- Infographic: A visual image or chart used to represent information or data patterns quickly and clearly.
Formulas, Rules & Properties
- The Mean Balance Point Property:
- The mean $\bar{x}$ of a dataset ${x_1, x_2, \dots, x_n}$ is the unique point where the sum of the signed distances to the data points is zero:
$$\sum_{i=1}^n (x_i - \bar{x}) = 0$$
The sum of the distances of points to the left of the mean equals the sum of the distances of points to the right of the mean. - Effect of Operations on the Mean:
- If a constant $k$ is added to or subtracted from each value in a dataset, the new mean increases or decreases by $k$:
$$\bar{x}{\text{new}} = \bar{x}{\text{old}} \pm k$$ - If each value in a dataset is multiplied or divided by a constant $c$, the new mean is multiplied or divided by $c$:
$$\bar{x}{\text{new}} = c \cdot \bar{x}{\text{old}}$$ - Spreadsheet Formula Conventions:
- A range of cells from column $A$ row $1$ to column $A$ row $10$ is written as
A1:A10. - Formula to sum a range:
=SUM(A1:A10). - Formula to average a range:
=AVERAGE(A1:A10). - Mean of the First $N$ Natural Numbers:
- The mean of the first $N$ natural numbers ${1, 2, \dots, N}$ is:
$$\bar{x} = \frac{N + 1}{2}$$ - Mean of the First $N$ Odd Numbers:
- The mean of the first $N$ odd numbers is exactly $N$.
Core Concepts & Topics
- Dynamic Behavior of Central Tendency:
- Adding Values: Adding a value greater than the mean increases the mean; adding a value less than the mean decreases the mean; adding a value equal to the mean leaves it unchanged.
- Removing Values: Removing a value greater than the mean decreases the mean; removing a value less than the mean increases the mean.
- Frequency Distribution Calculations:
- When data is summarized in a frequency table with values $x_i$ and frequencies $f_i$:
- The mean is the sum of the products of each value and its frequency, divided by the sum of the frequencies.
- The median is found by calculating cumulative frequencies to locate the $\frac{N}{2}$-th and $\left(\frac{N}{2}+1\right)$-th positions (where $N = \sum f_i$).
- Visualizing Continuous vs. Categorical Data:
- Line Graphs: Best for showing continuous changes over time (e.g., monthly temperature trends or annual satellite launches) because they highlight slopes and rate transitions.
- Bar Graphs: Better for comparing discrete, categorical counts (e.g., subject preferences or single-day surveys).
- Activity Strips: A visual tool dividing a $24$-hour day into $30$-minute colored blocks to represent time allocation across categories (sleep, study, travel, etc.).
- Human and Animal Sleep Trends:
- Sleep duration curves show that sleep needs decrease with age through childhood and teenage years (from $9.5$ hours at age 6 down to $8$ hours in adulthood), then rise slightly after age 50 (to $8.5$ hours).
Worked Examples
- Finding a Missing Value from the Mean (Page 109):
- Problem: Nine wrestlers have weights $42$, $40$, $39$, $33$, $48$, $38$, $42$, $35$, and $32\text{ kg}$. The mean weight of ten wrestlers is $39.2\text{ kg}$. Find the missing weight $w$.
- Solution:
$$\frac{42 + 40 + 39 + 33 + 48 + 38 + 42 + 35 + 32 + w}{10} = 39.2$$
$$349 + w = 392 \rightarrow w = 392 - 349 = 43\text{ kg}$$ - Correcting a Measurement Error (Page 109):
- Problem: The average coconut harvest from $15$ trees is recorded as $25.6$ coconuts per tree. It is later found that one tree's count was recorded as $3$ higher than its actual value. Find the corrected average.
- Solution:
- Initial recorded sum $= 25.6 \times 15 = 384$.
- Corrected sum $= 384 - 3 = 381$.
- Corrected average $= 381 \div 15 = 25.4$ coconuts per tree.
- Weighted Average and Median (Page 110):
- Problem: Find the mean and median family size of a class with the following data:
- $3$ students have $3$ family members
- $11$ students have $4$ members
- $9$ students have $5$ members
- $7$ students have $6$ members
- $3$ students have $7$ members
- $1$ student has $8$ members
- $1$ student has $9$ members
- $1$ student has $10$ members
- Solution:
- Total students $N = 3 + 11 + 9 + 7 + 3 + 1 + 1 + 1 = 36$.
- Sum of members $= (3 \times 3) + (11 \times 4) + (9 \times 5) + (7 \times 6) + (3 \times 7) + (1 \times 8) + (1 \times 9) + (1 \times 10) = 9 + 44 + 45 + 42 + 21 + 8 + 9 + 10 = 188$.
- Mean $= 188 \div 36 \approx 5.22$ members.
- Median is the average of the $18$-th and $19$-th values.
- Cumulative frequency up to size $4$ is $3 + 11 = 14$. Cumulative frequency up to size $5$ is $14 + 9 = 23$. Since positions $15$ to $23$ are all $5$, the $18$-th and $19$-th values are both $5$.
- Median $= 5$ members.
- Arithmetic Properties of Means (Figure it Out Q1, Page 113):
- Problem: Find the mean of: (i) first $50$ natural numbers, (ii) first $50$ odd numbers, and (iii) first $50$ multiples of $4$.
- Solution:
- (i) $\bar{x} = \frac{50 + 1}{2} = 25.5$.
- (ii) $\bar{x} = 50$.
- (iii) The first $50$ multiples of $4$ are $4 \times {1, 2, \dots, 50}$.
$$\bar{x} = 4 \times 25.5 = 102$$
- Finding a Missing Value from the Mean (Figure it Out Q7, Page 115):
- Problem: The mean of the numbers $8, 13, 10, 4, 5, 20, y, 10$ is $10.375$. Find $y$.
- Solution:
- Sum $= 8 \times 10.375 = 83$.
- Sum of known values $= 8 + 13 + 10 + 4 + 5 + 20 + 10 = 70$.
- $70 + y = 83 \rightarrow y = 13$.
- Determining Feasible Values for Median (Figure it Out Q9, Page 115):
- Problem: The median of the numbers $12, 47, 8, 73, 18, 35, 39, 8, 29, 25, p$ is $29$. Which numbers from ${10, 25, 40, 100, 29, 47, 30}$ could be $p$?
- Solution:
- Sorting the $10$ known values: $8, 8, 12, 18, 25, 29, 35, 39, 47, 73$.
- Since there are $11$ total numbers, the median is the $6$-th sorted value.
- For the $6$-th value to remain $29$, the unknown $p$ must be $\ge 29$. If $p < 29$, the $6$-th value would shift down to $25$.
- Thus, $p \in {40, 100, 29, 47, 30}$.
Practical Activities & Experiments
- Classroom Height Uniformity Adjustments: Have students record their heights in centimeters. Calculate the average height. Have each student stand on a $2\text{ cm}$ block and find the new average. Show algebraically that adding $2\text{ cm}$ to each student's height increases the average height by exactly $2\text{ cm}$ without having to re-measure.
- Visualizing Time Allocations (Activity Strips): Construct a paper strip divided into $48$ equal blocks, representing $24$ hours in $30$-minute intervals. Use different colored pencils to represent sleep, class time, travel, play, and chores. Calculate the average time spent on each activity over a week, and create a final strip representing a balanced day.