Medium Mean, Median, Mode Practice Questions
Medium Mean, Median, Mode Practice Questions
Understanding the core measures of central tendency is a fundamental skill in statistics and data analysis. Being able to correctly calculate and interpret the mean, median, and mode allows you to summarize entire datasets with a single representative value. This guide provides a clear explanation of these concepts, worked-out examples, and a series of medium-difficulty practice questions to help you master the calculation and application of mean, median, and mode.
Concept Explanation
Mean, median, and mode are the three main measures of central tendency used in statistics to describe the center point or typical value of a dataset. Each measure provides a different perspective on the data's central value and is useful in different situations. Understanding how to calculate each one is crucial for introductory data analysis.
What is the Mean?
The mean is the most common measure of central tendency, often referred to as the "average." It is calculated by summing all the values in a dataset and then dividing by the total number of values.
Formula: Mean = (Sum of all values) / (Number of values)
The mean is sensitive to outliers, which are values that are significantly higher or lower than the rest of the data. A single outlier can dramatically shift the mean, which is why it's not always the best measure for skewed datasets.
What is the Median?
The median is the middle value in a dataset that has been arranged in ascending or descending order. It effectively splits the dataset into two equal halves. Unlike the mean, the median is robust to outliers, making it a better measure for skewed data.
- For an odd number of values: The median is the single middle value.
- For an even number of values: The median is the mean of the two middle values.
To learn more about how different data distributions affect these measures, you can explore concepts like Z-scores, which quantify how far a data point is from the mean.
What is the Mode?
The mode is the value that appears most frequently in a dataset. A dataset can have one mode (unimodal), two modes (bimodal), more than two modes (multimodal), or no mode at all if every value appears only once. The mode is particularly useful for categorical data (e.g., favorite colors, types of cars) but can be used with numerical data as well.
Solved Examples of Mean, Median, and Mode
The following examples demonstrate how to calculate the mean, median, and mode for different types of datasets. Working through these will help solidify your understanding before you tackle the practice questions.
Example 1: Basic Dataset (Odd Number of Values)
Find the mean, median, and mode for the following dataset: {3, 7, 5, 13, 20, 23, 39, 23, 40, 23, 14, 12, 56, 23, 29}
- Order the data: First, arrange the dataset in ascending order to easily find the median and mode.
{3, 5, 7, 12, 13, 14, 20, 23, 23, 23, 23, 29, 39, 40, 56} - Calculate the Mean: Sum all the numbers and divide by the count of numbers (15).
Sum = 3 + 5 + 7 + 12 + 13 + 14 + 20 + 23 + 23 + 23 + 23 + 29 + 39 + 40 + 56 = 330
Mean = 330 / 15 = 22 - Find the Median: The dataset has 15 values (an odd number). The median is the middle value, which is the (15+1)/2 = 8th value.
The 8th value in the ordered list is 23.
Median = 23 - Find the Mode: Look for the number that appears most frequently.
The number 23 appears 4 times, which is more than any other number.
Mode = 23
Example 2: Dataset with an Outlier
Consider the weekly salaries of 5 employees: {520, 600, 2500}. Calculate the mean and median and comment on the difference.</strong></p> <ol> <li><strong>The dataset is already ordered:</strong> {500, 550, 2500}
Sum = 500 + 520 + 550 + 600 + 2500 = 4670 / 5 = 550
8. The mean weight of 10 basketball players is 200 lbs. If the heaviest player (240 lbs) and the lightest player (160 lbs) are removed, what is the new mean weight of the remaining 8 players?
9. You have the following dataset: {10, 15, 20, 25, 30}. If you add the number 100 to this dataset, how does the median change compared to the mean?
10. The mode of the following dataset is 18. What is the smallest possible integer value for x?
{12, 18, 11, 25, 18, 12, x, 25}
Answers & Explanations
Here are the detailed solutions for the practice questions above.
1. The number of goals scored by a soccer team in their last 11 matches were: 2, 3, 0, 1, 1, 2, 4, 5, 1, 0, 2. Find the mean, median, and mode.
- Order the data: {0, 0, 1, 1, 1, 2, 2, 2, 3, 4, 5}
- Mean: Sum = 0+0+1+1+1+2+2+2+3+4+5 = 21. Count = 11.
Mean = 21 / 11 ≈ 1.91 - Median: There are 11 (odd) values. The median is the (11+1)/2 = 6th value.
The 6th value is 2. Median = 2. - Mode: The value '1' appears 3 times, and '2' appears 3 times. '0' appears twice. Since '1' and '2' both appear with the highest frequency, this dataset is bimodal.
Mode = 1 and 2.
2. A company's monthly profits were: 15,000, 18,000, 16,500. Calculate the median monthly profit.
- Order the data: {12,000, 15,000, 18,000}
- Find the Median: There are 6 (even) values. The median is the average of the two middle values (the 3rd and 4th).
The middle values are 15,000.
Median = (15,000) / 2 = 14,500.
3. The mean age of a group of 8 friends is 24. If a new friend with an age of 33 joins the group, what will be the new mean age?
- Find the total current age: If the mean of 8 friends is 24, the sum of their ages is Mean × Count = 24 × 8 = 192.
- Add the new friend's age: The new total age is 192 + 33 = 225.
- Calculate the new mean: The group now has 9 people.
New Mean = New Total Age / New Count = 225 / 9 = 25.
4. Is the dataset {15, 22, 18, 35, 19, 22, 11, 40, 22, 19} unimodal, bimodal, or multimodal? What is the mode(s)?
- Count the frequency of each number:
11: 1 time
15: 1 time
18: 1 time
19: 2 times
22: 3 times
35: 1 time
40: 1 time - Identify the mode: The number 22 appears 3 times, which is more than any other number. Since there is only one mode, the dataset is unimodal.
- Answer: The dataset is unimodal, and the mode is 22.
5. The mean of five numbers is 30. Four of the numbers are 25, 35, 28, and 40. What is the fifth number?
- Find the required sum: If the mean of 5 numbers is 30, their sum must be Mean × Count = 30 × 5 = 150.
- Sum the known numbers: 25 + 35 + 28 + 40 = 128.
- Find the missing number: Let the fifth number be 'x'. The total sum is 128 + x = 150.
x = 150 - 128 = 22. The fifth number is 22.
6. For {55, 65, 70, 72, 75, 80, 82, 95, 100}, if the lowest score (55) is removed, which measure (mean or median) will change more?
- Original values:
Original Mean = (55+65+70+72+75+80+82+95+100) / 9 = 694 / 9 ≈ 77.11
Original Median (5th value of 9): 75 - New dataset after removing 55: {65, 70, 72, 75, 80, 82, 95, 100}. There are now 8 values.
- New values:
New Mean = (694 - 55) / 8 = 639 / 8 = 79.875
New Median (average of 4th and 5th values): (75 + 80) / 2 = 77.5 - Compare the changes:
Change in Mean = 79.875 - 77.11 = 2.765
Change in Median = 77.5 - 75 = 2.5
The mean changed more than the median. This highlights that removing a value, especially one at the extreme end, has a greater impact on the mean. These foundational concepts are essential before moving on to topics like hypothesis testing.
7. For house prices {275k, 295k, 310k, 1.2M}, which measure, mean or median, is more appropriate?</strong></p> <ol> <li><strong>Identify the outlier:</strong> The dataset contains a significant outlier:1,200,000. This price is much higher than the others.
8. The mean weight of 10 basketball players is 200 lbs. If the heaviest (240 lbs) and lightest (160 lbs) are removed, what is the new mean weight?
- Find the total original weight: Sum = Mean × Count = 200 lbs × 10 = 2000 lbs.
- Find the sum of the removed weights: 240 + 160 = 400 lbs.
- Calculate the new total weight: New Sum = 2000 - 400 = 1600 lbs.
- Calculate the new mean: After removing two players, there are 8 remaining. New Mean = 1600 lbs / 8 = 200 lbs. In this specific case, because the two removed values were equidistant from the original mean, the new mean is the same as the old one.
9. You have {10, 15, 20, 25, 30}. If you add 100, how does the median change compared to the mean?
- Original values:
Mean = (10+15+20+25+30) / 5 = 100 / 5 = 20
Median (3rd value): 20 - New dataset with outlier: {10, 15, 20, 25, 30, 100}
- New values:
New Mean = (100 + 100) / 6 = 200 / 6 ≈ 33.33
New Median (average of 3rd and 4th values): (20 + 25) / 2 = 22.5 - Comparison: The mean increased from 20 to 33.33 (a change of 13.33). The median increased from 20 to 22.5 (a change of 2.5). The mean changes significantly more than the median when an outlier is introduced.
10. The mode of {12, 18, 11, 25, 18, 12, x, 25} is 18. What is the smallest possible integer value for x?
- Count frequencies of existing numbers:
11: 1 time
12: 2 times
18: 2 times
25: 2 times - Analyze the condition: The problem states that the mode is 18. This means 18 must be the most frequent number. Currently, 12, 18, and 25 are all tied with a frequency of 2.
- Determine the value of x: For 18 to be the unique mode, its frequency must be higher than any other number. Therefore, x must be 18, making its frequency 3.
- Answer: The value of x must be 18. The question asks for the smallest possible integer value, and since x needs to be 18 to make it the mode, the answer is 18.
Quick Quiz
1. For the dataset {10, 20, 30, 40, 150}, which statement is true?
- A The median is greater than the mean.
- B The mean is greater than the median.
- C The mean and median are equal.
- D The mode is the most representative measure.
Check answer
Answer: B. The mean is greater than the median.
2. How is the median of a dataset with 20 values calculated?
- A It is the 10th value in the ordered list.
- B It is the 11th value in the ordered list.
- C It is the average of the 10th and 11th values in the ordered list.
- D It is the average of the 9th and 10th values in the ordered list.
Check answer
Answer: C. It is the average of the 10th and 11th values in the ordered list.
3. A dataset of student heights has two modes: 65 inches and 68 inches. What is this dataset called?
- A Unimodal
- B Bimodal
- C Multimodal
- D Non-modal
Check answer
Answer: B. Bimodal
4. The mean of a dataset is 50. If every number in the dataset is increased by 5, what is the new mean?
- A 50
- B 55
- C 250
- D Cannot be determined
Check answer
Answer: B. 55
5. Which measure of central tendency is always one of the actual data points in the set?
- A Mean
- B Median
- C Mode
- D All of the above
Check answer
Answer: C. Mode
Want unlimited practice questions like these?
Generate AI-powered questions with step-by-step solutions on any topic.
Try Question Generator Free →Frequently Asked Questions
When should I use the mean vs. the median?
You should use the mean when your data is symmetrically distributed and does not have significant outliers. Use the median when your dataset is skewed or contains outliers, as the median provides a more robust and representative measure of the central value in these cases.
Can a dataset have no mode?
Yes, a dataset can have no mode. This occurs when all values in the dataset appear with the same frequency, typically just once. For example, in the set {1, 2, 3, 4, 5}, no value is more frequent than any other, so there is no mode.
What is the relationship between mean, median, and mode in a skewed distribution?
In a skewed distribution, the mean, median, and mode are not equal. For a positively skewed (right-skewed) distribution, the tail is on the right, and the relationship is typically Mean > Median > Mode. For a negatively skewed (left-skewed) distribution, the tail is on the left, and the relationship is Mean < Median < Mode. You can read more about this on the Wikipedia page for Skewness.
How do I find the median of a large dataset?
To find the median of a large dataset, first, you must sort all 'n' data points in ascending order. Then, use the formula (n + 1) / 2 to find the position of the median value. If 'n' is odd, this gives you the exact position of the median. If 'n' is even, this will result in a .5 value (e.g., 50.5), meaning you need to average the two data points at the positions on either side (e.g., the 50th and 51st values).
Why are mean, median, and mode called measures of central tendency?
They are called measures of central tendency because each one identifies a central, or typical, value that represents the middle of a dataset. They provide a single value summary that describes where the bulk of the data is located or clustered, offering a snapshot of the dataset's distribution.
Does calculating mean, median, and mode relate to other statistical concepts?
Absolutely. Mean, median, and mode are foundational concepts in descriptive statistics. They are often calculated alongside measures of dispersion or spread, such as variance and standard deviation, to provide a more complete picture of the data's characteristics. The mean is also a critical component in many advanced statistical tests and models.
Enjoyed this article?
Share it with others who might find it helpful.
Related Articles

Hard Sampling Distribution Practice Questions
Master advanced statistical concepts with our hard sampling distribution practice questions. Test your knowledge on the Central Limit Theorem, t-distributions, and more.
Apr 5, 2026

Hard Confidence Interval Practice Questions
Challenge your statistical skills with hard confidence interval practice questions. This guide covers complex scenarios like two-sample tests and sample size determination.
Apr 5, 2026

Hard Z-Score Practice Questions
Challenge your statistical skills with hard Z-score practice questions. This guide provides advanced examples, detailed solutions, and a deep dive into complex Z-score applications.
Apr 5, 2026