Statistics and Data Interpretation - Complete Interactive Lesson
Part 1: Mean, Median, Mode
Data Analysis & Statistics
Part 1 of 7 — Mean, Median, Mode, Range
Mean (Average)
Median
The middle value when data is ordered. For even number of values: average the two middle values.
→ median =
→ median =
Mode
Most frequent value. Can have none, one, or multiple modes.
Range
Range max min
SAT Favorites 🎯
"Adding/removing a value": If the mean of 5 numbers is 20, their sum is 100. Add a 6th number = 38: new mean .
"Which measure changes?": Adding an outlier affects the mean much more than the median.
Central Tendency 🎯
Worked Example 1 — Finding a Missing Value
The mean of 6 numbers is 12. Five of the numbers are 8, 10, 14, 15, 9. Find the 6th number.
| Step | Work |
|---|---|
| Total from mean | |
| Sum of 5 known | |
| Missing value |
Worked Example 2 — Weighted Average
A class of 20 students averages 75 on a test. A class of 30 students averages 85. What is the combined average?
| Step | Work |
|---|---|
| Sum for class 1 | |
| Sum for class 2 | |
| Combined mean |
Note: The combined average is NOT simply . The larger class pulls the average closer to its mean.
Median from a Frequency Table
| Score | Frequency |
|---|---|
| 70 | 3 |
| 80 | 5 |
| 90 | 4 |
| 100 | 2 |
14 values total → median = average of 7th and 8th values. Count: positions 1–3 are 70, positions 4–8 are 80. Both 7th and 8th are 80, so median = 80.
Advanced Mean & Median 🎯
Mean vs. Median 🔍
Which measure of center is more appropriate?
Key Takeaways — Part 1
| Concept | Formula / Rule |
|---|---|
| Mean | Sum ÷ Count |
| Median | Middle value (avg of two middles if even count) |
| Mode | Most frequent value |
| Range | Max − Min |
| Find missing value | Sum = Mean × Count, then subtract known values |
| Weighted average | |
| Outlier effect | Mean shifts toward outlier; median barely moves |
- On the SAT, "average" always means mean unless otherwise specified
- The weighted average is always closer to the group with more data points
Part 2: Data Displays
Data Analysis & Statistics
Part 2 of 7 — Standard Deviation & Data Spread
Standard Deviation (σ)
Measures how spread out values are from the mean. You won't calculate it on the SAT, but you must understand it.
- Low SD: values are close to the mean (consistent data)
- High SD: values are far from the mean (varied data)
- SD = 0: all values are the same
Comparing Standard Deviations
Data A: → low SD (clustered near 50)
Data B: → high SD (spread out)
Both have mean 50, but B has a much larger standard deviation.
Effect of Transformations
| Transformation | Mean | SD |
|---|---|---|
| Add to all values | Mean | Same |
| Multiply all by | Mean | SD $\times |
Adding a constant shifts all data equally — spread doesn't change. Multiplying stretches the data — spread increases.
Standard Deviation 🎯
Worked Example 1 — Comparing Spread Visually
Two dot plots both have mean 50:
- Plot A: values at 48, 49, 50, 51, 52
- Plot B: values at 30, 40, 50, 60, 70
| Measure | Plot A | Plot B |
|---|---|---|
| Range | 4 | 40 |
| SD | Low | High |
Plot B has values much farther from the mean → larger SD.
Worked Example 2 — Transformation Chain
A dataset has mean 40 and SD 6. Every value is tripled, then 5 is subtracted. Find the new mean and SD.
| Transformation | Mean | SD |
|---|---|---|
| Original | 40 | 6 |
| Multiply by 3 | ||
| Subtract 5 | (unchanged) |
Adding/subtracting does NOT change SD. Multiplying DOES.
Percentiles and Quartiles
| Measure | Meaning |
|---|---|
| (25th percentile) | 25% of data below |
| (median, 50th) | 50% of data below |
| (75th percentile) | 75% of data below |
| IQR = | Spread of the middle 50% |
A value is an outlier if it's more than beyond or .
Spread & Transformations 🎯
What Happens to the SD? 🔍
Determine the effect of each transformation on standard deviation.
Key Takeaways — Part 2
| Concept | Key Rule |
|---|---|
| SD measures | Spread / distance from mean |
| Add constant | Mean + ; SD unchanged |
| Multiply by | Mean × ; **SD × $ |
| SD = 0 | All values identical |
| IQR | ; spread of middle 50% |
| Outlier threshold | Beyond or |
- SD is ALWAYS ≥ 0 (it can never be negative)
- On the SAT, you compare SDs visually — more clustered = lower SD
Part 3: Interpreting Tables
Data Analysis & Statistics
Part 3 of 7 — Scatterplots & Line of Best Fit
Scatterplots
Each point represents two measurements for one individual/item.
Correlation
- Positive: as increases, increases
- Negative: as increases, decreases
- No correlation: no clear pattern
- Strength: how closely points follow a line (strong vs. weak)
Line of Best Fit (Regression Line)
where:
- (slope) = predicted change in for each 1-unit increase in
- (y-intercept) = predicted when
Residuals
- Positive residual: point is above the line
- Negative residual: point is below the line
SAT Strategy
"According to the line of best fit..." → plug into the equation and calculate.
"The slope of the line means..." → interpret as "for each additional [x-unit], the [y-quantity] increases/decreases by [slope]."
Scatterplots 🎯
Worked Example 1 — Interpreting Slope in Context
Regression: , where = hours practiced per week and = free-throw percentage.
| Component | Value | Interpretation |
|---|---|---|
| Slope | 0.85 | For each additional hour of practice, free-throw % is predicted to increase by 0.85 points |
| y-intercept | 12 | A player who practices 0 hours is predicted to have a 12% free-throw rate |
SAT phrasing: "The slope means that for each additional hour of weekly practice, the predicted free-throw percentage increases by 0.85 percentage points."
Worked Example 2 — Residual Analysis
A student studies 8 hours and scores 92. The regression line predicts .
| Step | Work |
|---|---|
| Residual | |
| Meaning | Student scored 3 points above prediction |
| On graph | Point is 3 units above the line |
Correlation vs. Causation
| Statement | Valid? |
|---|---|
| "Hours of study is correlated with higher grades" | ✅ (describes relationship) |
| "Studying more hours causes higher grades" | ⚠️ Only valid if from a controlled experiment |
| "The data proves studying improves grades" | ❌ "Proves" is too strong for any study |
Choosing a Model
If a residual plot shows a clear curve, a linear model is NOT the best fit — try quadratic or exponential.
Scatterplot Interpretation 🎯
Interpret the Regression 🔍
For the equation where = study hours and = test score:
Key Takeaways — Part 3
| Concept | Key Rule |
|---|---|
| Slope | Predicted change in per 1-unit increase in |
| y-intercept | Predicted when |
| Residual | Actual − Predicted |
| Positive residual | Point above the line |
| Negative residual | Point below the line |
| close to ±1 | Strong linear correlation |
| close to 0 | Weak or no linear correlation |
| SAT Wording | Correct Response |
|---|---|
| "What does the slope represent?" | "For each additional [x-unit], [y] is predicted to change by [slope]" |
| "Does this prove causation?" | Only if randomized experiment |
| "Is the linear model appropriate?" | Check the residual plot for patterns |
Part 4: Standard Deviation
Data Analysis & Statistics
Part 4 of 7 — Two-Way Tables
Reading Two-Way Tables
| Cat | Dog | Total | |
|---|---|---|---|
| Male | 30 | 50 | 80 |
| Female | 40 | 30 | 70 |
| Total | 70 | 80 | 150 |
Types of Questions
Marginal frequency: What percent prefer dogs?
Joint frequency: What percent are female AND prefer cats?
Conditional frequency: Of those who prefer cats, what percent are female?
SAT Trap ⚠️
"What fraction of cat owners are female?" → denominator = cat total = 70 →
"What fraction of females own cats?" → denominator = female total = 70 →
In this example they happen to give the same answer because both totals are 70, but in general they're different! The trick is identifying the correct denominator (row total, column total, or grand total).
Worked Example 1 — Filling in a Two-Way Table
120 students: 55 play sports, 80 are in clubs. 30 do both. Complete the table.
| Step | Work |
|---|---|
| Sports AND clubs | 30 |
| Sports only | |
| Clubs only | |
| Neither |
| In Club | Not in Club | Total | |
|---|---|---|---|
| Sports | 30 | 25 | 55 |
| No Sports | 50 | 15 | 65 |
| Total | 80 | 40 | 120 |
Worked Example 2 — Conditional vs. Joint
From the table above:
| Question | Type | Calculation |
|---|---|---|
| P(sports AND club) | Joint | |
| Selected from sports players: in the club? | "From" the sports group | |
| Selected from club members: plays sports? | "From" the club group |
Two-Way Tables 🎯
| Cat | Dog | |
|---|---|---|
| Male | 30 | 50 |
| Female | 40 | 30 |
Independence in Two-Way Tables
Two variables show no association when each group has the SAME rate — e.g., juniors and seniors choosing pizza at equal percentages. The SAT asks this as "do the data support an association?", always comparing group rates in words.
From the pet table: . But . Since , gender and pet preference are not independent.
Worked Example 3 — Relative Frequency Table
Convert a two-way table to relative frequencies (divide everything by grand total):
| Cat | Dog | Total | |
|---|---|---|---|
| Male | |||
| Female | |||
| Total |
Common SAT Denominator Guide
| Question asks | Denominator |
|---|---|
| "Of all survey respondents..." | Grand total |
| "Of those who prefer cats..." | Column total for cats |
| "Of the males surveyed..." | Row total for males |
| "What proportion of the total..." | Grand total |
Advanced Two-Way Tables 🎯
Pick the Right Denominator 🔍
What denominator do you use for each question?
Key Takeaways — Part 4
| Question Type | Denominator | Example |
|---|---|---|
| "Of all..." | Grand total | male-and-dog cell over |
| "Of [group]..." | Group total | cats among males: |
| "…AND…" (no restriction) | Grand total | one cell over everyone |
| "…from those who…" | That group's total | the SAT's conditional wording |
| Skill | How-to |
|---|---|
| Fill in table | Use row/column totals to find missing cells |
| Check for association | Compare each group's rate — equal rates → no association |
| Convert to relative freq. | Divide each cell by grand total |
- The SAT's #1 trap in two-way tables is using the wrong denominator
- Always re-read the question to identify the "of" phrase — that gives you the denominator
Part 5: Statistical Inference
Data Analysis & Statistics
Part 5 of 7 — Probability, the SAT Way
The digital SAT tests probability as relative frequency — a count divided by a total, almost always read from a table or described in words. You will NOT see formal notation like P(A|B) or unions/intersections on the test.
Probability as a fraction
Always between 0 (impossible) and 1 (certain).
"NOT" questions (complements)
The probability an event does NOT happen is 1 minus the probability it does.
Example: If the probability a customer orders coffee is , the probability a customer does NOT order coffee is .
The SAT's favorite setup: "selected at random from…"
Most SAT probability questions give you a two-way table and ask about a person "selected at random" — sometimes from everyone, sometimes from just one row or column. The entire skill is choosing the right denominator.
Probability 🎯
Worked Example 1 — Selected From Everyone
The table shows 200 students by grade and lunch choice.
| Pizza | Salad | Total | |
|---|---|---|---|
| Juniors | 60 | 30 | 90 |
| Seniors | 70 | 40 | 110 |
| Total | 130 | 70 | 200 |
If a student is selected at random, what is the probability the student is a junior who chose pizza?
One cell over the grand total: .
Worked Example 2 — Selected From One Group (the key SAT move)
If a student is selected at random from those who chose salad, what is the probability the student is a senior?
The words "from those who chose salad" shrink your world to the Salad column: .
Rule: the group named after "from" becomes your denominator. This is how the SAT asks conditional probability — in words, never with notation.
Worked Example 3 — Comparing Groups
Which group was more likely to choose pizza?
Juniors: . Seniors: . Juniors were slightly more likely. Compare each group's RATE, never the raw counts.
Table Probability 🎯
Choose the Right Denominator 🔍
For each question about a school survey table, pick the correct denominator.
Key Takeaways — Part 5
| Question wording | Denominator | Numerator |
|---|---|---|
| "…selected from ALL participants" | Grand total | The cell(s) asked about |
| "…selected from [one group]" | That group's row/column total | The cell asked about |
| "…is in group A AND said Yes" | Grand total | The single A-Yes cell |
| "…does NOT…" | Same as the positive version | Total minus the positive count |
| "Which group was MORE likely…" | Each group separately | Compare the two rates |
- The SAT asks probability in words from tables — no P(A|B), no union/intersection symbols
- The word "from" is the whole game: it names your denominator
- Compare groups by their rates (fractions), never raw counts
Part 6: Problem-Solving Workshop
Data Analysis & Statistics
Part 6 of 7 — Sampling and Study Design
Types of Studies
| Type | Description | Can show causation? |
|---|---|---|
| Observational | Observe without intervention | No (only association) |
| Experiment | Randomly assign treatments | Yes! |
| Survey | Ask questions | No (only opinion) |
Random Sampling
A sample is representative if every member of the population has an equal chance of being selected.
- Random sample: conclusions can be generalized to the population
- Convenience sample (e.g., only surveying friends): results may be biased
Bias
- Selection bias: sample doesn't represent the population
- Response bias: wording of questions influences answers
- Voluntary response bias: only people with strong opinions respond
SAT Wording to Watch For
❌ "The study proves that X causes Y" — only experiments with random assignment can suggest causation.
✓ "The study suggests an association between X and Y" — appropriate for observational studies.
Worked Example 1 — Is the Conclusion Valid?
A researcher gives Vitamin C to 50 volunteers and a placebo to 50 others (randomly assigned). The Vitamin C group had fewer colds. Conclusion: "Vitamin C reduces colds."
| Check | Answer |
|---|---|
| Study type | Experiment (random assignment) |
| Random assignment? | Yes |
| Can conclude causation? | Yes — this is valid |
Worked Example 2 — Why Only Association?
A study surveys 1,000 adults and finds that coffee drinkers exercise more. Conclusion: "Coffee causes people to exercise."
| Check | Answer |
|---|---|
| Study type | Observational (no intervention) |
| Confound? | Maybe: health-conscious people both drink coffee and exercise |
| Valid conclusion? | "Coffee consumption is associated with more exercise" — NOT "causes" |
Margin of Error
When the SAT says "95% confidence interval is ":
- Plausible range: to
- Larger sample → smaller margin of error
- The margin does NOT mean 3% of people changed their mind
Study Design 🎯
Generalizability vs. Causation — Two Separate Questions
| Feature | Allows |
|---|---|
| Random sampling from population | Generalize results to the population |
| Random assignment to treatments | Conclude cause and effect |
| Both | Generalize + causation |
| Neither | Only describes the sample |
SAT Conclusion Wording Guide
| Study Design | Valid Conclusion Wording |
|---|---|
| Random sample, observational | "People who [X] tend to [Y]" |
| Random sample + random assignment | "[X] causes [Y] in the population" |
| Convenience sample, observational | "Among these participants, [X] is associated with [Y]" |
Worked Example 3 — Margin of Error
A poll of 400 voters: support a candidate.
| Question | Answer |
|---|---|
| Confidence interval | to |
| Can we say majority support? | Yes — even the low end () exceeds |
| If interval were to ? | No — the interval includes values below |
Evaluating Conclusions 🎯
Identify the Study Type 🔍
Classify each scenario.
Key Takeaways — Part 6
| Concept | Key Rule |
|---|---|
| Causation | Only from randomized experiments |
| Generalization | Only from random sampling |
| Association | Observational studies can show this |
| Confounding variable | Third variable explaining a correlation |
| Margin of error | Confidence interval = estimate ± margin |
| Larger sample | Smaller margin of error |
| Bias Type | Example |
|---|---|
| Selection | Surveying only library users |
| Response | Leading questions |
| Voluntary response | Online opt-in polls |
- On the SAT, the wrong answer often claims causation from an observational study — always check!
Part 7: Review & Applications
Data Analysis & Statistics
Part 7 of 7 — Review & SAT Mixed Practice
Data & Statistics Quick Reference
| Concept | Key Point |
|---|---|
| Mean | Sum ÷ count; affected by outliers |
| Median | Middle value; resistant to outliers |
| SD | Measures spread; add → same, multiply → changes |
| Scatterplot slope | Predicted change in per unit |
| Residual | Actual − predicted |
| Two-way tables | Watch the denominator! |
| Probability AND | Multiply (if independent) |
| Probability OR | Add, then subtract overlap |
| Causation | Only from randomized experiments |
Common SAT Question Types
- Calculate the mean/median from given data
- Interpret a slope or y-intercept in context
- Read a two-way table for conditional probability
- Evaluate whether a study conclusion is valid
- Compare standard deviations visually
Worked Example 1 — Multi-Concept Problem
A survey of 200 students found a regression equation relating weekly study hours () to test scores (). The mean study time was 10 hours with SD 3.
| Question | Work |
|---|---|
| Predicted score at | |
| Predicted score at | |
| If scores multiplied by 2, new SD of study hours? | SD of is unchanged (transformation was on , not ) |
Worked Example 2 — Two-Way Table + Probability
In a class: 15 males passed, 5 males failed, 20 females passed, 10 females failed.
| Pass | Fail | Total | |
|---|---|---|---|
| Male | 15 | 5 | 20 |
| Female | 20 | 10 | 30 |
| Total | 35 | 15 | 50 |
| Question | Answer |
|---|---|
| P(pass) | |
| Selected from the males: passed? | |
| Selected from those who passed: male? | |
| Are gender & passing independent? | $P(\text{pass}) = 70% \neq P(\text{pass} |
Mixed Review 🎯
SAT Data & Statistics Cheat Sheet
| Topic | Key Formula / Concept |
|---|---|
| Mean | ; Sum = Mean × Count |
| Median | Middle value; sort first |
| SD | Spread from mean; add → same; multiply → changes |
| Slope | Predicted per unit |
| Residual | Actual − Predicted |
| "NOT" questions | 1 minus the probability (or count the other outcomes) |
| Table, unrestricted | One cell over the grand total |
| Table, "from those who…" | Cell over that row/column total |
| Compare groups | Compare each group's rate |
| Causation | Only from randomized experiments |
| Generalization | Only from random sampling |
Common Mistakes to Avoid
| Mistake | Fix |
|---|---|
| Using wrong denominator in two-way table | Re-read "of [group]" to find denominator |
| Saying correlation = causation | Use "associated with" unless random assignment |
| Using the grand total when the question says "from those who…" | The word after "from" names your denominator |
| Confusing "all values" with "the mean" | Adding 10 to every value ≠ adding 10 to just the mean |
| Ignoring "without replacement" | After removing one item, total decreases by 1 |
SAT Challenge Round 🎯
Quick Concept Check 🔍
Match each scenario to the correct statistical concept.
Key Takeaways — Part 7
| Part | Core Skill |
|---|---|
| 1 | Mean, median, mode — and how outliers affect them |
| 2 | Standard deviation — comparing spread, effect of transformations |
| 3 | Scatterplots — slope interpretation, residuals, correlation |
| 4 | Two-way tables — joint, marginal, conditional frequencies |
| 5 | Probability — complement, AND/OR, conditional |
| 6 | Study design — causation vs. association, bias types |
| 7 | Review — combining all skills for SAT questions |
Top 5 SAT Data & Statistics Rules
- Mean = Sum ÷ Count — use Sum = Mean × Count to find missing values
- Correlation ≠ Causation — only experiments prove cause
- Watch the denominator — "of males" vs. "of all" changes the answer
- "At least one" = 1 − P(none) — always use the complement
- Slope in context — "For each additional [x], [y] is predicted to [increase/decrease] by [slope]"