Mean, Median, and Mode: Measures of Central Tendency (MCAT)

Measures of Central Tendency

The mean, median, and mode each summarize the center of a dataset in a different way, with different sensitivity to outliers.

Measures of central tendency provide a single value that represents the middle or central point of a dataset, helping summarize and describe the data effectively. The three main measures — mean, median, and mode — each identify the "center" in a different way.

Key Takeaways

  • The mean (sum ÷ count) is sensitive to outliers — one extreme value can pull it far from the "typical" data point.

  • The median (the middle value) is resistant to outliers, making it the better choice for skewed data.

  • The mode (the most frequent value) is best suited to categorical data and can produce a bimodal dataset or no mode at all.

  • Choosing the right measure depends on the shape of the data and whether outliers are present.

The Mean (Average)

The mean is calculated by summing all the values in a dataset and dividing by the total number of values.

MCAT Callout — Worked Example: Calculating the Mean: Dataset: {7, 3, 4, 1, 7, 6}. Sum: 7 + 3 + 4 + 1 + 7 + 6 = 28. Mean: 28 ÷ 6 ≈ 4.67.

The mean equally weights every value in the dataset, which makes it sensitive to outliers. If one value in this dataset were replaced with 100, the mean would increase dramatically, even though most of the data points remain relatively small.

The Median

The median is the value that lies in the middle of a dataset once the values are arranged in ascending order.

MCAT Callout — Worked Example: Calculating the Median: Sorted dataset: {1, 3, 4, 6, 7, 7}. Since there are an even number of values (6), the median is the average of the two middle values: (4 + 6) ÷ 2 = 5.

If the dataset has an odd number of values, the median is simply the single middle value. Because the median depends only on position rather than magnitude, it is less affected by outliers, making it a better measure of central tendency for skewed data.

The Mode

The mode is the data point that appears most frequently.

MCAT Callout — Worked Example: Calculating the Mode: Dataset: {7, 3, 4, 1, 7, 6}. The number 7 appears twice — more than any other value — so the mode is 7.

A dataset can have more than one mode if multiple values tie for the highest frequency. For example, in {7, 3, 3, 1, 7, 6}, both 7 and 3 appear twice, so the dataset is bimodal. If no value repeats at all, the dataset is considered to have no mode.

Choosing the Right Measure

Measure

How it's calculated

Sensitivity to outliers

Best use case

Mean

Sum of all values ÷ number of values

High

Normally distributed data without outliers

Median

Middle value of sorted data (average of two middle values if even count)

Low

Skewed distributions or data with extreme values

Mode

Most frequently occurring value

Not applicable

Categorical data (e.g., survey responses)

Each measure has its strengths: the mean works well for normally distributed data without outliers, the median is more robust for skewed distributions, and the mode is particularly useful for categorical data where identifying the most common category is the goal.

Common MCAT Mistakes

  • Defaulting to the mean without checking for outliers. The mean is pulled toward extreme values, so a single very large or very small data point can make it a poor stand-in for the "typical" value — check the data's shape before picking a measure.

  • Finding the median without sorting the data first. The median is a positional measure — it only works on values arranged in ascending (or descending) order. Applying the "middle value" rule to an unsorted list gives the wrong answer.

  • Forgetting a dataset can have more than one mode, or none. Ties for the highest frequency produce a bimodal (or multimodal) dataset, and a dataset where no value repeats has no mode at all — "mode" isn't guaranteed to be a single number.

  • Assuming mean, median, and mode are always close together. They coincide in a symmetric distribution, but in a skewed dataset they can differ substantially — which is exactly why the choice of measure matters for interpreting the data correctly.

MCAT-Style Concept Check

Question: A researcher records the annual incomes (in thousands of dollars) of 7 households in a small town: {45, 48, 50, 52, 55, 58, 400}. Which measure of central tendency best represents the "typical" household income in this dataset, and why?

  • A) The mean, because it uses every data point in the calculation

  • B) The median, because it is not distorted by the extreme value of 400

  • C) The mode, because none of the values repeat

  • D) The mean, because the dataset has an odd number of values

Answer: B

Explanation: The value 400 is a major outlier compared to the rest of the dataset. Because the mean weights every value equally, it would be pulled sharply upward by this single outlier, giving a distorted picture of the "typical" household. The median depends only on position, not magnitude, so it stays close to the cluster of values (45–58) and better represents the typical household income. The mode doesn't apply here since no value repeats, and the dataset having an odd number of values (D) has no bearing on which measure is most appropriate.

FAQ

What is the difference between mean, median, and mode?

The mean is the sum of all values divided by the number of values. The median is the middle value of a sorted dataset (or the average of the two middle values if there's an even number of data points). The mode is the value that appears most frequently. Each identifies the "center" of a dataset in a different way.

Why is the mean more sensitive to outliers than the median?

The mean incorporates the magnitude of every value in its calculation, so one extreme value can pull the average far from where most of the data actually clusters. The median only depends on the position of values in sorted order, so an extreme value at one end doesn't change which value sits in the middle.

Can a dataset have more than one mode?

Yes. If two or more values tie for the highest frequency, the dataset is bimodal (or multimodal). If no value repeats at all, the dataset has no mode.

When should the median be used instead of the mean?

The median is the better choice for skewed distributions or datasets with extreme outliers, since it isn't distorted by unusually large or small values. The mean works well for data that's roughly normally distributed without significant outliers.