Probability rules practice problems

By Jude Wallis · Published

This set has 8 problems on the addition rule with and without overlap, the complement rule, mutually exclusive versus independent events, at-least-one questions through the complement, and independence checks from a two-way table. Solve each on paper before opening the steps.

AP Statistics: Unit 2 (topics 2.2 Summary Statistics for Two Categorical Variables, 2.5 Mutually Exclusive Events, 2.6 Conditional Probability, 2.7 Independent Events and Unions of Events). These problems cover the addition rule, complements, mutual exclusivity, independence, and the joint and marginal relative frequencies read off a two-way table, from Unit 2 topics 2.2, 2.5, 2.6, and 2.7 of the Fall 2026 AP Statistics course, where Unit 2 accounts for 15-25% of the multiple-choice section.

What these problems build

These 8 problems build the Unit 2 probability rules: the general addition rule P(AB)=P(A)+P(B)P(AB)P(A \cup B) = P(A) + P(B) - P(A \cap B), the complement rule P(Ac)=1P(A)P(A^c) = 1 - P(A), the difference between mutually exclusive and independent events, at-least-one questions solved through the complement, and independence checks read off a two-way table. The union symbol \cup means 'or' in the inclusive sense of at least one of the two, and the intersection symbol \cap means 'and'.

Every answer here is a probability computed directly from the information given, so nothing in this set has a test statistic or a p-value to bound from a table. The four-step State, Plan, Do, Conclude structure belongs to the inference units; here the work is naming the events, picking the right rule, and showing the substitution. Work each problem on paper before opening the steps. For the two symbols themselves see union vs intersection, and for events that cannot happen together against events that do not influence each other read disjoint vs independent events. More sets are on the practice page.

Mutually exclusive is not the same as independent

Two events are mutually exclusive (also called disjoint) when they cannot both happen, so P(AB)=0P(A \cap B) = 0. Two events are independent when knowing that one happened does not change the chance of the other, so P(AB)=P(A)×P(B)P(A \cap B) = P(A) \times P(B), or equivalently P(AB)=P(A)P(A \mid B) = P(A). Those are two different conditions on the same quantity, and problems 4 and 5 ask you to test both of them on the same pair of events, while problem 8 asks you to rule out mutual exclusivity for a pair the stem gives you as independent.

If P(A)P(A) and P(B)P(B) are both greater than 00, the two conditions cannot hold at once. Mutual exclusivity forces the joint probability to 00, while independence forces it to the positive number P(A)×P(B)P(A) \times P(B). Mutually exclusive events with nonzero probability are therefore always dependent, because learning that AA happened drops the chance of BB to 00. On a two-way table you check independence either by comparing a conditional relative frequency against its marginal, or by comparing the joint cell against the product of the two marginals. The two comparisons always reach the same verdict, so one of them is enough.

The complement shortcut for at least one

Questions that ask for the probability of at least one occurrence are almost always faster through the complement. The opposite of 'at least one' is 'none', so P(at least one)=1P(none)P(\text{at least one}) = 1 - P(\text{none}), and when the trials are independent, P(none)P(\text{none}) is a single product. For nn independent trials that each succeed with probability pp, this gives P(at least one)=1(1p)nP(\text{at least one}) = 1 - (1 - p)^n.

The error this replaces is adding the individual probabilities. Plain addition is only valid for mutually exclusive events, and separate trials can succeed together, so adding counts the overlaps more than once and can even return a number above 11. Problems 3 and 6 each include that wrong route alongside the correct one so you can see how far off it lands. For more worked cases see probability of at least one, and for deciding when a product is the right move see when to multiply probabilities.

Frequently asked questions

When does the addition rule need the subtraction step?

Whenever the two events can happen together. The general addition rule P(AB)=P(A)+P(B)P(AB)P(A \cup B) = P(A) + P(B) - P(A \cap B) always works, and the shortcut P(AB)=P(A)+P(B)P(A \cup B) = P(A) + P(B) is just the general rule with P(AB)=0P(A \cap B) = 0 substituted in. Writing the general form every time and letting the overlap term be 00 when the events are disjoint costs nothing and removes the most common error on this topic.

Do the events have to be independent to use the addition rule?

No. The general addition rule holds for any two events, independent or not, because all it needs is the value of P(AB)P(A \cap B). Independence matters when the problem does not hand you that joint probability and you have to find it, since independence is what lets you write P(AB)=P(A)×P(B)P(A \cap B) = P(A) \times P(B). Without independence you need the general multiplication rule P(AB)=P(A)×P(BA)P(A \cap B) = P(A) \times P(B \mid A) instead. Problem 8 states independence, so the product is available to you; problem 4 gives the joint probability outright and asks you to decide from it whether the events are independent.

Why is at least one faster through the complement?

Because 'none' is a single outcome while 'at least one' is many. With nn independent trials, 'none' is one product, (1p)n(1 - p)^n, but 'at least one' splits into exactly one, exactly two, and so on up to nn, which is nn separate terms. Subtracting from 1 replaces all of that with one calculation: P(at least one)=1(1p)nP(\text{at least one}) = 1 - (1 - p)^n. Problems 3, 6, and 8 all use this route.

How much justification does a two-way table independence check need?

Two numbers and a sentence. Either compare the joint relative frequency against the product of the two marginal relative frequencies, or compare a conditional relative frequency against its marginal. In a two by two table one comparison settles it either way, since the totals then force the other three cells. A comparison that fails anywhere disproves independence in a table of any size, but confirming it in a larger table takes every cell. Show both values, say which comparison you made, and state the conclusion; on the free-response section an unjustified 'not independent' earns no credit.

Problem 1

A high school surveyed its students about activities. The probability that a randomly selected student is on the debate team is 0.300.30, the probability that a student is in the chess club is 0.200.20, and the probability that a student is in both is 0.080.08. (a) Find the probability that a student is on the debate team or in the chess club. (b) Find the probability that a student is in neither. (c) Find the probability that a student is in exactly one of the two.

Show the worked solution
  1. Name the events and list what you are given. Let DD be 'on the debate team' and CC be 'in the chess club'. Then P(D)=0.30P(D) = 0.30, P(C)=0.20P(C) = 0.20, and P(DC)=0.08P(D \cap C) = 0.08.

  2. (a) The two events overlap, so use the general addition rule and subtract the overlap once: P(DC)=P(D)+P(C)P(DC)P(D \cup C) = P(D) + P(C) - P(D \cap C).

  3. (a) Substitute the numbers: P(DC)=0.30+0.200.08=0.42P(D \cup C) = 0.30 + 0.20 - 0.08 = 0.42. Skipping the subtraction would count the 8% who do both twice, giving 0.500.50.

  4. (b) 'Neither' is the complement of 'at least one of the two', so P(neither)=1P(DC)=10.42=0.58P(\text{neither}) = 1 - P(D \cup C) = 1 - 0.42 = 0.58.

  5. (c) 'Exactly one' takes the union and removes the overlap: P(exactly one)=P(DC)P(DC)=0.420.08=0.34P(\text{exactly one}) = P(D \cup C) - P(D \cap C) = 0.42 - 0.08 = 0.34.

  6. (c) Check it the long way. Debate only is 0.300.08=0.220.30 - 0.08 = 0.22, chess only is 0.200.08=0.120.20 - 0.08 = 0.12, and 0.22+0.12=0.340.22 + 0.12 = 0.34, which matches.

(a) P(DC)=0.42P(D \cup C) = 0.42; (b) P(neither)=0.58P(\text{neither}) = 0.58; (c) P(exactly one)=0.34P(\text{exactly one}) = 0.34.

Problem 2

A commuter's morning train is on time with probability 0.620.62, between 1 and 5 minutes late with probability 0.240.24, and more than 5 minutes late with probability 0.140.14. Exactly one of these three outcomes happens on any given day. (a) Find the probability that the train is late at all. (b) Find the probability that the train is not more than 5 minutes late. (c) Explain why part (a) needs no subtraction step.

Show the worked solution
  1. Check the setup first. The three outcomes are mutually exclusive and cover every possibility, and 0.62+0.24+0.14=1.000.62 + 0.24 + 0.14 = 1.00, so this is a legitimate probability model.

  2. (a) 'Late at all' means either 1 to 5 minutes late or more than 5 minutes late. Those two cannot both describe the same day, so add them directly: P(late)=0.24+0.14=0.38P(\text{late}) = 0.24 + 0.14 = 0.38.

  3. (b) 'Not more than 5 minutes late' is the complement of 'more than 5 minutes late', so P(not more than 5 late)=10.14=0.86P(\text{not more than 5 late}) = 1 - 0.14 = 0.86.

  4. (b) Confirm by adding the two outcomes it contains: 0.62+0.24=0.860.62 + 0.24 = 0.86, which matches the complement calculation.

  5. (c) The general addition rule is P(AB)=P(A)+P(B)P(AB)P(A \cup B) = P(A) + P(B) - P(A \cap B). Here the two lateness categories are mutually exclusive, so P(AB)=0P(A \cap B) = 0 and the subtraction term drops out. Plain addition is the general rule with a zero overlap, not a separate rule.

(a) P(late)=0.38P(\text{late}) = 0.38; (b) P(not more than 5 minutes late)=0.86P(\text{not more than 5 minutes late}) = 0.86; (c) the two lateness categories are mutually exclusive, so P(AB)=0P(A \cap B) = 0 and the addition rule reduces to plain addition.

Problem 3

A small coffee roaster seals 12 bags in each batch. Each bag independently fails its seal test with probability 0.030.03. (a) Find the probability that a batch contains at least one failed seal. (b) A trainee answers part (a) with 12×0.03=0.3612 \times 0.03 = 0.36. Explain what is wrong with that.

Show the worked solution
  1. (a) Identify the complement. 'At least one failure' is everything except 'zero failures', so P(at least one)=1P(no failures)P(\text{at least one}) = 1 - P(\text{no failures}).

  2. (a) Find the probability a single bag passes: 10.03=0.971 - 0.03 = 0.97.

  3. (a) The 12 bags are independent, so the probability all 12 pass is the product of 12 copies of 0.970.97: P(no failures)=0.9712P(\text{no failures}) = 0.97^{12}.

  4. (a) Evaluate: 0.9712=0.69380.97^{12} = 0.6938 to four decimal places.

  5. (a) Subtract from 1: P(at least one failure)=10.6938=0.3062P(\text{at least one failure}) = 1 - 0.6938 = 0.3062, about 0.3060.306.

  6. (b) Adding 12×0.0312 \times 0.03 applies the addition rule to 12 events as though only one bag could fail, but two or more bags can fail in the same batch. Those overlapping outcomes get counted repeatedly, which is why 0.360.36 overshoots the correct 0.3060.306. Push the same reasoning to 40 bags and it would return 1.21.2, an impossible probability.

(a) P(at least one failure)=10.9712=10.69380.306P(\text{at least one failure}) = 1 - 0.97^{12} = 1 - 0.6938 \approx 0.306; (b) adding 12×0.0312 \times 0.03 treats the 12 bag failures as mutually exclusive, but several bags can fail in one batch, so the sum double counts those outcomes.

Problem 4

At a bakery, the probability that a customer buys coffee is 0.50.5, the probability that a customer buys a pastry is 0.30.3, and the probability that a customer buys both is 0.150.15. (a) Are 'buys coffee' and 'buys a pastry' mutually exclusive? (b) Are they independent? (c) Find the probability that a customer buys coffee or a pastry. (d) Find the probability that a customer buys neither.

Show the worked solution
  1. Name the events. Let CC be 'buys coffee' and RR be 'buys a pastry', so P(C)=0.5P(C) = 0.5, P(R)=0.3P(R) = 0.3, and P(CR)=0.15P(C \cap R) = 0.15.

  2. (a) Mutually exclusive events cannot both happen, which would force P(CR)=0P(C \cap R) = 0. Here P(CR)=0.15P(C \cap R) = 0.15, which is not 00, so the events are not mutually exclusive.

  3. (b) Independence is a different condition: it requires P(CR)=P(C)×P(R)P(C \cap R) = P(C) \times P(R). Compute the product: 0.5×0.3=0.150.5 \times 0.3 = 0.15.

  4. (b) The product equals the given joint probability, since 0.15=0.150.15 = 0.15, so CC and RR are independent. The conditional check agrees: P(RC)=P(CR)P(C)=0.150.5=0.3=P(R)P(R \mid C) = \frac{P(C \cap R)}{P(C)} = \frac{0.15}{0.5} = 0.3 = P(R), so learning that a customer bought coffee does not change the chance of a pastry.

  5. (c) Use the general addition rule: P(CR)=P(C)+P(R)P(CR)=0.5+0.30.15=0.65P(C \cup R) = P(C) + P(R) - P(C \cap R) = 0.5 + 0.3 - 0.15 = 0.65.

  6. (d) 'Neither' is the complement of the union: P(neither)=10.65=0.35P(\text{neither}) = 1 - 0.65 = 0.35.

  7. Note the pattern in parts (a) and (b). These events are independent and not mutually exclusive, and that pairing is forced: two events with nonzero probabilities can never be both, because mutual exclusivity puts the joint probability at 00 while independence puts it at the positive product P(C)×P(R)P(C) \times P(R).

(a) Not mutually exclusive, since P(CR)=0.150P(C \cap R) = 0.15 \ne 0; (b) independent, since 0.5×0.3=0.150.5 \times 0.3 = 0.15 matches the joint probability; (c) P(CR)=0.65P(C \cup R) = 0.65; (d) P(neither)=0.35P(\text{neither}) = 0.35.

Problem 5

A school surveyed 200 students about whether they ride the bus and whether they play a school sport.

Plays a sportNo sportTotal
Rides the bus483280
Does not ride the bus7248120
Total12080200

(a) Find the probability that a randomly selected student rides the bus or plays a sport. (b) Determine whether 'rides the bus' and 'plays a sport' are independent. (c) Are the two events mutually exclusive?

Show the worked solution
  1. Read the pieces you need from the table. The marginals are P(bus)=80200=0.4P(\text{bus}) = \frac{80}{200} = 0.4 and P(sport)=120200=0.6P(\text{sport}) = \frac{120}{200} = 0.6, and the top left cell gives the joint probability P(bussport)=48200=0.24P(\text{bus} \cap \text{sport}) = \frac{48}{200} = 0.24.

  2. (a) Apply the general addition rule: P(bussport)=0.4+0.60.24=0.76P(\text{bus} \cup \text{sport}) = 0.4 + 0.6 - 0.24 = 0.76.

  3. (a) Check with raw counts: 80+12048=15280 + 120 - 48 = 152 students, and 152200=0.76\frac{152}{200} = 0.76. The no bus, no sport cell confirms it too, since the 48 students counted there are the only ones the union leaves out, and 20048=152200 - 48 = 152.

  4. (b) Product check: P(bus)×P(sport)=0.4×0.6=0.24P(\text{bus}) \times P(\text{sport}) = 0.4 \times 0.6 = 0.24, which equals the joint probability 0.240.24, so the events are independent.

  5. (b) Conditional check for confirmation: P(sportbus)=4880=0.6P(\text{sport} \mid \text{bus}) = \frac{48}{80} = 0.6, and P(sport)=0.6P(\text{sport}) = 0.6. Knowing that a student rides the bus does not change the chance they play a sport, so both checks agree.

  6. (c) Mutually exclusive would mean no student does both, but 48 students ride the bus and play a sport, so the events are not mutually exclusive. This table is the standard reminder that independent events do overlap; it is the size of that overlap, exactly P(A)×P(B)P(A) \times P(B), that makes them independent.

(a) P(bussport)=0.76P(\text{bus} \cup \text{sport}) = 0.76; (b) independent, since 0.4×0.6=0.240.4 \times 0.6 = 0.24 matches P(bussport)=0.24P(\text{bus} \cap \text{sport}) = 0.24 and P(sportbus)=0.6=P(sport)P(\text{sport} \mid \text{bus}) = 0.6 = P(\text{sport}); (c) not mutually exclusive, since 48 students do both.

Problem 6

A driver passes three traffic lights on the way to work. The lights operate independently, and each is red when the driver arrives with probability 0.400.40, 0.250.25, and 0.500.50 respectively. (a) Find the probability that none of the three is red. (b) Find the probability that at least one is red. (c) A classmate answers part (b) with 0.40+0.25+0.50=1.150.40 + 0.25 + 0.50 = 1.15. Explain what went wrong.

Show the worked solution
  1. (a) Take the complement of each light being red: the probabilities of not red are 10.40=0.601 - 0.40 = 0.60, 10.25=0.751 - 0.25 = 0.75, and 10.50=0.501 - 0.50 = 0.50.

  2. (a) The three lights are independent, so multiply those three probabilities: P(none red)=0.60×0.75×0.50P(\text{none red}) = 0.60 \times 0.75 \times 0.50.

  3. (a) Work left to right: 0.60×0.75=0.450.60 \times 0.75 = 0.45, then 0.45×0.50=0.2250.45 \times 0.50 = 0.225.

  4. (b) 'At least one red' is the complement of 'none red', so P(at least one red)=10.225=0.775P(\text{at least one red}) = 1 - 0.225 = 0.775.

  5. (c) Adding the three probabilities uses the addition rule as though the three red events were mutually exclusive, but the driver can hit two or three red lights on the same trip, and those overlaps get counted more than once. The giveaway is the answer itself: 1.151.15 is greater than 11, and no probability can exceed 11.

(a) P(none red)=0.60×0.75×0.50=0.225P(\text{none red}) = 0.60 \times 0.75 \times 0.50 = 0.225; (b) P(at least one red)=10.225=0.775P(\text{at least one red}) = 1 - 0.225 = 0.775; (c) plain addition assumes the three red events are mutually exclusive, but they can happen together, and the sum 1.151.15 exceeds 11.

Problem 7

A gym surveyed 250 members about whether they use the pool and whether they work with a personal trainer.

Has a trainerNo trainerTotal
Uses the pool4060100
Does not use the pool40110150
Total80170250

(a) Find the probability that a randomly selected member uses the pool or has a trainer. (b) Determine whether 'uses the pool' and 'has a trainer' are independent, justifying with a probability comparison. (c) Holding all four totals fixed, what count in the top left cell would make the two events independent?

Show the worked solution
  1. Read the pieces you need. P(pool)=100250=0.40P(\text{pool}) = \frac{100}{250} = 0.40, P(trainer)=80250=0.32P(\text{trainer}) = \frac{80}{250} = 0.32, and P(pooltrainer)=40250=0.16P(\text{pool} \cap \text{trainer}) = \frac{40}{250} = 0.16.

  2. (a) Apply the general addition rule: P(pooltrainer)=0.40+0.320.16=0.56P(\text{pool} \cup \text{trainer}) = 0.40 + 0.32 - 0.16 = 0.56.

  3. (a) Check with counts: 100+8040=140100 + 80 - 40 = 140 members, and 140250=0.56\frac{140}{250} = 0.56.

  4. (b) Product check: P(pool)×P(trainer)=0.40×0.32=0.128P(\text{pool}) \times P(\text{trainer}) = 0.40 \times 0.32 = 0.128, but the joint probability from the table is 0.160.16. Since 0.160.1280.16 \ne 0.128, the events are not independent.

  5. (b) Conditional check for confirmation: P(trainerpool)=40100=0.40P(\text{trainer} \mid \text{pool}) = \frac{40}{100} = 0.40, while P(trainer)=0.32P(\text{trainer}) = 0.32. Pool users are more likely than members overall to have a trainer, so both comparisons reach the same verdict.

  6. (c) Independence requires the joint probability to equal the product of the marginals, which is 0.40×0.32=0.1280.40 \times 0.32 = 0.128. Convert that back to a count out of 250: 0.128×250=320.128 \times 250 = 32.

  7. (c) Verify that 32 is consistent with the fixed totals. The rest of the table follows: 68 pool users without a trainer, 48 non-pool members with a trainer, and 102 members with neither, which still gives row totals of 100 and 150 and column totals of 80 and 170. The conditional now matches: 32100=0.32=P(trainer)\frac{32}{100} = 0.32 = P(\text{trainer}).

(a) P(pooltrainer)=0.56P(\text{pool} \cup \text{trainer}) = 0.56; (b) not independent, since 0.40×0.32=0.1280.40 \times 0.32 = 0.128 but P(pooltrainer)=0.16P(\text{pool} \cap \text{trainer}) = 0.16, and P(trainerpool)=0.40P(\text{trainer} \mid \text{pool}) = 0.40 against P(trainer)=0.32P(\text{trainer}) = 0.32; (c) a count of 32 in the top left cell.

Problem 8

A regional airline studies its delays. On a randomly chosen day, the probability of a fog delay is 0.120.12 and the probability of a mechanical delay is 0.050.05, and the two kinds of delay occur independently. (a) Find the probability that a day has both kinds of delay. (b) Find the probability that a day has at least one of the two using the addition rule, then confirm it with a complement argument. (c) Are the two kinds of delay mutually exclusive? Justify your answer. (d) For 5 randomly chosen days, find the probability that at least one day has a fog delay, and state the assumption the calculation requires.

Show the worked solution
  1. Name the events. Let FF be 'fog delay' and MM be 'mechanical delay', with P(F)=0.12P(F) = 0.12, P(M)=0.05P(M) = 0.05, and FF and MM independent.

  2. (a) Independence is what licenses the multiplication: P(FM)=P(F)×P(M)=0.12×0.05=0.006P(F \cap M) = P(F) \times P(M) = 0.12 \times 0.05 = 0.006.

  3. (b) General addition rule, using the joint probability from part (a): P(FM)=0.12+0.050.006=0.164P(F \cup M) = 0.12 + 0.05 - 0.006 = 0.164.

  4. (b) Complement confirmation: a day has neither delay with probability (10.12)(10.05)=0.88×0.95=0.836(1 - 0.12)(1 - 0.05) = 0.88 \times 0.95 = 0.836, so P(at least one)=10.836=0.164P(\text{at least one}) = 1 - 0.836 = 0.164, matching the addition rule.

  5. (c) Not mutually exclusive. Mutual exclusivity would require P(FM)=0P(F \cap M) = 0, but part (a) gives 0.0060.006, so both kinds of delay can strike the same day. More generally, two events with nonzero probabilities that are independent can never be mutually exclusive, since independence fixes the joint probability at the positive product P(F)×P(M)P(F) \times P(M).

  6. (d) Turn the multi-day question into a complement. A single day has no fog delay with probability 10.12=0.881 - 0.12 = 0.88, so 5 independent days all avoiding fog has probability 0.8850.88^5.

  7. (d) Evaluate: 0.885=0.52770.88^5 = 0.5277 to four decimal places, so P(at least one foggy day)=10.5277=0.4723P(\text{at least one foggy day}) = 1 - 0.5277 = 0.4723, about 0.4720.472.

  8. (d) State the assumption: fog delays occur independently from day to day, each with the same probability 0.120.12. That assumption is worth doubting here, because weather arrives in multi-day systems, so fog delays tend to cluster and 0.4720.472 should be read as a rough estimate rather than an exact figure.

(a) P(FM)=0.006P(F \cap M) = 0.006; (b) P(FM)=0.164P(F \cup M) = 0.164, confirmed by 1(0.88)(0.95)=0.1641 - (0.88)(0.95) = 0.164; (c) not mutually exclusive, since P(FM)=0.0060P(F \cap M) = 0.006 \ne 0; (d) 10.885=10.52770.4721 - 0.88^5 = 1 - 0.5277 \approx 0.472, assuming fog delays are independent across days with constant probability 0.120.12.