Describing Distributions - Complete Interactive Lesson
Part 1: Shape, Center, Spread
📊 Shape, Center, Spread
Part 1 of 7 — The Three Key Features of Any Distribution
The S-C-S Framework
Every distribution of quantitative data should be described using three features:
| Feature | What It Tells You | Common Measures |
|---|---|---|
| Shape | Overall pattern | Symmetric, left-skewed, right-skewed, unimodal, bimodal |
| Center | Typical value | Mean (), Median () |
| Spread | Variability | Range, IQR, Standard Deviation () |
🔑 AP Tip: On free-response questions, you MUST address all three features (shape, center, spread) AND mention any outliers. Missing any one costs points.
Shape
| Shape | Description | Visual |
|---|---|---|
| Symmetric | Left and right halves are mirror images | Bell-shaped, uniform |
| Right-skewed | Long tail extends to the RIGHT | Most data clumped left |
| Left-skewed | Long tail extends to the LEFT | Most data clumped right |
| Unimodal | One peak | Single hump |
| Bimodal | Two peaks | Two humps |
⚠️ Common Mistake: The direction of skewness is the direction of the TAIL, not where most data is concentrated.
Center
| Measure | Formula | Best When |
|---|---|---|
| Mean () | Distribution is roughly symmetric | |
| Median () | Middle value when data is ordered | Distribution is skewed or has outliers |
Key Relationship:
- Right-skewed → mean > median (mean pulled toward tail)
- Left-skewed → mean < median (mean pulled toward tail)
- Symmetric → mean median
Spread
| Measure | Formula | Description |
|---|---|---|
| Range | Simplest; sensitive to outliers | |
| IQR | Middle 50% of data; resistant to outliers | |
| Standard Deviation () | Average distance from mean |
Worked Example
Data: 2, 3, 3, 4, 4, 4, 5, 5, 6
| Feature | Analysis |
|---|---|
| Shape | Roughly symmetric (approximately bell-shaped) |
| Center | Median = 4 (5th of 9 values); Mean = |
| Spread | Range = ; IQR = |
| Outliers | None apparent |
AP-Style Description: "The distribution of values is roughly symmetric and unimodal with a center (median) of 4. The spread is moderate with an IQR of 2 and a range of 4. There are no apparent outliers."
Shape, Center, Spread Concepts 🎯
Calculations 🧮
Data: 1, 3, 5, 7, 9, 11, 13
1) What is the median?
2) What is the range?
3) What is the mean?
Choosing the Right Measure 🔍
Exit Quiz — Shape, Center, Spread ✅
Part 2: Histograms & Dotplots
📊 Histograms & Dotplots
Part 2 of 7 — Displaying Quantitative Data
Types of Graphs for Quantitative Data
| Graph | Description | Best For |
|---|---|---|
| Histogram | Bars show frequency of data in intervals (bins) | Large data sets |
| Dotplot | Dots stacked above a number line | Small data sets; seeing individual values |
| Stemplot | Stems (leading digits) with leaves (trailing digits) | Moderate data sets; preserving exact values |
Histograms
A histogram divides values into equal-width bins and shows the frequency (count) or relative frequency (proportion) of each bin.
Key Features:
- Bars touch (no gaps between adjacent bins)
- x-axis: quantitative variable (bins)
- y-axis: frequency or relative frequency
- Bin width affects appearance — too few bins hide detail, too many create noise
| Bin Width | Effect |
|---|---|
| Too wide (few bins) | Hides patterns in the data |
| Too narrow (many bins) | Creates too much noise |
| Just right | Reveals the overall shape clearly |
Dotplots
Each data value is represented by a dot above a number line. Dots stack when values repeat.
Example: Data: 1, 2, 2, 3, 3, 3, 4, 4, 5
| Value | 1 | 2 | 3 | 4 | 5 |
|---|---|---|---|---|---|
| Dots | • | •• | ••• | •• | • |
- Shape: symmetric
- Center: 3
- Spread: range = 4
- No obvious outliers
Stemplots (Stem-and-Leaf Plots)
| Component | Role |
|---|---|
| Stem | Leading digit(s) |
| Leaf | Trailing digit |
| Key | Tells how to read the values (e.g., 3 |
Example: Ages: 21, 23, 25, 31, 34, 38, 42, 45
| Stem | Leaves |
|---|---|
| 2 | 1 3 5 |
| 3 | 1 4 8 |
| 4 | 2 5 |
Key: 2|1 = 21 years
Back-to-back stemplots compare two groups using the same stems.
Reading Graphs — What to Look For
| Feature | What to Check |
|---|---|
| Shape | Symmetric? Skewed? Unimodal? Bimodal? |
| Center | Where is the "middle" of the data? |
| Spread | How spread out are the values? |
| Outliers | Any values far from the rest? |
| Gaps/Clusters | Are there groups of data with gaps between them? |
🔑 AP Tip: When comparing two distributions, use comparative language: "Distribution A is more spread out than Distribution B" rather than describing each separately.
Graph Interpretation 🎯
Dotplot Reading 🧮
Dotplot frequencies: Value 1→1 dot, 2→3 dots, 3→4 dots, 4→2 dots, 5→1 dot
1) Total number of data points?
2) What is the mode (most frequent value)?
3) What is the range?
Graph Features 🔍
Exit Quiz — Histograms & Dotplots ✅
Part 3: Mean vs Median
🔢 Mean vs Median
Part 3 of 7 — Choosing the Right Measure of Center
Mean ()
| Property | Detail |
|---|---|
| Uses every data value | Yes — all values contribute |
| Sensitive to outliers | Yes — extreme values pull it |
| Best for | Symmetric distributions |
| Balance point | The mean is the "balance point" of the distribution |
Median ()
Procedure:
- Order all data from smallest to largest
- If is odd: median = middle value (position )
- If is even: median = average of the two middle values
| Property | Detail |
|---|---|
| Uses every data value | No — only the position matters |
| Sensitive to outliers | No — resistant to extreme values |
| Best for | Skewed distributions or data with outliers |
When to Use Each
| Situation | Use | Why |
|---|---|---|
| Symmetric data | Mean or Median | They're approximately equal |
| Right-skewed data | Median | Mean is inflated by the right tail |
| Left-skewed data | Median | Mean is deflated by the left tail |
| Data with outliers | Median | Mean is pulled by outliers |
| Need to calculate totals | Mean |
Worked Example
Data: 2, 4, 6, 8, 100
| Measure | Calculation | Result |
|---|---|---|
| Mean | 24 | |
| Median | Middle (3rd) value of ordered data | 6 |
The outlier 100 pulls the mean up to 24, but the median (6) better represents the typical value.
🔑 AP Tip: When asked "which measure of center is more appropriate," always explain WHY. Connect your answer to the shape of the distribution or the presence of outliers.
Effect of Transformations
| Transformation | Effect on Mean | Effect on Median |
|---|---|---|
| Add constant to all values | Add | Add |
| Multiply all values by | Multiply by | Multiply by |
| Add an outlier | Pulled toward outlier | Minimal change |
| Remove an outlier | Moves back toward center | Minimal change |
Mean vs Median Concepts 🎯
Calculations 🧮
1) Mean of: 8, 12, 16, 20, 24
2) Median of: 3, 7, 9, 15, 21, 25
3) Mean of: 1, 2, 3, 4, 100
Choosing the Right Measure 🔍
Exit Quiz — Mean vs Median ✅
Part 4: Standard Deviation
📈 Standard Deviation
Part 4 of 7 — Measuring Spread from the Mean
Variance and Standard Deviation
The standard deviation () measures the typical distance of data values from the mean.
| Term | Definition |
|---|---|
| Deviation — how far each value is from the mean | |
| Squared deviation — removes negatives | |
| Variance () — average squared deviation | |
| Standard deviation — back in original units |
⚠️ Why ? We divide by (not ) because the sample mean is estimated from the data. This gives a better estimate of the population SD. The value is called the degrees of freedom.
Properties of Standard Deviation
| Property | Detail |
|---|---|
| always | Standard deviation can never be negative |
| Only when ALL values are identical | |
| Units | Same units as the original data |
| Sensitive to outliers | Yes — outliers inflate |
| Affected by transformations | Adding : unchanged. Multiplying by : multiplied by $ |
Worked Example
Data: 2, 4, 6, 8, 10. Find .
Step 1: Mean
Step 2: Deviations and squared deviations:
| 2 | 16 | |
| 4 | 4 | |
| 6 | 0 | 0 |
| 8 | 2 | 4 |
| 10 | 4 | 16 |
| Sum | 40 |
Step 3: Variance:
Step 4: Standard deviation:
Interpretation: The values are typically about 3.16 units from the mean of 6.
Effect of Transformations on
| Transformation | Effect on | Example |
|---|---|---|
| Add constant | unchanged | Data + 10: same spread |
| Multiply by | $s \times | k |
🔑 AP Tip: Adding a constant shifts all values equally, so the spread doesn't change. Multiplying stretches or compresses the data, changing the spread.
Standard Deviation Concepts 🎯
SD Calculations 🧮
1) Data: 3, 5, 7. Mean = 5. What is the variance ? (Hint: sum of squared deviations ÷ ())
2) What is the standard deviation of the data above?
3) Data: 10, 10, 10. Standard deviation = ?
SD Properties 🔍
Exit Quiz — Standard Deviation ✅
Part 5: Normal Distribution
🧮 Normal Distribution & Empirical Rule
Part 5 of 7 — The Bell Curve
The Normal Distribution
A normal distribution is a symmetric, bell-shaped curve completely described by two parameters:
| Parameter | Symbol | Role |
|---|---|---|
| Mean | Center of the distribution | |
| Standard Deviation | Controls the width/spread |
Notation:
The Empirical Rule (68-95-99.7 Rule)
For any normal distribution:
| Range | Percentage |
|---|---|
| 68% of data | |
| 95% of data | |
| 99.7% of data |
Worked Example 1: Empirical Rule
IQ scores: ,
| Range | Interval | Percentage |
|---|---|---|
| 68% | ||
| 95% | ||
| 99.7% |
So about 68% of IQ scores fall between 85 and 115.
Z-Scores
A z-score standardizes any value by telling how many SDs it is from the mean:
| z-score | Meaning |
|---|---|
| At the mean | |
| 1 SD above the mean | |
| 2 SDs below the mean |
🔑 Key Insight: Z-scores let you compare values from DIFFERENT distributions. A student with on a math test did relatively better than a student with on an English test.
Worked Example 2: Z-Scores
SAT Math: , . A student scores 680.
This score is 1.8 standard deviations above the mean.
Using the Normal Distribution
To find the percentage of values below a value :
- Calculate
- Use the z-table (or calculator: normalcdf) to find the area
| Calculator Command | Purpose |
|---|---|
| normalcdf(lower, upper, , ) | Area between two values |
| invNorm(area, , ) | Value at a given percentile |
⚠️ AP Tip: Always show the z-score calculation AND draw a sketch of the normal curve with the area shaded.
Normal Distribution Concepts 🎯
Z-Score Calculations 🧮
Distribution: ,
1) What is the z-score for ?
2) What value has ?
3) The 68% interval is . What is the lower bound?
Normal Curve Properties 🔍
Exit Quiz — Normal Distribution ✅
Part 6: Problem-Solving Workshop
🛠️ Problem-Solving Workshop
Part 6 of 7 — Putting It All Together
Worked Example 1: Describing a Distribution
Problem
A teacher records quiz scores for 20 students: 45, 52, 55, 60, 62, 65, 67, 68, 70, 72, 73, 75, 76, 78, 80, 82, 85, 88, 90, 95
Describe this distribution completely.
Solution
Shape: The distribution is roughly symmetric with a slight left skew (the lower scores stretch a bit further from center).
Center:
- Mean:
- Median: Average of 10th and 11th values =
Spread:
- Range:
- IQR: , , IQR
Outliers: Using the 1.5 × IQR rule:
- Lower fence: → no values below this
- Upper fence: → no values above this
- No outliers
AP-Style Response: "The distribution of quiz scores is roughly symmetric and unimodal with a center (median) of 72.5 points. The scores have moderate spread with an IQR of 17.5 points and a range of 50 points. There are no apparent outliers."
Worked Example 2: Normal Distribution Application
Problem
Heights of adult women are normally distributed with inches and inches.
(a) What percentage of women are taller than 69.5 inches?
(b) What height corresponds to the 16th percentile?
Solution
(a)
69.5 inches is exactly . By the Empirical Rule, 95% of data falls within , so 5% is outside this range, and 2.5% is above .
Answer: About 2.5% of women are taller than 69.5 inches.
(b) The 16th percentile means 16% of data is below this value. By the Empirical Rule:
- 50% is below the mean
- 34% is between and (half of 68%)
- So 16% is below
inches
Answer: The 16th percentile is approximately 62.0 inches.
1.5 × IQR Rule for Outliers
| Term | Formula |
|---|---|
| Lower fence | |
| Upper fence | |
| IQR |
🔑 AP Tip: On free-response questions, SHOW the fence calculations when identifying outliers. Don't just say "there are outliers" — prove it mathematically.
Workshop Practice 🎯
Calculations 🧮
1) , . What percentage of data is between 85 and 115? (answer as whole number)
2) , . What is the IQR?
3) Using the values above, what is the lower fence for outliers?
Decision Making 🔍
Exit Quiz — Problem-Solving Workshop ✅
Part 7: Review & Applications
🏆 Review & Applications
Part 7 of 7 — Comprehensive Review
Complete Summary
Describing Distributions Checklist
| Feature | Measures | Notes |
|---|---|---|
| Shape | Symmetric, left/right-skewed, unimodal/bimodal | Direction of TAIL = direction of skew |
| Center | Mean (), Median () | Symmetric → mean; Skewed → median |
| Spread | Range, IQR, SD () | Symmetric → SD; Skewed → IQR |
| Outliers | 1.5 × IQR rule | Always check and mention |
Formula Reference
| Formula | Expression |
|---|---|
| Mean | |
| Median position | |
| Range | max min |
| IQR | |
| Variance | |
| Standard Deviation | |
| Z-score | |
| Lower fence | |
| Upper fence |
Mean vs Median Decision Guide
| If... | Then use... | Because... |
|---|---|---|
| Data is symmetric, no outliers | Mean and SD | Mean uses all values; SD pairs with mean |
| Data is skewed | Median and IQR | Both are resistant to skewness |
| Data has outliers | Median and IQR | Both are resistant to outliers |
| You need to find totals | Mean | Total = |
The Empirical Rule (Normal Distributions Only)
| Range | Percentage | Above upper | Below lower |
|---|---|---|---|
| 68% | 16% | 16% | |
| 95% | 2.5% | 2.5% | |
| 99.7% | 0.15% | 0.15% |
Key Concepts from Every Part
| Part | Topic | Essential Takeaway |
|---|---|---|
| 1 | Shape, Center, Spread | Always describe all three + outliers |
| 2 | Histograms & Dotplots | Visual displays for quantitative data |
| 3 | Mean vs Median | Skewed → median; Symmetric → mean |
| 4 | Standard Deviation | Measures typical distance from mean; |
| 5 | Normal Distribution | 68-95-99.7 rule; z-scores standardize |
| 6 | Problem-Solving | Combine concepts; show work; use context |
Transformations Summary
| Operation | Effect on Center | Effect on Spread |
|---|---|---|
| Add | Add | No change |
| Multiply by | Multiply by | Multiply by $ |
🔑 Final AP Tip: On every free-response question, use CONTEXT. Don't just say "the distribution is right-skewed with a center of 72." Say "the distribution of quiz scores is right-skewed with a median of 72 points."
Comprehensive Review 🎯
Formula Application 🧮
1) Data: 10, 15, 20, 25, 30. What is the mean?
2) , . What z-score corresponds to ?
3) , . What is the upper fence for outliers?
Concept Connections 🔍
Final Exam — Describing Distributions ✅