Statistics Basics — Mean, Median, Mode, and Data Analysis
Grade: 6-8 | Topic: Statistics
What You Will Learn
By the end of this guide you will know how to calculate the mean, median, mode, and range of a data set. You will understand when to use each measure of central tendency and how to interpret data to draw meaningful conclusions. These foundational statistics skills appear in every standardized math test from grade 6 onward and are essential for real-world data analysis.
Theory
Measures of Central Tendency
Statistics is the branch of math that deals with collecting, organizing, and interpreting data. The most important starting point is understanding measures of central tendency — single numbers that summarize a whole data set by describing its "center."
There are three main measures:
| Measure | What It Tells You | Best Used When |
|---|---|---|
| Mean | The average value | Data is evenly spread, no extreme outliers |
| Median | The middle value | Data is skewed or has outliers |
| Mode | The most frequent value | You want the most common category or result |
Mean (Average)
The mean is the sum of all values divided by how many values there are:
Where is the sum of every data value and is the total count.
For example, if five students scored 70, 80, 85, 90, and 95 on a test:
The mean is sensitive to outliers — one very high or very low value can pull the mean away from the typical value.
Median (Middle Value)
The median is the middle value when all data points are arranged in order from least to greatest.
- If is odd, the median is the value at position .
- If is even, the median is the average of the two middle values:
The median is not affected by outliers, making it a more reliable measure for skewed data.
Mode (Most Frequent Value)
The mode is the value that appears most often. A data set can have:
- No mode — all values appear the same number of times
- One mode (unimodal) — one value appears more than any other
- Two modes (bimodal) — two values tie for the highest frequency
- Multiple modes (multimodal) — three or more values tie
Range (Spread of Data)
The range measures how spread out the data is:
A small range means the data points are close together; a large range means they are spread out.
Data Representation
Once you have calculated summary statistics, you can visualize data using charts and graphs:
- Bar charts — compare quantities across categories
- Pie charts — show parts of a whole as percentages
- Line graphs — display trends over time
- Dot plots / frequency tables — show how often each value occurs
Choosing the right representation makes patterns and outliers easy to spot at a glance.
Worked Examples
Example 1: Finding Mean, Median, Mode, and Range (Basic)
Problem: A student received the following scores on six quizzes: 78, 85, 92, 85, 90, 88. Find the mean, median, mode, and range.
Step 1 — Mean: Add all values and divide by 6.
Step 2 — Median: Arrange in order: 78, 85, 85, 88, 90, 92. Since (even), average the 3rd and 4th values.
Step 3 — Mode: The value 85 appears twice; all others appear once.
Mode = 85
Step 4 — Range:
Answer: Mean , Median , Mode , Range .
Example 2: Mean with a Missing Value (Medium)
Problem: The mean of five test scores is 82. Four of the scores are 75, 80, 88, and 90. What is the fifth score?
Step 1: Use the mean formula in reverse. If the mean is 82 and there are 5 scores, the total sum must be:
Step 2: Add the four known scores:
Step 3: Subtract to find the missing score:
Answer: The fifth score is 77.
Example 3: Median with an Even Number of Values (Medium)
Problem: A class of 8 students recorded their heights in cm: 152, 148, 160, 155, 148, 163, 157, 150. Find the median height.
Step 1: Arrange in ascending order:
Step 2: Since (even), find the 4th and 5th values: 152 and 155.
Answer: The median height is 153.5 cm.
Example 4: Choosing the Best Measure (Challenging)
Problem: A small company has 6 employees with the following monthly salaries (in dollars): 3,000; 3,200; 3,400; 3,500; 3,600; 15,000. Which measure of central tendency best represents the typical salary?
Step 1 — Mean:
Step 2 — Median: Data is already ordered. Average the 3rd and 4th values:
Step 3 — Mode: No value repeats, so there is no mode.
Step 4 — Analysis: The salary of $15,000 is an outlier. The mean ($5,283) is pulled upward and does not reflect what a typical employee earns. The median ($3,450) is much closer to what most employees actually make.
Answer: The median ($3,450) best represents the typical salary because the data contains an outlier that skews the mean.
Example 5: Frequency Table and Mode (Challenging)
Problem: A survey asked 20 students how many books they read last month. The results:
| Books read | 0 | 1 | 2 | 3 | 4 | 5 |
|---|---|---|---|---|---|---|
| Frequency | 2 | 5 | 7 | 3 | 2 | 1 |
Find the mean, median, and mode.
Step 1 — Mean: Multiply each value by its frequency, sum, and divide by total:
Step 2 — Median: With 20 values (even), find the 10th and 11th values. Count cumulatively: positions 1-2 are 0, positions 3-7 are 1, positions 8-14 are 2. Both the 10th and 11th values are 2.
Step 3 — Mode: The value 2 has the highest frequency (7).
Mode = 2
Answer: Mean , Median , Mode .
Common Mistakes
Mistake 1: Forgetting to sort the data before finding the median
❌ Data: 85, 70, 92, 78, 90 — picking the middle value directly gives 92.
✅ Sort first: 70, 78, 85, 90, 92 — the correct median is 85.
Why this matters: The median requires ordered data. Picking the middle position of unsorted data gives a random value, not the true center.
Mistake 2: Dividing by the wrong number when calculating the mean
❌ Scores: 80, 90, 100. Mean (divided by 2 instead of 3).
✅ Mean .
Why this matters: The denominator must equal the total number of values, not the number of distinct values or any other count.
Mistake 3: Saying "no mode" when there are repeated values
❌ Data: 4, 4, 7, 7, 9. Student says "no mode" because two values tie.
✅ This data set is bimodal — it has two modes: 4 and 7.
Why this matters: "No mode" only applies when every value appears the same number of times. When two or more values tie for the highest frequency, they are all modes.
Practice Problems
Try these on your own before checking the answers:
- Find the mean, median, mode, and range of: 12, 15, 18, 15, 20, 10, 15.
- The mean of four numbers is 25. Three of the numbers are 20, 30, and 22. What is the fourth number?
- A teacher records the following test scores for 10 students: 65, 72, 78, 80, 80, 85, 88, 90, 92, 95. Would the mean or the median better represent the class performance? Explain your reasoning.
- A data set has values: 3, 7, 7, 10, 12, 12, 15. Is it unimodal, bimodal, or multimodal? What is the range?
Click to see answers
- Sorted: 10, 12, 15, 15, 15, 18, 20. Mean . Median (4th value). Mode (appears 3 times). Range .
- Sum needed . Known sum . Fourth number .
- Both the mean () and median () happen to be equal here. Since the data is roughly symmetric with no extreme outliers, either measure works well. In symmetric data, mean and median converge.
- Bimodal — both 7 and 12 appear twice. Range .
Summary
- The mean (average) is the sum of all values divided by the count — best for symmetric data without outliers.
- The median is the middle value of sorted data — best when data is skewed or has extreme values.
- The mode is the most frequent value — useful for categorical data or finding the most common result.
- The range measures spread: maximum minus minimum.
- Always sort your data before finding the median, and always count carefully when computing the mean.
- Choosing the right measure of central tendency depends on the shape of the data and whether outliers are present.
Related Topics
- Mean, Median, Mode, and Range — How to Find Each One
- How to Read and Interpret Bar Charts and Pie Charts
- Probability Basics — How to Calculate Probability
- Data Collection and Analysis — Tables, Charts, and Surveys
Need help with statistics problems?
Take a photo of your math problem and MathPal will solve it step by step.