Grade 11 · Statistics

Stats.

Master the core concepts — from mean & median to normal distributions. Designed for self-study.

20
Questions
6
Topics
3
Difficulty Levels
0 / 20
Score: 0
📊
Mean & Median
Central tendency — where data clusters
⚡ Quick Memory Key
MEAN = MAGNET · MEDIAN = MIDDLE
Mean gets pulled toward outliers (extremes). Median stays in the middle — ignores outliers.
Skewed data → use Median. Symmetric data → either works, but Mean is more common.
outlier → affects mean skewed → use median mean = sum ÷ n median = middle value
Q 01 Easy Mean
Five students scored the following on a math test:

72, 85, 90, 68, 95

What is the mean score?
Explanation
Add all values: 72 + 85 + 90 + 68 + 95 = 410. Divide by the number of values (n = 5): 410 ÷ 5 = 82. The mean formula is \(\bar{x} = \frac{\sum x_i}{n}\).
Q 02 Easy Median
Seven houses have the following prices (in thousands of dollars):

210, 185, 340, 195, 220, 205, 1200

A real estate agent wants to describe the "typical" house price. Which measure is most appropriate, and why?
Explanation
The $1,200K house is an outlier that drastically inflates the mean. Sorted data: 185, 195, 205, 210, 220, 340, 1200. The median is the 4th value = 210. The mean would be ≈ 365K — not representative of the typical house. When outliers exist, median is the better measure of center.
Q 03 Medium Mean / Median
A dataset has a mean of 50 and a median of 65. Which statement best describes the distribution's shape?
Explanation
Key rule: Mean < Median → Left (negative) skew. Mean > Median → Right (positive) skew. Here mean (50) < median (65), so the distribution is left-skewed. Low outliers drag the mean down below the median. Think of it as the "tail" pointing left.
📦
Box Plots & Five-Number Summary
Visualizing spread and outliers
⚡ Quick Memory Key
MIN · Q1 · Q2 · Q3 · MAX
IQR = Q3 − Q1 → the middle 50% of data.
Outlier rule: Any value below Q1 − 1.5·IQR or above Q3 + 1.5·IQR is an outlier.
Whiskers extend to the last NON-outlier data point.
IQR = Q3 - Q1 outlier fence = ±1.5·IQR Q2 = median box = middle 50%
Q 04 Easy IQR
A dataset has the following five-number summary:

Min = 12  |  Q1 = 25  |  Median = 38  |  Q3 = 54  |  Max = 70
What is the Interquartile Range (IQR)?
Explanation
IQR = Q3 − Q1 = 54 − 25 = 29. The IQR measures the spread of the middle 50% of data. It is resistant to outliers because it ignores the top 25% and bottom 25% of values.
Q 05 Medium Outlier Detection
For the dataset: 3, 7, 8, 10, 11, 13, 14, 16, 18, 55

The five-number summary is: Min=3, Q1=8, Median=12, Q3=16, Max=55.

Using the 1.5 × IQR rule, is the value 55 an outlier?
Explanation
IQR = 16 − 8 = 8. Upper fence = Q3 + 1.5 × IQR = 16 + 12 = 28. Since 55 > 28, it IS an outlier. Lower fence = Q1 − 1.5 × IQR = 8 − 12 = −4. No values are below −4. The max value CAN be an outlier — that's a common misconception!
Q 06 Hard Box Plot Interpretation
Two classes took the same exam. Their box plots are shown below:
40 55 70 85 100 A B
Which statement is definitely true?
Explanation
From the box plots: Class A box spans ≈ 55 to 85 (IQR ≈ 30). Class B box spans ≈ 70 to 85 (IQR ≈ 22). So Class B has a smaller IQR — definitely true. (A) is wrong — box plots don't show means. (B) is wrong — individual scores can't be compared between classes. (C) confuses range with IQR — range is larger for A, but IQR is the better measure of spread.
📏
Standard Deviation
How spread out is your data?
⚡ Quick Memory Key
σ = POPULATION  ·  s = SAMPLE
Standard deviation = average distance from the mean.
Big σ → data spread out. Small σ → data clustered near mean.
Population uses n in denominator. Sample uses n−1 (Bessel's correction — we lose one degree of freedom).
σ² = variance sample → divide by (n-1) population → divide by n SD = √variance
Q 07 Easy SD Concept
Two basketball teams have the same mean height of 6'2". Team A has a standard deviation of 1 inch, and Team B has a standard deviation of 6 inches. What does this tell you?
Explanation
Standard deviation measures spread, not center. Same mean = same average height. But Team B (SD = 6") has much more variability — some players might be 5'8" while others are 6'8". Team A (SD = 1") is very consistent — nearly everyone is right around 6'2".
Q 08 Medium Sample vs Population SD
A researcher surveys 5 students from a large school to estimate the school-wide GPA. The data: 3.1, 3.4, 3.8, 2.9, 3.6. The mean is 3.36.

The sum of squared deviations from the mean is 0.528. What is the sample standard deviation?
\[s = \sqrt{\dfrac{\sum(x_i - \bar{x})^2}{n - 1}}\]
Explanation
Since this is a sample, use n − 1 = 4 in the denominator. Variance = 0.528 ÷ 4 = 0.132. Standard deviation = √0.132 ≈ 0.363. Why n − 1? The sample tends to underestimate the true population spread, so we divide by a smaller number to correct upward. This is called Bessel's correction.
Q 09 Hard SD Word Problem
A factory produces bolts. The diameter (mm) of 6 bolts is: 10.1, 9.9, 10.2, 10.0, 9.8, 10.0. The mean is exactly 10.0 mm.

An engineer says: "If we add 0.5 mm to every bolt's diameter, the standard deviation will increase."

Is the engineer correct?
Explanation
Adding a constant to every value shifts the distribution but does NOT change the standard deviation. Think about it: if every bolt gets 0.5mm added, each bolt is still the same distance from the (new) mean. SD measures deviation from the mean — and those deviations don't change. However, multiplying by a constant DOES change the SD (new SD = old SD × constant).
🔔
Normal Distribution
The bell curve — nature's favorite shape
⚡ Quick Memory Key
68 — 95 — 99.7 RULE
In a normal distribution:
68% of data falls within of mean · 95% within · 99.7% within
Also: Normal curve is symmetric → mean = median = mode
68% → ±1σ 95% → ±2σ 99.7% → ±3σ symmetric bell
Q 10 Easy Empirical Rule
IQ scores are normally distributed with a mean of 100 and a standard deviation of 15.

Using the 68-95-99.7 rule, approximately what percentage of people have IQ scores between 70 and 130?
Explanation
70 = 100 − 2(15), and 130 = 100 + 2(15). So 70 and 130 are exactly 2 standard deviations from the mean. By the empirical rule, 95% of data falls within ±2σ of the mean in a normal distribution.
Q 11 Medium Empirical Rule — one-sided
Heights of adult men in a city are normally distributed with mean = 70 inches and SD = 3 inches.

What percentage of men are taller than 76 inches?
Explanation
76 inches = 70 + 2(3), so it's 2 standard deviations above the mean. The 95% rule means 5% falls outside ±2σ. By symmetry, half of that (2.5%) is in each tail. So 2.5% of men are taller than 76 inches. (Note: options B and C are both 2.5% here — the correct reasoning leads to 2.5%.)
Q 12 Hard Normal Distribution Word Problem
A coffee machine dispenses amounts normally distributed with mean = 8 oz and SD = 0.5 oz. A cup overflows if it receives more than 9 oz.

Out of 1,000 cups, approximately how many would be expected to overflow?
Explanation
9 oz = 8 + 2(0.5), which is exactly 2 SDs above the mean. By the empirical rule, 95% of cups fall within ±2σ, so 5% fall outside. Since we only care about the upper tail (overflow), it's 5% ÷ 2 = 2.5%. Out of 1,000 cups: 1,000 × 0.025 = 25 cups.
🎯
Standard Normal Distribution & Z-Scores
Converting to the universal scale
⚡ Quick Memory Key
z = (x − μ) / σ  ·  "HOW MANY SDs FROM MEAN?"
Z-score = how many standard deviations a value is from the mean.
z = 0 → at the mean. z = +2 → 2 SDs above. z = −1 → 1 SD below.
Standard Normal: μ = 0, σ = 1. Use z-table to find area (probability).
z = (x - μ)/σ standard normal: μ=0, σ=1 z-table → area = probability percentile → z-score
Q 13 Easy Z-Score Calculation
SAT Math scores are normally distributed with μ = 520 and σ = 115.

A student scores 750. What is her z-score?
\[z = \dfrac{x - \mu}{\sigma}\]
Explanation
z = (750 − 520) / 115 = 230 / 115 = 2.0. This means her score is exactly 2 standard deviations above the mean. From the empirical rule, about 97.5% of test-takers scored below her.
Q 14 Medium Z-Score Comparison
Two students take different exams:

StudentScoreClass MeanClass SD
Alex888010
Jordan72608
Which student performed better relative to their class?
Explanation
Alex: z = (88 − 80) / 10 = 0.8. Jordan: z = (72 − 60) / 8 = 1.5. Jordan's z-score (1.5) is higher than Alex's (0.8), meaning Jordan scored further above the class average. Z-scores allow fair comparison across different scales — raw scores alone are misleading.
Q 15 Medium Z-Table (Area)
For a standard normal distribution, the area to the left of z = 1.28 is approximately 0.8997.

What percentage of values fall above z = 1.28?
Explanation
The z-table gives the area to the LEFT of z. If the area left of z = 1.28 is 0.8997 (89.97%), then the area to the right (above) is 1 − 0.8997 = 0.1003 ≈ 10.03%. Always remember: total area under the curve = 1 (= 100%).
Q 16 Hard Reverse Z-Score (Percentile → Value)
A college sets its scholarship cutoff at the 90th percentile of a standardized test. The test has μ = 500 and σ = 100.

The z-score for the 90th percentile is approximately z = 1.28. What is the minimum score needed for the scholarship?
Explanation
To find x from z: rearrange the z-score formula. x = μ + z · σ = 500 + (1.28)(100) = 500 + 128 = 628. This is the "reverse z-score" problem — common on exams! Always check: does the answer make sense? 628 is above the mean (500), which makes sense for the 90th percentile.
🏆
Challenge Problems
Exam-level difficulty — the ones everyone misses
Q 17 Hard Tricky SD
Dataset X: 5, 5, 5, 5, 5
Dataset Y: 3, 4, 5, 6, 7

Both have a mean of 5. Without calculating, which has a larger standard deviation — and why?
Explanation
Dataset X has SD = 0 — every value IS the mean, so every deviation is 0. Dataset Y has values spread away from 5: deviations are −2, −1, 0, +1, +2. Therefore Y has a larger SD. Key insight: SD = 0 means ALL values are identical. SD can never be negative.
Q 18 Hard Sample vs Population
A teacher wants to know the average test score of all 800 students in her school. She randomly picks 40 students and computes their average.

Which of the following is a correct identification?
Explanation
Population = the entire group of interest (all 800 students). Sample = the subset selected (40 students). Parameter = a number that describes the population (usually unknown). Statistic = a number that describes the sample (calculated from data). So the sample average is a statistic, and the true school-wide average is a parameter. Memory trick: Population → Parameter · Sample → Statistic
Q 19 Hard Z-score + Normal + Word Problem
A factory packages cereal boxes. Fill amounts are normally distributed with μ = 16.0 oz and σ = 0.4 oz. A box is "underfilled" if it contains less than 15.2 oz.

The z-score for 15.2 oz is −2.0, and the area to the left of z = −2.0 is 0.0228.

In a production run of 5,000 boxes, how many are expected to be underfilled?
Explanation
z = (15.2 − 16.0) / 0.4 = −0.8 / 0.4 = −2.0. The probability of being underfilled = area left of z = −2.0 = 0.0228 = 2.28%. Expected underfilled boxes = 5,000 × 0.0228 = 114 boxes. Don't confuse 0.0228 with 0.228 — the decimal placement matters!
Q 20 Hard Comprehensive — All Topics
A dataset of exam scores has the following properties:
Mean = 74   Median = 80   SD = 12
Q1 = 65   Q3 = 85   Min = 30   Max = 95
A student claims: "I can determine from this information that the distribution is left-skewed, and that the value 30 is an outlier."

Evaluate the student's claim.
Explanation
Skew check: Mean (74) < Median (80) → left skew ✓. Outlier check: IQR = Q3 − Q1 = 85 − 65 = 20. Lower fence = Q1 − 1.5(IQR) = 65 − 30 = 35. Since 30 < 35, the value 30 IS an outlier ✓. Both claims are correct! The minimum value CAN be an outlier — this is a very commonly missed point on exams.
0/20

Quiz Complete!

Review your mistakes and try again.