Skip to content

ACT Statistics and Probability

Last updated: May 2, 2026

Statistics and Probability questions are one of the highest-leverage areas to study for the ACT. This guide breaks down the rule, the elements you need to recognize, the named traps that catch most students, and a memory aid that scales to test day. Read it once, then practice the same sub-topic adaptively in the app.

The rule

ACT statistics-and-probability questions test four core skills: computing summary statistics (mean, median, mode, range), working with weighted or modified averages, counting outcomes with the multiplication principle, and converting counts into probabilities as $\frac{\text{favorable}}{\text{total}}$. The mean uses sums (so $\text{sum} = \text{mean} \times n$ is your most-used identity), the median needs a sorted list, and probability is always favorable over total — for compound events, multiply independent probabilities and add mutually exclusive ones. When a value is added, removed, or doubled, recompute the new sum, the new count, and only then the new statistic.

Elements breakdown

Mean (Arithmetic Average)

The sum of all values divided by how many values there are.

  • Add every value in the list
  • Divide by the count of values
  • Use $\text{sum} = \text{mean} \times n$ to recover totals
  • Recompute sum and count after any change

Common examples:

  • Mean of $\{4, 7, 9, 12\}$ is $\frac{32}{4} = 8$

Median

The middle value of a sorted list (or the average of the two middle values if the list has an even count).

  • Sort the list from least to greatest
  • Locate the middle position
  • Average the two middles if $n$ is even
  • Ignore values' magnitudes outside the middle

Common examples:

  • Median of $\{2, 5, 8, 9, 14\}$ is $8$

Mode and Range

Mode is the most frequent value; range is largest minus smallest.

  • Count frequency of each value for mode
  • A list can have no mode or several modes
  • Range $=$ max $-$ min
  • Range is one number, not an interval

Weighted Average

An average where each value carries a weight (count or proportion) rather than counting once.

  • Multiply each value by its weight
  • Sum the weighted products
  • Divide by the total weight
  • Don't average the averages directly

Common examples:

  • Class of 20 averaging $80$ and class of 30 averaging $90$: $\frac{20(80)+30(90)}{50}=86$

Basic Probability

Likelihood of an event as $\frac{\text{favorable outcomes}}{\text{total outcomes}}$, assuming each outcome is equally likely.

  • Count favorable outcomes carefully
  • Count total outcomes carefully
  • Express as a fraction, decimal, or percent
  • Probability lies between $0$ and $1$

Compound Probability

Probability of two or more events combined via AND or OR.

  • Multiply probabilities for independent AND
  • Add probabilities for mutually exclusive OR
  • Subtract overlap for non-exclusive OR
  • Adjust totals after each draw if without replacement

Common examples:

  • $P(\text{red AND red}) = \frac{3}{10} \cdot \frac{2}{9}$ when drawing without replacement

Counting Principle

If a process has $a$ ways to do step 1 and $b$ ways to do step 2, the number of combined ways is $a \times b$.

  • Identify each independent decision
  • Count options at each step
  • Multiply across steps
  • Subtract restricted cases when needed

Common patterns and traps

The Sum-First Approach

When a question gives you an average and tells you something changes — a value is added, removed, doubled, or replaced — convert the average back into a total using $\text{sum} = \text{mean} \times n$. Then make the modification on the sum and count, and only at the end divide to get the new mean. Trying to reason about the change in mean directly almost always introduces an arithmetic slip.

A question states that a set of $n$ values averages some amount, then describes an addition or removal, and asks for the new mean or for the missing value that produces a target mean.

The Weighted-Average Trap

When two groups with different sizes have different averages, the combined average is NOT the simple average of the two averages. You must weight each average by its group size: $\frac{n_1 \bar{x}_1 + n_2 \bar{x}_2}{n_1 + n_2}$. The wrong answer that simply averages the two means appears almost every time this concept is tested.

Two classes (or shifts, or batches) of unequal size each have a stated average; the question asks for the overall average. The trap choice equals the midpoint of the two given averages.

The Without-Replacement Reset

When items are drawn one at a time and not put back, the total count drops by one for each subsequent draw, and the favorable count may drop too if the previously drawn item matched the favorable category. Multiply the conditional probabilities $\frac{\text{favorable left}}{\text{total left}}$ at each step. Forgetting to decrement the denominator gives a clean-looking but incorrect answer.

A bag or deck is described, two or more items are drawn without replacement, and the question asks for the probability of a specific sequence or combination. The trap choice multiplies original probabilities as if the draws were independent.

The Unsorted-Median Distractor

Median requires a sorted list. A question may present values in narrative order (in the order students arrived, in the order houses were built) and rely on the test-taker grabbing the middle value of the list as presented. The wrong answer matching the unsorted middle is always among the choices.

A list of values is given in non-numerical order — alphabetical by name, chronological, etc. — and the question asks for the median. One choice equals the middle entry as listed.

The Counting-Principle Multiplier

When a process has multiple independent decisions, the total number of outcomes is the product of options at each step. Students often add when they should multiply, especially when one of the steps has only two choices. If the question asks 'how many possible…' and lists independent categories, multiply across them.

A scenario with several independent choices (sizes, toppings, colors, routes) asks how many distinct combinations are possible. The trap choice adds the option counts instead of multiplying.

How it works

Start by reading the question and asking what statistic or probability it wants. If it's a mean, your first move is almost always $\text{sum} = \text{mean} \times n$ — this lets you back out the total and then add or remove values. For example, if six quiz scores average $82$, the total is $6 \times 82 = 492$; if a seventh score of $96$ is added, the new mean is $\frac{492 + 96}{7} = 84$. For a median question, sort first and count to the middle — the value at the ends doesn't matter unless it crosses the middle. For probability, write the fraction $\frac{\text{favorable}}{\text{total}}$ before plugging numbers in; then handle compound events by deciding whether you're multiplying (AND, independent) or adding (OR, mutually exclusive). The most common misstep is to average two means without weighting them by group size, or to forget that drawing without replacement shrinks the denominator on the second draw.

Worked examples

Worked Example 1

On her first six lab quizzes in chemistry, Priya earned an average score of $82$. After taking a seventh quiz, her average across all seven quizzes rose to exactly $84$. What score did Priya earn on her seventh quiz?

What is Priya's score on the seventh quiz?

  • A $86$
  • B $88$
  • C $94$
  • D $96$ ✓ Correct
  • E $98$

Why D is correct: Use sum-first thinking. The total of the first six quizzes is $6 \times 82 = 492$. After seven quizzes, the total must be $7 \times 84 = 588$. The seventh quiz score is $588 - 492 = 96$.

Why each wrong choice fails:

  • A: $86$ is the simple sum $82 + 4$, as if raising the average by $2$ requires only a score $4$ above the old average. This ignores that the new score must lift the average for all seven quizzes, not just itself. (The Sum-First Approach)
  • B: $88$ comes from $82 + 2 \times 3$, a guessed adjustment with no algebraic basis. It does not satisfy $7 \times 84 - 6 \times 82 = 96$. (The Sum-First Approach)
  • C: $94$ would require a new total of $492 + 94 = 586$, giving an average of $\frac{586}{7} \approx 83.71$, not $84$. (The Sum-First Approach)
  • E: $98$ overshoots: $492 + 98 = 590$, which gives $\frac{590}{7} \approx 84.29$, above $84$. Picking the highest plausible option is a guess, not a calculation. (The Sum-First Approach)
Worked Example 2

A drawer contains $5$ blue socks and $4$ green socks, all loose. Marta reaches in without looking and pulls out two socks one at a time, without replacement. What is the probability that both socks she pulls are blue?

What is the probability that both socks Marta draws are blue?

  • A $\frac{25}{81}$
  • B $\frac{20}{81}$
  • C $\frac{5}{18}$ ✓ Correct
  • D $\frac{2}{9}$
  • E $\frac{5}{9}$

Why C is correct: On the first draw, $P(\text{blue}) = \frac{5}{9}$. After removing one blue sock, $4$ blues remain among $8$ total, so $P(\text{blue on second}) = \frac{4}{8} = \frac{1}{2}$. The combined probability is $\frac{5}{9} \times \frac{1}{2} = \frac{5}{18}$.

Why each wrong choice fails:

  • A: $\frac{25}{81}$ comes from $\left(\frac{5}{9}\right)^2$, treating the two draws as independent with replacement. It ignores that the first sock is not put back. (The Without-Replacement Reset)
  • B: $\frac{20}{81}$ uses $\frac{5}{9} \times \frac{4}{9}$ — the favorable count drops to $4$ but the total stays at $9$. Only one half of the without-replacement adjustment was applied. (The Without-Replacement Reset)
  • D: $\frac{2}{9}$ equals $\frac{4}{9} \cdot \frac{1}{2}$, which uses the wrong starting probability. The first draw should be $\frac{5}{9}$, not $\frac{4}{9}$. (The Without-Replacement Reset)
  • E: $\frac{5}{9}$ is the probability of a single blue sock on one draw, not two blue socks in a row. This choice answers a simpler question than the one asked.
Worked Example 3

At Westbridge Middle School, the $24$ students in Mr. Tanaka's homeroom averaged exactly $78$ on a district math screener, while the $36$ students in Ms. Olufemi's homeroom averaged exactly $88$ on the same screener. If the two homerooms' scores are combined, what is the average score of all $60$ students?

What is the average score of all $60$ students combined?

  • A $82$
  • B $83$
  • C $84$ ✓ Correct
  • D $85$
  • E $86$

Why C is correct: Weight each average by group size. The combined total is $24 \times 78 + 36 \times 88 = 1872 + 3168 = 5040$. Divide by the total student count: $\frac{5040}{60} = 84$.

Why each wrong choice fails:

  • A: $82$ would be the result if you under-weighted the larger class. There is no calculation that gives $82$ from these numbers; it is a near-miss distractor below the correct value. (The Weighted-Average Trap)
  • B: $83$ is the simple mean of the two class averages: $\frac{78 + 88}{2} = 83$. This treats the classes as equal in size, but Ms. Olufemi's class is larger and should pull the combined average higher. (The Weighted-Average Trap)
  • D: $85$ over-weights the larger class. The correct weighted total is $5040$, not $5100$; $85$ comes from sloppy weighting like $\frac{2 \cdot 78 + 3 \cdot 88}{5} = 84$, then a one-point fudge upward. (The Weighted-Average Trap)
  • E: $86$ would require a combined total of $60 \times 86 = 5160$, but the actual combined total is $5040$. This choice over-weights the higher-scoring class far past what its size warrants. (The Weighted-Average Trap)

Memory aid

S-C-S: Sum, Count, Statistic. Whenever a list changes, recompute the Sum, then the Count, then whatever Statistic the question asks for — in that order.

Key distinction

Mean responds to every value in the list; median only responds to position. Adding a huge outlier swings the mean dramatically but barely moves the median. Knowing which statistic the question is asking for tells you whether outliers matter.

Summary

Treat statistics as bookkeeping (sum, count, sort) and probability as a fraction (favorable over total) — then multiply for independent ANDs and adjust denominators for without-replacement draws.

Practice statistics and probability adaptively

Reading the rule is the start. Working ACT-format questions on this sub-topic with adaptive selection, watching your mastery score climb in real time, and seeing the items you missed return on a spaced-repetition schedule — that's where score lift actually happens. Free for seven days. No credit card required.

Start your free 7-day trial

Frequently asked questions

What is statistics and probability on the ACT?

ACT statistics-and-probability questions test four core skills: computing summary statistics (mean, median, mode, range), working with weighted or modified averages, counting outcomes with the multiplication principle, and converting counts into probabilities as $\frac{\text{favorable}}{\text{total}}$. The mean uses sums (so $\text{sum} = \text{mean} \times n$ is your most-used identity), the median needs a sorted list, and probability is always favorable over total — for compound events, multiply independent probabilities and add mutually exclusive ones. When a value is added, removed, or doubled, recompute the new sum, the new count, and only then the new statistic.

How do I practice statistics and probability questions?

The fastest way to improve on statistics and probability is targeted, adaptive practice — working questions that focus on your specific weak spots within this sub-topic, getting immediate feedback, and revisiting items you missed on a spaced-repetition schedule. Neureto's adaptive engine does this automatically across the ACT; start a free 7-day trial to see your sub-topic mastery climb in real time.

What's the most important distinction to remember for statistics and probability?

Mean responds to every value in the list; median only responds to position. Adding a huge outlier swings the mean dramatically but barely moves the median. Knowing which statistic the question is asking for tells you whether outliers matter.

Is there a memory aid for statistics and probability questions?

S-C-S: Sum, Count, Statistic. Whenever a list changes, recompute the Sum, then the Count, then whatever Statistic the question asks for — in that order.

What is "The mean-of-means trap" in statistics and probability questions?

averaging two group averages without weighting by group size.

What is "The replacement trap" in statistics and probability questions?

forgetting to reduce the total after a without-replacement draw.

Ready to drill these patterns?

Take a free ACT assessment — about 15 minutes and Neureto will route more statistics and probability questions your way until your sub-topic mastery score reflects real improvement, not luck. Free for seven days. No credit card required.

Start your free 7-day trial