Introduction to Averages, Spread, and Bivariate Data

Welcome! In this chapter, we are going to look at how we can make sense of large amounts of information (data). When we have a big pile of numbers, it is hard to see what is going on. We use averages to find a "typical" value and measures of spread to see how consistent the data is. Finally, we will look at bivariate data, which is just a fancy way of saying we are looking at the relationship between two different things, like height and shoe size.

Whether you are aiming for a Grade 1 or a Grade 9, mastering these basics is essential because they appear in all three GCSE papers!

1. Types of Data

Before we calculate anything, we need to know what kind of data we are dealing with. The AQA syllabus requires you to know these four terms:

  • Primary Data: Data you have collected yourself (e.g., you conduct a survey in class).
  • Secondary Data: Data collected by someone else (e.g., looking up weather statistics on the internet).
  • Discrete Data: Data that can only take specific values. You usually count it. (e.g., number of pets, shoe sizes like \(6\), \(6.5\), \(7\)).
  • Continuous Data: Data that can take any value in a range. You usually measure it. (e.g., height \(1.52m\), weight, time).

Quick Tip: If you can have "half a person," it's probably continuous data (like weight). If you can't, it's discrete!

2. Finding the "Middle": Averages

There are three main types of averages. They all try to describe the "center" of the data in different ways.

The Mode (The Most Common)

The mode is the value that appears most often in a data set. Example: In the list \(3, 4, 4, 5, 6\), the mode is \(4\).

For Grouped Data: We look for the Modal Class. This is simply the group (interval) with the highest frequency.

The Median (The Middle Value)

The median is the middle number when the data is put in order from smallest to largest.
Step-by-step:

  1. Put numbers in order: \(2, 3, 5, 8, 10\).
  2. Cross off one from each end until you reach the middle.
  3. If there are two numbers in the middle, find the value halfway between them by adding them and dividing by \(2\).

The Mean (The Shared Total)

The mean is what most people mean when they say "average" in real life.
Formula: \( \text{Mean} = \frac{\text{Total Sum of All Values}}{\text{Number of Values}} \)

Common Mistake: Forgetting to put the numbers in order before finding the Median. Always sort them first!

3. Measuring the "Spread"

Average tells us where the middle is, but spread tells us how spread out the numbers are. This helps us decide if the data is consistent.

The Range

The range is the simplest measure of spread.
Formula: \( \text{Range} = \text{Highest Value} - \text{Lowest Value} \)

A small range means the data is consistent. A large range means the data is varied. Keep an eye out for outliers—these are values that are much higher or lower than the rest and can make the range look much bigger than it really is.

Quartiles and Inter-quartile Range (Higher Tier Only)

The range can be "tricked" by outliers. To get a better idea of the spread, we use the Inter-quartile Range (IQR). This looks at the middle \(50\%\) of the data.

  • Lower Quartile (\(Q_1\)): The value one-quarter of the way through the ordered data.
  • Median (\(Q_2\)): The value halfway through.
  • Upper Quartile (\(Q_3\)): The value three-quarters of the way through.
  • Formula: \( \text{IQR} = Q_3 - Q_1 \)

Box Plots (Higher Tier Only)

A Box Plot (or Box and Whisker diagram) summarizes data using five key points: Lowest Value, Lower Quartile, Median, Upper Quartile, and Highest Value.

Key Takeaway: When comparing two sets of data (like test scores for two classes), always compare one average (usually the median) and one measure of spread (the range or IQR). Use sentences like: "Class A had a higher median, so they performed better on average, but Class B had a smaller range, so their results were more consistent."

4. Bivariate Data and Scatter Graphs

Bivariate data involves two variables. We plot this on a scatter graph to see if there is a relationship (correlation) between them.

Types of Correlation

  • Positive Correlation: As one variable increases, the other increases (e.g., height and shoe size). The points head "uphill."
  • Negative Correlation: As one variable increases, the other decreases (e.g., age of a car and its value). The points head "downhill."
  • No Correlation: There is no clear pattern. The points are scattered everywhere.

Strength: Correlation can be strong (points are very close to a straight line) or weak (points are spread out but still show a trend).

Important: Correlation vs. Causation

Just because two things are correlated doesn't mean one causes the other! Example: Ice cream sales and shark attacks both go up in summer. Ice cream doesn't cause shark attacks; the hot weather causes both. This is a common exam "reasoning" question!

Line of Best Fit and Predictions

A line of best fit is a straight line drawn through the center of the points.

  • Try to have an equal number of points above and below the line.
  • The line doesn't have to go through the origin (\(0,0\)).

We use this line to make predictions:

  • Interpolation: Predicting a value inside the range of data we have. This is usually quite reliable.
  • Extrapolation: Predicting a value outside the range (e.g., extending the line). Caution: This is dangerous because the trend might not continue!
Summary Checklist

1. Can you identify discrete vs. continuous data?
2. Can you calculate the Mean, Median, Mode, and Range?
3. (Higher) Can you calculate the IQR and draw a Box Plot?
4. Can you describe correlation and draw a Line of Best Fit?
5. Do you remember that correlation does not always mean causation?