How to find P(at least one) with the complement rule
By Jude Wallis · Published
Find P(at least one) as 1 minus P(none). The complement of "at least one" is "none", not "exactly one". If n trials are independent and each produces the event with probability p, then P(at least one) = 1 - (1-p)^n.
AP Statistics: Unit 2 (topics 2.4 Introduction to Probability, 2.7 Independent Events and Unions of Events, 2.10 The Binomial Distribution). The complement rule behind P(at least one) is Unit 2 topic 2.4 of the Fall 2026 AP Statistics course, the independent-trials product and the union rule are topic 2.7, and the same subtraction returns for binomial counts in topic 2.10.
P(at least one) = 1 minus P(none)
"At least one" means one or more. There is exactly one way for that to fail: the thing never happens. So the fast route to the answer runs through the case you do not want.
That is the complement rule from topic 2.4, , aimed at the complement that saves the most work. Adding up "exactly one, exactly two, exactly three" and onward can run to a dozen terms. "None" is always one term, no matter how many trials there are.
Students start adding cases because the word "one" is in the question. Do not follow that word. Count the ways the event can fail to happen at all, find that probability, subtract from 1, done.
The complement is "none", not "exactly one"
This is the mistake that costs the most points. Let count how many times the event happens. Then "at least one" is , which covers , , , and so on up to . The only outcome left outside that set is . So the complement of is , and
Writing instead does two wrong things at once. It throws away an outcome you wanted (), and it keeps the one outcome you did not want (). The numbers below in the first worked example show how far off it lands.
Translate the phrase into a boundary before you compute anything:
| Phrase | In symbols | What to compute |
|---|---|---|
| At least one | ||
| At least two | ||
| At least | ||
| None | direct | |
| Exactly one | direct |
Only the top row collapses to a single subtraction. "At least two" already needs two terms inside the bracket, which is why "at least one" is the phrase worth memorizing.
The shortcut 1 minus (1-p) to the n
When you repeat the same trial times and the event happens on each trial independently with the same probability , the complement has a closed form. One trial misses with probability . Independence lets you multiply, so misses in a row is multiplied by itself times:
Three conditions have to hold, and if any one fails the formula stops being exact. How far off it lands depends on how badly the condition breaks:
- The number of trials is fixed before you start.
- The probability is the same on every trial.
- The trials are independent, so one result does not change the odds for another.
One consequence surprises people. Run a 1-in-100 event for 100 trials and you do not get a sure thing: , about a 63.4% chance. As grows, shrinks toward but stays above it for any finite , so the probability of at least one occurrence climbs toward 1 without ever reaching it.
"At least one of A or B" is a union
The same phrase gets used for a different setup: two named events rather than repeated trials. "At least one of or happens" is the union , and you have two ways to get it.
The union rule from topic 2.7 handles it directly:
The complement handles it too, since "at least one of them" fails only when neither happens:
They agree. Take independent events with and . The union rule gives . The complement gives .
Prefer the complement once you have three or more events. The union rule for three events subtracts the three pairwise intersections and then adds the triple intersection back:
That is seven terms, four of them intersections you have to find, while is still one product. See union vs intersection if the notation is the part slowing you down.
When the trials are not independent
Drawing objects without replacement breaks independence, because each draw changes what is left. The target does not change: you still want . What changes is how you build .
Chain the conditional probabilities with the general multiplication rule, shrinking the pool as you go:
Both the numerator and the denominator drop by one on each draw. The second worked example runs this end to end.
There is an escape hatch the AP course uses constantly. If your sample is no more than 10% of the population, the draws are close enough to independent that is a fine approximation. That is the 10% condition. Above 10%, the shortcut drifts, and the size of the drift grows with the fraction of the population you take. With replacement vs without replacement sets out the two multiplication rules side by side.
Mistakes that show up on every homework set
- Subtracting P(exactly one). The complement of "at least one" is "none". Nothing else.
- **Multiplying by , which is the same move as adding across trials.** For four rolls of a die, is the same sum as , and it is the expected number of sixes, not a probability. Adding would only be valid if the trials were disjoint, and they are not: two sixes in four rolls is possible, so the sum double counts. With ten rolls it gives , and no probability exceeds 1, which is the tell.
- **Using when changes.** If trial has its own probability , then . The exponent form is just the special case where every matches.
- Stopping at P(none). You computed the thing you did not want. Subtract from 1 before you write the answer.
- Rounding the intermediate power. Round to two decimals and the final answer inherits that error. Carry four decimals until the last step.
AP note: where this sits and what graders want
The complement rule is Unit 2 topic 2.4, the independent-trials product is topic 2.7, and the same trick returns for counts in topic 2.10, where for a binomial. On a graphing calculator that is 1 - binomcdf(n, p, 0), and the binomial probability calculator takes the same three inputs.
Free response earns communication points, so name the move in words before you compute: "at least one" fails only when none occur, so I will find and subtract from 1. State the independence assumption too, because a grader reading with no justification cannot tell whether you checked it or guessed.
For more repetitions of this pattern, work through the binomial probability guide or the conditional probability practice set.
At least one six in four rolls of a die
You roll a fair six-sided die 4 times. Find the probability of getting at least one six.
Set it up. Let be the number of sixes in rolls. Each roll gives a six with probability , the rolls do not affect each other, and is fixed, so the shortcut applies. You want .
Take the complement. The only way to miss "at least one" is , so .
One roll misses with probability .
Four independent misses: .
Subtract from 1: .
Check the two wrong routes. Multiplying gives , the expected count of sixes rather than a probability. Subtracting exactly one gives , so . Neither equals .
, about a 51.8% chance. Slightly better than a coin flip, not the 66.7% that multiplying by suggests.
At least one dead battery, drawn without replacement
A drawer holds 12 batteries, 3 of which are dead. You grab 2 at random without replacement. Find the probability that at least one of the two is dead, then check what the independent-trials shortcut would have given.
Take the complement. "At least one dead" fails only when both batteries are good, so .
First draw: 9 of the 12 batteries are good, so .
Second draw, given the first was good: 8 good batteries remain out of 11 total, so .
Multiply the chain: .
Subtract from 1: .
Now the shortcut, for comparison. With treated as fixed, .
Judge the gap. The shortcut is off by about , a relative error near 3.8%, because the sample of 2 is of the population, past the 10% condition. The draws are dependent enough that the approximation has drifted, so report the exact chained value.
, about 45.5%. The independent shortcut returns , off by about because 2 of 12 is 16.7% of the population, past the 10% condition, so it is an approximation rather than the exact answer here.
Frequently asked questions
Why is P(at least one) not 1 minus P(exactly one)?
Because "at least one" includes exactly one, exactly two, exactly three, and every larger count. The outcomes outside that set are just . Subtracting removes an outcome you wanted and leaves in the one you did not (), so the answer is wrong in both directions.
What is the formula for the probability of at least one?
In general, . When trials are independent with the same probability each, , so . If the trials have different probabilities, multiply the individual terms instead.
Can I use 1 minus (1-p) to the n for sampling without replacement?
Only as an approximation, and only when the sample is at most 10% of the population. Below that threshold the probabilities barely move between draws. Above it, chain conditional probabilities instead: drawing 2 batteries from 12 gives exactly, while the shortcut returns .
How many trials until at least one success is likely?
Solve your target. With and a target of 0.95, you need , which gives , so trials. Check it: , while gives only . The AP exam will not ask you to solve for , but the pattern explains why rare events become near certainties over long runs.