Introduction to Statistics - Complete Interactive Lesson
Part 1: Data, Variables, and Good Questions
📊 Introduction to Statistics
Part 1 of 5 — Data, Variables, and Good Questions
Topics in This Part
| Section |
|---|
| What Is Statistics? |
| Categorical vs. Numerical Data |
| Statistical Questions |
| The Data Cycle |
🔑 Key Concept: Statistics is the science of collecting, organizing, describing, and drawing conclusions from data. Before we ever compute an average, we have to know what kind of data we have and what question we are trying to answer.
What Is Statistics?
Every day you are surrounded by data — facts and numbers collected about the world:
- The heights of everyone in your class
- Your favorite ice cream flavors
- The number of pets each student owns
- How many minutes you spent on homework last night
A single fact, like "Maria is 152 cm tall," is one data value. A whole collection of values, like the heights of all 25 students, is a data set.
💡 Statistics turns a pile of numbers into a story. Instead of staring at 25 separate heights, statistics lets us say things like "most students are about 150 cm tall" or "the tallest student is 20 cm taller than the shortest."
We do this in four stages: collect data, organize it, describe it, and draw conclusions from it.
Two Kinds of Data
Every data set is built from a variable — the thing we are measuring or recording. Variables come in two main types.
| Type | What it records | Examples |
|---|---|---|
| Categorical (qualitative) | a category or label | eye color, favorite sport, yes/no, type of pet |
| Numerical (quantitative) | a number you can count or measure | height, age, number of siblings, test score |
A quick test: "Can I find the average of it and have it make sense?"
- Average eye color? ❌ — eye color is categorical.
- Average height? ✅ — height is numerical.
⚠️ Watch out: Numbers are not always numerical data. A jersey number or a ZIP code is just a label — averaging jersey numbers is meaningless, so those are categorical.
Categorical or Numerical? 🔽
Sort each variable into the correct type.
Statistical Questions
A statistical question is one you expect to answer with data that varies — the answers are not all the same.
| Question | Statistical? | Why |
|---|---|---|
| "How tall is my teacher?" | ❌ No | One person, one answer — no variability. |
| "How tall are the students in my class?" | ✅ Yes | Heights differ from student to student. |
| "What is today's date?" | ❌ No | Single fixed fact. |
| "How many hours do 8th graders sleep?" | ✅ Yes | Answers vary across many people. |
🔑 Key Idea: A statistical question anticipates variability — different responses you will need to summarize. A question with exactly one answer is not statistical.
Concept Check 🎯
The Data Cycle
Statisticians follow a repeating data cycle:
- Ask a statistical question.
- Collect data that can answer it.
- Organize & display the data (tables, plots — Part 4).
- Analyze the data using numbers like averages (Parts 2–3).
- Interpret the results and answer the question — which often leads to a new question.
💡 In the rest of this lesson we focus on stages 3 and 4: how to summarize a data set with a single typical value (center), how to describe how spread out it is, and how to display it so the story is easy to see.
Part 2: Measures of Center: Mean, Median, Mode
📊 Introduction to Statistics
Part 2 of 5 — Measures of Center: Mean, Median, Mode
🔑 The Big Idea: A measure of center is a single number that represents a "typical" value for a whole data set. The three most common are the mean, the median, and the mode.
The Mean (Average)
The mean is what most people call the "average." To find it:
Worked Example
Five students scored: .
The mean score is .
💡 Think of it as fair sharing. If all points were split equally among the students, each would get . The mean is the value everyone would have if the total were shared evenly.
Find the Mean 🧮
Add up the values, then divide by how many there are.
1) Data: . Mean 2) Data: . Mean 3) Data: . Mean
The Median (Middle Value)
The median is the middle value when the data is put in order from least to greatest.
Odd number of values
Data: . First put it in order: There are values, so the 3rd one is the middle. The median is .
Even number of values
When there is no single middle, the median is the mean of the two middle values.
Data in order: . The two middle values are and :
⚠️ Always sort first! Finding the "middle" of an unsorted list gives the wrong answer.
Concept Check 🎯
The Mode (Most Frequent)
The mode is the value that appears most often.
- Data → the mode is (it appears three times).
- A data set can have more than one mode if two values tie for "most frequent."
- A data set can have no mode if every value appears the same number of times.
| Data set | Mode |
|---|---|
| and (two modes) | |
| no mode |
🔑 Mode is the only measure of center that works for categorical data. You can find the most common eye color even though "average eye color" makes no sense.
Match the Measure 🔽
For the data set , choose each value. (Notice the values are already in order.)
Part 3: Spread, Range, and Outliers
📊 Introduction to Statistics
Part 3 of 5 — Spread, Range, and Outliers
🔑 The Big Idea: A center tells you the "typical" value, but two data sets with the same mean can look completely different. Spread describes how far apart the values are, and outliers are values that sit far from the rest.
The Range
The simplest measure of spread is the range:
Worked Example
Daily high temperatures (°C): .
- Largest value:
- Smallest value:
The temperatures spanned degrees.
💡 A small range means the values are close together (consistent); a large range means they are spread out. Range uses only the two extremes, so one unusual value can stretch it a lot.
Find the Range 🧮
Range = largest − smallest.
1) Data: . Range 2) Data: . Range 3) Test scores: . Range
Outliers
An outlier is a value that is much larger or much smaller than the rest of the data.
Consider weekly allowances ($): .
Four students get around $10–13, but one gets $60. That $60 is an outlier — it stands far apart from the rest.
How an outlier affects the mean
The mean is $21.2 — but no one actually gets close to that! The single large outlier dragged the mean way up.
⚠️ The mean is sensitive to outliers. One extreme value can pull it far from where most of the data sits.
Median vs. Mean with Outliers
Compare what each measure does to the allowance data (now in order):
| Measure | Value | Affected by the $60 outlier? |
|---|---|---|
| Mean | Yes — pulled high | |
| Median | middle value | Barely — still |
The median () describes a typical student far better than the mean () does here.
🔑 Key Idea: The median is resistant — outliers hardly move it. So when a data set has outliers (like incomes or house prices), the median is usually the more honest measure of center.
Concept Check 🎯
Mean, Median, and an Outlier 🧮
Data set (in order): .
1) What is the median? (even count → average the two middle values) 2) What is the mean? (sum ÷ count; decimal is fine)
Part 4: Displaying Data
📊 Introduction to Statistics
Part 4 of 5 — Displaying Data
🔑 The Big Idea: A good display lets you see a data set's story at a glance — what's typical, what's rare, and how spread out things are. We'll read and build three common displays: frequency tables, dot plots, and bar graphs.
Frequency Tables
A frequency table records how many times each value occurs. The frequency is the count.
Suppose 12 students reported how many siblings they have:
Tally them up:
| Siblings | Frequency |
|---|---|
💡 Check your work: the frequencies must add up to the total number of data values. Here ✓. The mode is easy to spot — it's the value with the highest frequency, (five students).
Read the Frequency Table 🧮
Use the siblings table above:
| Siblings | ||||
|---|---|---|---|---|
| Frequency |
1) How many students have exactly siblings? 2) How many students have fewer than siblings? (that's siblings plus sibling) 3) How many students are in the whole data set? (add all the frequencies)
Dot Plots
A dot plot stacks one dot above a number line for each data value. Same siblings data:
●
●
● ● ●
● ● ●
● ● ● ●
─────────────────────────
0 1 2 3
- The number of dots above each value equals its frequency ().
- The tallest stack marks the mode ().
- Gaps and lone dots far from the pack reveal outliers.
💡 A dot plot shows the shape of the data — where it clumps and where it thins out — much faster than a list of numbers.
Read the Dot Plot 🎯
A dot plot shows the number of books students read last month:
●
● ●
● ● ● ●
──────────────────────────
0 1 2 3 4 5 6
(Stacks: 0 → 3 dots, 1 → 1 dot, 3 → 2 dots, 6 → 1 dot.)
Bar Graphs (for Categorical Data)
When data is categorical, we use a bar graph. Each bar's height shows the frequency of that category, and bars have gaps between them.
Favorite fruit of 20 students:
| Fruit | Frequency |
|---|---|
| Apple | |
| Banana | |
| Grape | |
| Orange |
The tallest bar (Apple, ) is the most popular category — for categorical data the most frequent category is the mode.
⚠️ Bar graph vs. dot plot. Use a bar graph for categories (fruit, color, sport). Use a dot plot for numerical values you can put on a number line (counts, scores). Don't average categories — "mean fruit" is meaningless.
Choose the Right Display 🔽
Pick the better display for each data set.
Part 5: Mixed Practice & Mastery Check
📊 Introduction to Statistics
Part 5 of 5 — Mixed Practice & Mastery Check
You can now (1) tell categorical from numerical data, (2) find the mean, median, and mode, (3) measure spread with the range and judge outliers, and (4) read and build data displays. Let's put it all together.
Quick Reference
| Idea | What it tells you / how to find it |
|---|---|
| Categorical data | a label (color, sport) — use a bar graph, find the mode |
| Numerical data | a count/measure — use a dot plot, find mean/median |
| Mean | — the "fair share"; sensitive to outliers |
| Median | middle of the sorted data; resistant to outliers |
| Mode | most frequent value (works for categorical data too) |
| Range | — a measure of spread |
| Outlier | a value far from the rest; pulls the mean but not the median |
🔑 Choosing a center: if the data has a big outlier, the median usually describes "typical" better than the mean.
Mixed Practice 🎯
Put It Together 🧮
A small data set: .
1) Mean (sum ÷ count; decimal is fine) 2) Median (sort first!) 3) Mode 4) Range
Reasoning Check 🔽
A neighborhood's home prices have a few mansions worth far more than the rest.
Exit Quiz ✅
Answer all three to finish the lesson.