SHSAT Statistics & probability
5–10% of math questions, but the topics are learnable and high-leverage. Measures of central tendency, probability, counting principles, and data interpretation — no standard deviation, no calculus.
- How much statistics is on the SHSAT?
- Roughly 5–10% of math questions test statistics and probability concepts. Smaller share than algebra or geometry, but the topics are learnable and high-leverage per study hour.
- What statistics topics are tested?
- Mean, median, mode, range, basic probability (single events, independent events), counting principles (basic permutations and combinations), and data interpretation from charts and tables.
- Is calculus or hypothesis testing on the SHSAT?
- No. The SHSAT statistics content is roughly middle-school level — measures of central tendency and basic probability. No standard deviation, no normal distributions, no statistical inference.
- What's the hardest stats topic?
- Combined probability with dependent events. Most students handle independent events fine but slip on conditional probability where the first event changes the sample space for the second.
Measures of central tendency
Mean (average)
Sum of values divided by count. The mean of 4, 7, 9, 12 is (4+7+9+12)/4 = 32/4 = 8.
Key SHSAT applications:
- Finding a missing value: If the mean of 5 numbers is 10, the sum is 50. If 4 of them are 8, 12, 9, 11 (total 40), the fifth is 50 − 40 = 10.
- Weighted averages: When groups have different sizes. A class of 20 averages 75; another class of 30 averages 80. Combined mean is (20×75 + 30×80) / 50 = (1500 + 2400)/50 = 78. Note: NOT the simple average of 75 and 80.
- Effect of adding a value: Adding a value above the mean raises the mean; below the mean lowers it. The exact effect depends on how far above/below and how many values total.
Median
The middle value when data is ordered. For 4, 7, 9, 12, 15: median is 9. For 4, 7, 9, 12: median is (7+9)/2 = 8 (average of the two middle values when count is even).
Median vs mean: median is unaffected by extreme values; mean is affected. The dataset 1, 2, 3, 4, 100 has mean 22 and median 3. For skewed data, median is often more representative.
Mode
The most frequent value. The set 2, 3, 3, 4, 5, 7 has mode 3. A set can have multiple modes (bimodal) or no mode (every value appears equally often).
Range
The difference between the maximum and minimum values. For 4, 7, 9, 12, 15: range = 15 − 4 = 11.
Basic probability
Probability is the ratio of favorable outcomes to total outcomes, always between 0 and 1.
P(event) = favorable outcomes / total outcomes
Single-event probability
- Coin flip, heads: 1/2
- Die roll, 4: 1/6
- Drawing a red card from a 52-card deck: 26/52 = 1/2
- Drawing a face card (J, Q, K): 12/52 = 3/13
Combined probability
"And" with independent events: multiply. Two coin flips both heads: 1/2 × 1/2 = 1/4.
"And" with dependent events: multiply, but adjust the second probability for the changed sample space. Drawing two aces from a deck without replacement: 4/52 × 3/51 = 12/2652 = 1/221.
"Or" with mutually exclusive events: add. Rolling a 4 or 5 on a die: 1/6 + 1/6 = 1/3.
"Or" with overlapping events: add, then subtract the overlap to avoid double-counting. P(card is red or face card) = 26/52 + 12/52 − 6/52 (red face cards counted twice) = 32/52.
Complement
P(not A) = 1 − P(A). Useful when calculating "not" probabilities is easier than calculating directly. P(at least one head in three coin flips) = 1 − P(no heads) = 1 − (1/2)³ = 1 − 1/8 = 7/8.
Counting principles
Multiplication principle
If event A has m outcomes and event B has n outcomes, the combined event has m × n outcomes.
Example: 3 shirts, 4 pants, 2 hats → 3 × 4 × 2 = 24 outfit combinations.
Permutations (arrangements where order matters)
Number of ways to arrange n distinct items in order: n! (n factorial).
Example: Number of ways to arrange 4 books on a shelf: 4! = 4 × 3 × 2 × 1 = 24.
Choosing r items from n in order: n!/(n−r)!. Five people, choose president and vice-president (order matters): 5 × 4 = 20.
Combinations (selection where order doesn't matter)
For SHSAT-level problems, combinations are usually addressed through reasoning rather than formulas. Example: Choose 2 students from 5 for a committee. Use the multiplication principle (5 × 4 = 20) then divide by 2 (because order doesn't matter and AB is the same as BA): 20/2 = 10.
Data interpretation
SHSAT questions sometimes present a bar chart, line graph, pie chart, or data table and ask interpretive questions. Common skills:
- Read values accurately. Note the axis scales; a quick glance can misread "5,000" as "5."
- Compare values. Many questions ask "by how much did X increase" or "what percentage of Y is Z."
- Identify trends. Increasing, decreasing, fluctuating — often relevant for line graphs over time.
- Don't over-interpret. Stick to what the data actually shows; don't make causal claims the graph doesn't support.
How to study statistics for the SHSAT
- Master the four central tendency measures first. Mean, median, mode, range — and especially the difference between mean and median for skewed data.
- Build probability intuition through coin/dice/card problems. These are the canonical examples for a reason; they make the rules concrete.
- Practice with-replacement vs without-replacement explicitly. This is where most students lose probability points.
- Don't overstudy. Statistics is 5–10% of the section. Don't spend 30% of your prep time here. Master the basics and move on.
Common questions
How many statistics questions are on the SHSAT?
Roughly 5–10% of math questions test statistics and probability concepts. That's typically 3–6 questions per section. A smaller share than algebra or geometry but still meaningful for your overall score.
Do I need to know the standard deviation formula?
No. Standard deviation is not tested on the SHSAT. The statistics content is limited to measures of central tendency (mean, median, mode, range), basic probability, and data interpretation from charts and tables.
What's the difference between mean and median?
Mean is the arithmetic average (sum divided by count). Median is the middle value when data is ordered. Mean is sensitive to extreme values; median is not. For 1, 2, 3, 4, 100 the mean is 22 and the median is 3 — median is often more representative when data is skewed.
Are factorials on the SHSAT?
Sometimes, in counting and permutation problems. You won't see explicit n! notation often, but you might encounter problems like "arrange 5 books on a shelf" where the answer is 5! = 120. Know how factorials work and how to compute small ones (3! through 6!) quickly.