MathMastery.Beta
Learning Resources

Statistics I

Interactive curriculum lessons, worked examples, and geometric problem-solving techniques designed to help Kenyan students master CBC, KPSEA, KCSE, and IGCSE mathematics.

Grade 10 Pathway: N/A

First Principles

Objective: Master the core measures of central tendency—mean, median, and mode—for ungrouped data sets through balance, order, and frequency.

Interactive Fulcrum: Center of Balance

Enter comma-separated values (e.g., daily harvest weights in kg) to see how the Mean (balance point) and Median (ordered middle) behave:

Mean (\(\bar{x}\)): -
Median: -
Mode: -
▲ Red Fulcrum = Mean (Balance Point) | Green Bar = Median (Positional Midpoint)

The Story of the Three Representatives: Suppose five farmers bring sacks of maize to a cooperative weighing \(40\text{ kg}\), \(45\text{ kg}\), \(45\text{ kg}\), \(50\text{ kg}\), and \(90\text{ kg}\).
• The Mean is the fair share if all maize were pooled together and divided equally.
• The Median is the exact middle sack when arranged from lightest to heaviest (protects against the extreme \(90\text{ kg}\) sack).
• The Mode is the most common weight encountered (\(45\text{ kg}\)).

1. The Mean (Centre of Gravity)

Algebraically, the mean is the sum of all numerical values divided by the total number of observations: \[ \bar{x} = \frac{\sum_{i=1}^n x_i}{n} \] Because every single value contributes to the sum, the mean is sensitive to outliers (extreme low or high values).

2. The Median (Positional Middle)

The median is positional. After ordering \(n\) values in ascending sequence:

  • If \(n\) is odd: The median is at position \(\frac{n+1}{2}\).
  • If \(n\) is even: The median is the arithmetic mean of the two middle values at positions \(\frac{n}{2}\) and \(\frac{n}{2} + 1\).

3. The Mode (Frequency Champion)

The mode is the value that occurs with the highest frequency. A data set may have no mode (all unique), one mode (unimodal), or multiple modes (bimodal/multimodal).

Key Formulas

Arithmetic Mean (Ungrouped Data):

\[ \bar{x} = \frac{\sum x}{n} = \frac{x_1 + x_2 + \dots + x_n}{n} \]

Where \(\sum x\) is the sum of all scores and \(n\) is the total number of items.

Median (Ungrouped Data):

First, sort data in ascending order: \(x_{(1)} \le x_{(2)} \le \dots \le x_{(n)}\).

\[ \text{Median} = \begin{cases} x_{\left(\frac{n+1}{2}\right)}, & \text{if } n \text{ is odd} \\[10pt] \dfrac{x_{\left(\frac{n}{2}\right)} + x_{\left(\frac{n}{2} + 1\right)}}{2}, & \text{if } n \text{ is even} \end{cases} \]

Mode:

\[ \text{Mode} = \arg\max_x (\text{Frequency of } x) \]

The observation that appears with the highest frequency count.

Worked Examples

Example 1 (Easy — Finding Mean, Median & Mode of an Odd Set):

A boda-boda rider in Kisumu recorded the number of trips made per day over 5 days: \(12, 18, 15, 12, 13\). Find the mean, median, and mode.

  1. Mean: Add all values and divide by \(n = 5\): \[ \bar{x} = \frac{12 + 18 + 15 + 12 + 13}{5} = \frac{70}{5} = 14 \text{ trips} \]
  2. Median: Sort in ascending order: \(12, 12, 13, 15, 18\). With \(n = 5\) (odd), the median position is \(\frac{5+1}{2} = 3\text{rd}\) item. \[ \text{Median} = 13 \]
  3. Mode: The number \(12\) appears twice; all others appear once. \[ \text{Mode} = 12 \]

Answer: Mean = 14, Median = 13, Mode = 12.

Example 2 (Medium — Median of an Even Data Set with Outlier Impact):

Six tea pluckers in Kericho picked the following masses (in kg) on a Tuesday: \(24, 31, 19, 28, 56, 26\). Calculate the mean and median.

  1. Mean: \[ \bar{x} = \frac{24 + 31 + 19 + 28 + 56 + 26}{6} = \frac{184}{6} \approx 30.67\text{ kg} \]
  2. Median: First arrange in ascending order: \[ 19, 24, 26, 28, 31, 56 \] With \(n = 6\) (even), take the average of the \(3\text{rd}\) (26) and \(4\text{th}\) (28) values: \[ \text{Median} = \frac{26 + 28}{2} = \frac{54}{2} = 27\text{ kg} \]

Pedagogical Insight: Notice how the outlier (\(56\text{ kg}\)) pulls the mean up to \(30.67\text{ kg}\), while the median (\(27\text{ kg}\)) remains a more representative central value.

Example 3 (Hard — Working Backwards with Unknown Values):

The mean score of 5 test scores is \(72\). Four of the scores are \(65, 80, 70,\) and \(60\). Find the 5th score, and then determine the median of all 5 scores.

  1. Step 1: Use the mean formula to find the sum: \[ \bar{x} = \frac{\sum x}{n} \implies 72 = \frac{65 + 80 + 70 + 60 + x_5}{5} \] \[ 72 \times 5 = 275 + x_5 \implies 360 = 275 + x_5 \] \[ x_5 = 360 - 275 = 85 \]
  2. Step 2: Determine the median of all 5 scores: Arrange all 5 scores in ascending order: \(60, 65, 70, 80, 85\). The middle value (3rd score) is \(70\).

Answer: The 5th score is 85, and the median is 70.

Common Mistakes

Mistake 1: Picking the median from unsorted data.
Why it feels right Learners see a list like \(9, 2, 8, 1, 5\) and simply pick the 3rd number (8) because it is physically in the middle.
Correction Median is the positional center of an ordered sequence. Sorting gives \(1, 2, 5, 8, 9\), so the true median is \(5\).
Mistake 2: Thinking "No Mode" means Mode = 0.
Why it feels right In everyday speech, "having none" translates to zero.
Correction If every value in a dataset appears exactly once (e.g., \(4, 7, 9, 11\)), state "No mode". Stating Mode = 0 means the number 0 appeared most frequently!
Mistake 3: Forgetting to divide by 2 when \(n\) is even.
Why it feels right When \(n = 6\), learners might take only the 3rd number or only the 4th number.
Correction When \(n\) is even, the median lies halfway between the two central numbers: \(\frac{x_{n/2} + x_{(n/2)+1}}{2}\).

Real World

M-Pesa Small Business Analytics: A kiosk owner in Nakuru analyzes daily cash collections. If a few high-value payments (e.g., KSh 50,000) occur, the mean overstates typical daily profit. The median provides the true benchmark for daily budgeting.
Boda-Boda & Matatu Route Planning: Fleet operators check the mode of peak transit hours to deploy extra vehicles exactly when customer volume is highest.
Agricultural Yield & Quality Control: Coffee and avocado exporters use the mean weight to calculate shipping freight costs and total export revenue.

Practice

A farmer in Murang'a weighed 5 harvested watermelons in kilograms: 8, 12, 14, 10, and 6. What is the mean weight in kg? (Type only the number, e.g., 10)
Review the concepts above.
A poultry farmer recorded the daily egg production over 7 days as: 45, 52, 38, 60, 41, 48, 50. What is the median number of eggs produced per day? (Type only the number, e.g., 48)
Review the concepts above.
The daily earnings (in hundreds of KSh) of a carpenter over 6 days were: 14, 22, 18, 26, 12, 20. What is the median daily earning? (Type only the number, e.g., 19)
Review the concepts above.
Jabali recorded the daily number of deliveries as 8, 12, 7, 12, and 11. He later realized that the entry 7 was recorded incorrectly and should have been 17. By how much does the mean increase? (Type only the number, e.g., 2)
Review the concepts above.
Amina took 4 tests in mathematics and scored 72, 85, 78, and 81. What score must she obtain on her 5th test so that her overall mean score is 80? (Type only the number, e.g., 84)
Review the concepts above.
The mean of five numbers is 16. Four of the numbers are 10, 12, 18, and 24. What is the median of all five numbers? (Type only the number, e.g., 16)
Review the concepts above.