Welcome to the World of Averages!

In this chapter, we are going to look at the three main ways we summarize a set of data: the Mean, the Median, and the Mode. These are often called "measures of central tendency" because they help us find the "middle" or "typical" value in a list of numbers.

Imagine you are looking at the number of goals scored by your favorite football team in their last five matches. Instead of listing every single game, you might want one single number that tells you how they usually perform. That is exactly what these three tools do for us! Don't worry if you find math a bit "heavy" sometimes—we will take this step-by-step.

Note: This chapter focuses on discrete data sets (individual numbers). For grouped data, check out the chapter on "Grouped data: estimated mean, modal class and median class."

1. The Mean (The "Arithmetic Average")

The Mean is the most common type of average. To find it, you simply share the total sum equally among all the items.

How to calculate the Mean:

1. Add up all the values in the data set.
2. Divide that total by the number of values you have.

The Formula:
\(\text{Mean} = \frac{\sum x}{n}\)
(Where \(\sum x\) means the sum of all values, and \(n\) is how many values there are.)

Example: Find the mean of these test scores: \(12, 15, 10, 18, 15\).
1. Add them: \(12 + 15 + 10 + 18 + 15 = 70\)
2. Count them: There are \(5\) scores.
3. Divide: \(70 \div 5 = 14\).
The mean score is \(14\).

Quick Tip: If you get a mean that is higher than your largest number or lower than your smallest number, something has gone wrong! The mean must always sit somewhere in the middle of your data range.

2. The Median (The "Middle Value")

The Median is the middle number in a list. It is like the "median strip" that runs down the middle of a road.

How to find the Median:

1. Crucial Step: Put the numbers in order from smallest to largest.
2. Find the middle position using the formula: \(\frac{n+1}{2}\).
3. If \(n\) is an odd number, there is one clear middle value.
4. If \(n\) is an even number, there are two middle values. You find the mean of those two (add them and divide by 2).

Example (Odd number of items): Find the median of \(7, 3, 8, 2, 9\).
1. Order them: \(2, 3, 7, 8, 9\)
2. Middle position: \(\frac{5+1}{2} = 3^{rd}\) position.
3. The \(3^{rd}\) number is \(7\).

Example (Even number of items): Find the median of \(10, 2, 5, 8\).
1. Order them: \(2, 5, 8, 10\)
2. The two middle numbers are \(5\) and \(8\).
3. Find their middle: \(\frac{5 + 8}{2} = 6.5\).
The median is \(6.5\).

Did you know? The median is great to use when your data has "outliers" (numbers that are much bigger or smaller than the rest), because it isn't pulled away by extreme values like the mean is.

3. The Mode (The "Most Common")

The Mode is the value that appears most often in a data set.

How to find the Mode:

Simply look at your list and see which number has the highest frequency (appears the most times).

Example: Look at the set \(3, 5, 5, 6, 8, 8, 8, 10\).
The number \(8\) appears three times, which is more than any other number. The mode is \(8\).

Special Cases:
- Bimodal: If two numbers tie for the most frequent, the data set is "bimodal" (it has two modes).
- No Mode: If every number appears exactly once, we say there is "no mode."

Memory Aid: MOde = MOst common.

Summary Table: Which one should you use?

In the exam, you might be asked why one average is better than another. Here is a quick guide:

Mean: Best for general use as it uses every single piece of data. However, it can be "tricked" by one very large or very small number.
Median: Best when there are extreme values (outliers) that would mess up the mean.
Mode: Best for non-numerical data (like "What is the most popular shoe size?") or when you need to know the most common result.

Common Mistakes to Avoid

- Forgetting to order the data for the Median: This is the most common error! Always sort from smallest to largest first.
- Mixing up the names: Use mnemonics! Mean is the "mean" one because it makes you do the most work (adding and dividing). Median sounds like "Medium" or "Middle." Mode starts with "MO" like "Most."
- Dividing by the wrong number: When calculating the mean, always divide by how many items were in the original list, even if some numbers were zero.

Quick Review

- Mean: \(\frac{\text{Total Sum}}{\text{Count}}\)
- Median: The middle number (after sorting).
- Mode: The number that shows up the most.
- \(n\): The symbol used for the number of items in the data set.

Great job! You've mastered the basics of finding averages for discrete data. You are now ready to apply these skills to more complex statistics problems!