Independent events practice problems with full solutions
By Jude Wallis · Updated
These 8 problems test independence two ways, with P(A and B) = P(A)P(B) and with P(A given B) = P(A), show why the two tests always agree, separate independence from mutual exclusivity, and track how sampling without replacement breaks independence.
AP Statistics: Unit 2 (topics 2.5 Mutually Exclusive Events, 2.6 Conditional Probability, 2.7 Independent Events and Unions of Events). Independence is Unit 2 topic 2.7 of the Fall 2026 AP Statistics course, which states that A and B are independent when P(A given B) = P(A), P(B given A) = P(B), and P(A and B) = P(A)P(B), while mutual exclusivity is topic 2.5 and conditional probability is topic 2.6; Unit 2 carries 15 to 25 percent of the multiple-choice section, and the 10% condition used in problem 7 is stated in the course under topic 3.2.
What these 8 problems build
Two events are independent when knowing that one happened does not change the chance of the other. That single idea has two equivalent tests, and every problem below runs on one or both of them.
- The product test. and are independent exactly when , where (read "the probability of A and B") is the chance that both happen.
- The conditional test. and are independent exactly when , where (read "the probability of A given B") is the chance of once you know occurred.
The two tests never disagree, because , so multiplying both sides of by turns one test into the other. Problem 3 asks you to run both on the same table and show exactly that.
Independence is a different question from mutually exclusive (also called disjoint), which says the two events cannot both happen, so . Problems 4 and 5 pull those apart, and problem 5 proves that two mutually exclusive events with nonzero probabilities are never independent.
Problems 1 to 3 are single checks from given probabilities or a two-way table, 4 and 5 handle the mutually exclusive comparison, 6 and 7 move to repeated draws where sampling with replacement keeps trials independent and sampling without replacement does not, and 8 is a full AP-style item. Work each one on paper before opening the steps.
For the method itself read how to check if events are independent, and for the disjoint comparison read disjoint vs independent events. The course wording is at topic 2.5 Mutually Exclusive Events and topic 2.7 Independent Events and Unions of Events. The draw-by-draw comparison behind problems 6 and 7 is laid out at with replacement vs without replacement, the addition and complement rules those problems lean on are drilled in probability rules practice, and you can check any at-least-one answer against the binomial probability calculator.
Problem 1
A ceramics studio tracks two defects on the pieces that come out of its kiln. The probability that a piece has a glaze crack is , the probability that it is warped is , and the probability that it has both defects is . (a) Use the product test to decide whether "glaze crack" and "warped" are independent. (b) Confirm your answer with the conditional test. (c) Find the probability that a piece has neither defect.
Show the worked solution
Name the events and list what you are given. Let be "glaze crack" and be "warped", so , , and .
(a) The product test compares the joint probability against the product of the two separate probabilities: .
(a) That product equals the given joint probability, since , so and are independent. A cracked glaze tells you nothing about whether the piece is warped.
(b) The conditional test asks whether . Compute the conditional probability: .
(b) Compare the two numbers: and . They match, so the conditional test reaches the same verdict as the product test.
(c) "Neither" is the complement of "at least one", so find the union first: . Then .
(c) Check it by the product route, which independence makes available: . The two routes agree.
(a) Independent, since matches ; (b) , the same verdict; (c) .
Problem 2
An animal shelter reviewed a year of intake records. The probability that a randomly chosen dog is adopted within two weeks is , the probability that a dog is a puppy (under one year old) is , and the probability that a dog is both a puppy and adopted within two weeks is . (a) Decide whether "adopted within two weeks" and "puppy" are independent. (b) Find and interpret it in context. (c) Find the probability that a dog is a puppy or is adopted within two weeks.
Show the worked solution
Name the events. Let be "adopted within two weeks" and be "puppy", so , , and .
(a) Product test: .
(a) Compare that against the joint probability the shelter reported, . Since , the two events are not independent.
(b) Use the definition of conditional probability: .
(b) Interpret it. Among puppies, 60 percent are adopted within two weeks, against 40 percent of dogs overall. Learning that a dog is a puppy raises its two-week adoption chance by 20 percentage points, and that shift is exactly what dependence means.
(c) General addition rule: .
Notice that the two tests had to agree here. Rearranging gives , so a conditional above forces a joint probability above .
(a) Not independent, since but ; (b) , so 60 percent of puppies are adopted within two weeks against 40 percent of all dogs; (c) .
Problem 3
A food co-op recorded 400 shopping trips, noting whether the shopper is a co-op member and whether the shopper used the self-checkout lane.
| Member | Not a member | Total | |
|---|---|---|---|
| Used self-checkout | 84 | 56 | 140 |
| Did not use self-checkout | 156 | 104 | 260 |
| Total | 240 | 160 | 400 |
(a) Run the product test on "used self-checkout" and "member". (b) Run the conditional test on the same pair. (c) Show algebraically why the two tests must reach the same verdict for any pair of events with .
Show the worked solution
Read the three probabilities you need straight off the table. Let be "used self-checkout" and be "member". Then , , and the top left cell gives .
(a) Product test: , which equals , so the events are independent.
(b) Conditional test: , and . They match, so the conditional test also says independent.
(b) The other conditional confirms it: as well. Membership moves the self-checkout rate nowhere at all.
(c) Start from the definition of conditional probability, , which is available whenever .
(c) Suppose the conditional test passes, so . Substituting the definition gives , and multiplying both sides by gives , which is the product test.
(c) Every step reverses. Dividing through by returns . So one test passes exactly when the other does, and you only ever need to run whichever is easier from the numbers in front of you.
(a) Independent, since ; (b) independent, since ; (c) becomes when you multiply through by , and dividing reverses it, so the two tests always agree.
Problem 4
Every project at a regional science fair receives exactly one award level. The probabilities are for gold, for silver, for bronze, and for no award. Separately, of projects come from first-time entrants, and the fair's records show that award level and first-time status are independent. (a) Are "gold" and "silver" mutually exclusive? Are they independent? (b) Are "gold" and "first-time entrant" mutually exclusive? Are they independent? (c) Find the probability that a project wins gold or silver. (d) Find the probability that a project wins gold or comes from a first-time entrant.
Show the worked solution
Check the model first. Every project gets exactly one award level, and , so the four levels are mutually exclusive and cover every project.
(a) Mutually exclusive: yes. One project cannot hold two award levels at once, so .
(a) Independent: no. The product test gives , and . The conditional test says it more bluntly: , far below , because learning a project took silver rules gold out entirely.
(b) Mutually exclusive: no. Independence is given, so , and , so a first-time entrant can certainly win gold.
(b) Independent: yes, by the fact the problem states, and the joint probability is what that independence produces.
(c) Gold and silver are mutually exclusive, so the overlap term in the addition rule is : .
(d) Gold and first-time are not mutually exclusive, so the overlap has to come back out: .
Compare the two pairs. Mutual exclusivity pushed the joint probability down to and destroyed independence, while independence pushed the joint probability up to the positive product and ruled out mutual exclusivity. The two conditions pull in opposite directions on the same quantity, which is why a pair of events almost never satisfies both.
(a) Mutually exclusive, and not independent, since but ; (b) not mutually exclusive, and independent, with ; (c) ; (d) .
Problem 5
A courier company assigns each van exactly one route each morning. On a randomly chosen morning, one van has probability of being sent on the coastal route and probability of being sent on the valley route. Let be "coastal route" and be "valley route". (a) Find and say why. (b) Find . (c) Decide whether and are independent. (d) Find and say how far it sits from . (e) Prove that any two mutually exclusive events with and are never independent.
Show the worked solution
(a) The van takes exactly one route, so it cannot be on the coastal route and the valley route on the same morning. The events are mutually exclusive, and .
(b) Multiply the two separate probabilities: . Work the whole numbers first, , then place the decimal point four places in, giving .
(c) The product test compares against , which here is against . Since , the events and are not independent.
(d) , while . Knowing the van took the valley route drops the coastal probability from all the way to , which is the largest drop possible, since no probability can fall below . Learning that one of two mutually exclusive events happened always rules the other out completely.
(e) Set up the proof. Suppose and are mutually exclusive with and , and suppose for contradiction that they are also independent.
(e) Mutual exclusivity gives . Independence gives . Setting the two expressions for the same quantity equal forces .
(e) A product of two real numbers is zero only when at least one factor is zero, so or . Both were assumed positive, so this is a contradiction, and the two events cannot be independent. The only loophole is the trivial one: if , then holds automatically, so an impossible event is technically independent of everything.
(a) , since one van takes exactly one route; (b) ; (c) not independent, since ; (d) against , the largest possible drop; (e) mutual exclusivity forces while independence forces , a contradiction, so no pair with both probabilities positive can be both.
Problem 6
A crate holds 25 seed packets, of which 10 are a wildflower mix and 15 are a herb mix. A gardener takes 2 packets. (a) If the gardener draws a packet, records it, returns it to the crate, and draws again, find the probability that both packets are the wildflower mix. (b) If the gardener instead takes 2 packets without returning the first, find the probability that both are the wildflower mix. (c) For the without-replacement version, compare against , and say which method keeps the draws independent. (d) Still without replacement, find the unconditional probability that the second packet is a wildflower mix.
Show the worked solution
Start with the single-draw probability: of the packets are the wildflower mix.
(a) With replacement the crate is identical for the second draw, so the two draws are independent and the product applies directly: .
(b) Without replacement the second draw happens in a crate of 24 packets holding 9 wildflower packets, so use the general multiplication rule: .
(b) Evaluate each factor: and . Then , which is lower than the from part (a).
(c) The conditional test settles it. , while . Since , the draws are not independent without replacement. With replacement the same conditional is , which matches, so only sampling with replacement keeps the draws independent.
(d) Split the second draw by what happened on the first. If the first packet was wildflower, with probability , the second is wildflower with probability . If the first was herb, with probability , the second is wildflower with probability .
(d) Add the two routes. The first gives , the second gives , and .
(d) Notice what did and did not move. The unconditional probability for the second draw is still , identical to the first draw. Dependence does not have to shift a marginal probability; it shows up in the conditional, which slid from to once you knew what the first draw was.
(a) ; (b) ; (c) , so only sampling with replacement keeps the draws independent; (d) , unchanged from the first draw.
Problem 7
A city library has 40000 registered cardholders, and 24000 of them used the ebook app in the past year. A staff member selects 5 different cardholders at random, without replacement. (a) Explain why the 5 selections are not strictly independent. (b) Find to five decimal places and compare it with . (c) Treating the selections as independent, estimate the probability that all 5 selected cardholders used the app. (d) A branch library has only 20 cardholders, 12 of whom used the app. For 5 cardholders selected without replacement from that branch, find the exact probability that all 5 used the app and compare it with the independence estimate. (e) State the condition that separates the two situations.
Show the worked solution
(a) Find the single-draw probability first: . Because the staff member never selects the same cardholder twice, each selection changes the pool available to the next one, so the 5 selections are dependent by construction.
(b) If the first cardholder used the app, the pool for the second is 39999 cardholders of whom 23999 used the app, so .
(b) Divide. Since , the fraction sits just below , and carrying the division out gives to five decimal places, against . The dependence is real, and it moves the probability by about .
(c) Treat the 5 selections as independent draws each with probability , so the answer is . Build it up: , , , and , about .
(c) The exact without-replacement value also rounds to at three decimal places, so nothing of consequence is lost by using the independence shortcut on a population this large.
(d) At the branch the pool shrinks fast, so write out all five factors: .
(d) Multiply the numerators: , then , then , then . Multiply the denominators: , then , then , then .
(d) Simplify and divide: to four decimal places. The independence estimate is still , so it overshoots by , which is , about 52 percent too high.
(e) The AP course calls it the 10% condition: when you sample without replacement, the population must be at least 10 times the sample size, that is . In the city, and , so the condition passes with enormous room and the draws behave like independent trials. At the branch, and , so the condition fails badly and the independence shortcut is not usable.
(a) Each selection removes a cardholder from the pool, so the draws are dependent; (b) against , a shift of about ; (c) , about ; (d) exactly , so the independence estimate of runs about 52 percent too high; (e) the 10% condition, , which passes for the city (5 against 4000) and fails for the branch (5 against 2).
Problem 8
A university makerspace logged 500 visits, recording whether the visitor booked a slot in advance and whether the visitor used the laser cutter.
| Used the laser cutter | Did not use it | Total | |
|---|---|---|---|
| Booked in advance | 120 | 80 | 200 |
| Walked in | 80 | 220 | 300 |
| Total | 200 | 300 | 500 |
(a) Decide whether "booked in advance" and "used the laser cutter" are independent, justifying with a probability comparison. (b) Confirm with a conditional probability and interpret the gap in context. (c) Holding all four totals fixed, find the count in the top left cell that would make the two events independent. (d) The makerspace tells a funder that 40 percent of visits involve the laser cutter and that visits are independent of one another. Under that claim, find the probability that at least one of 4 randomly chosen visits involves the laser cutter. (e) Explain why the independence assumed in part (d) is a different claim from the independence you tested in part (a).
Show the worked solution
Pull the three probabilities off the table. Let be "booked in advance" and be "used the laser cutter". Then , , and the top left cell gives .
(a) Product test: . The table's joint probability is , and , so the two events are not independent.
(b) Conditional test: , against . Visitors who booked ahead used the laser cutter 60 percent of the time, against 40 percent of visitors overall, a gap of 20 percentage points, which is what you would see if people book ahead precisely because they want that machine.
(b) The walk-in side confirms it: to four decimal places, well below . Both conditionals move away from the marginal, in opposite directions, which is the signature of dependence.
(c) Independence requires the joint probability to equal the product of the marginals, which is . Convert that back to a count out of 500: .
(c) Fill in the rest and check the totals still hold. Booked without the laser cutter becomes , walk-ins with the laser cutter becomes , and walk-ins without becomes . Row totals are and ; column totals are and . The conditional now matches as well, since .
(d) "At least one" is fastest through the complement. A single visit avoids the laser cutter with probability , and independence across visits is what lets you multiply: .
(d) Evaluate: and , so and .
(e) Say what each claim is about. Part (a) asks whether two attributes of the same visit, booking and laser cutter use, carry information about each other, and the table says they do. Part (d) asks whether separate visits carry information about each other, which is what licenses multiplying four times. A table can refute the first kind of independence and say nothing at all about the second, so part (d) rests on taking the makerspace at its word, and a class or club arriving together would break it.
(a) Not independent, since but ; (b) against , and , the same verdict; (c) a count of 80; (d) ; (e) part (a) tests two attributes of one visit, part (d) assumes separate visits do not influence each other, and a two-way table cannot check that second claim.