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. AA and BB are independent exactly when P(AB)=P(A)P(B)P(A \cap B) = P(A) \cdot P(B), where P(AB)P(A \cap B) (read "the probability of A and B") is the chance that both happen.
  • The conditional test. AA and BB are independent exactly when P(AB)=P(A)P(A \mid B) = P(A), where P(AB)P(A \mid B) (read "the probability of A given B") is the chance of AA once you know BB occurred.

The two tests never disagree, because P(AB)=P(AB)P(B)P(A \mid B) = \frac{P(A \cap B)}{P(B)}, so multiplying both sides of P(AB)=P(A)P(A \mid B) = P(A) by P(B)P(B) 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 P(AB)=0P(A \cap B) = 0. 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 0.150.15, the probability that it is warped is 0.200.20, and the probability that it has both defects is 0.030.03. (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
  1. Name the events and list what you are given. Let GG be "glaze crack" and WW be "warped", so P(G)=0.15P(G) = 0.15, P(W)=0.20P(W) = 0.20, and P(GW)=0.03P(G \cap W) = 0.03.

  2. (a) The product test compares the joint probability against the product of the two separate probabilities: P(G)P(W)=0.15×0.20=0.03P(G) \cdot P(W) = 0.15 \times 0.20 = 0.03.

  3. (a) That product equals the given joint probability, since 0.03=0.030.03 = 0.03, so GG and WW are independent. A cracked glaze tells you nothing about whether the piece is warped.

  4. (b) The conditional test asks whether P(WG)=P(W)P(W \mid G) = P(W). Compute the conditional probability: P(WG)=P(GW)P(G)=0.030.15=0.20P(W \mid G) = \frac{P(G \cap W)}{P(G)} = \frac{0.03}{0.15} = 0.20.

  5. (b) Compare the two numbers: P(WG)=0.20P(W \mid G) = 0.20 and P(W)=0.20P(W) = 0.20. They match, so the conditional test reaches the same verdict as the product test.

  6. (c) "Neither" is the complement of "at least one", so find the union first: P(GW)=P(G)+P(W)P(GW)=0.15+0.200.03=0.32P(G \cup W) = P(G) + P(W) - P(G \cap W) = 0.15 + 0.20 - 0.03 = 0.32. Then P(neither)=10.32=0.68P(\text{neither}) = 1 - 0.32 = 0.68.

  7. (c) Check it by the product route, which independence makes available: P(no crack)P(not warped)=0.85×0.80=0.68P(\text{no crack}) \cdot P(\text{not warped}) = 0.85 \times 0.80 = 0.68. The two routes agree.

(a) Independent, since 0.15×0.20=0.030.15 \times 0.20 = 0.03 matches P(GW)=0.03P(G \cap W) = 0.03; (b) P(WG)=0.030.15=0.20=P(W)P(W \mid G) = \frac{0.03}{0.15} = 0.20 = P(W), the same verdict; (c) P(neither)=0.68P(\text{neither}) = 0.68.

Problem 2

An animal shelter reviewed a year of intake records. The probability that a randomly chosen dog is adopted within two weeks is 0.400.40, the probability that a dog is a puppy (under one year old) is 0.300.30, and the probability that a dog is both a puppy and adopted within two weeks is 0.180.18. (a) Decide whether "adopted within two weeks" and "puppy" are independent. (b) Find P(adopted within two weekspuppy)P(\text{adopted within two weeks} \mid \text{puppy}) 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
  1. Name the events. Let AA be "adopted within two weeks" and UU be "puppy", so P(A)=0.40P(A) = 0.40, P(U)=0.30P(U) = 0.30, and P(AU)=0.18P(A \cap U) = 0.18.

  2. (a) Product test: P(A)P(U)=0.40×0.30=0.12P(A) \cdot P(U) = 0.40 \times 0.30 = 0.12.

  3. (a) Compare that against the joint probability the shelter reported, P(AU)=0.18P(A \cap U) = 0.18. Since 0.180.120.18 \ne 0.12, the two events are not independent.

  4. (b) Use the definition of conditional probability: P(AU)=P(AU)P(U)=0.180.30=0.60P(A \mid U) = \frac{P(A \cap U)}{P(U)} = \frac{0.18}{0.30} = 0.60.

  5. (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.

  6. (c) General addition rule: P(AU)=P(A)+P(U)P(AU)=0.40+0.300.18=0.52P(A \cup U) = P(A) + P(U) - P(A \cap U) = 0.40 + 0.30 - 0.18 = 0.52.

  7. Notice that the two tests had to agree here. Rearranging P(AU)=P(AU)P(U)P(A \mid U) = \frac{P(A \cap U)}{P(U)} gives P(AU)=P(AU)P(U)=0.60×0.30=0.18P(A \cap U) = P(A \mid U) \cdot P(U) = 0.60 \times 0.30 = 0.18, so a conditional above P(A)P(A) forces a joint probability above P(A)P(U)P(A) \cdot P(U).

(a) Not independent, since 0.40×0.30=0.120.40 \times 0.30 = 0.12 but P(AU)=0.18P(A \cap U) = 0.18; (b) P(AU)=0.60P(A \mid U) = 0.60, so 60 percent of puppies are adopted within two weeks against 40 percent of all dogs; (c) P(AU)=0.52P(A \cup U) = 0.52.

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.

MemberNot a memberTotal
Used self-checkout8456140
Did not use self-checkout156104260
Total240160400

(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 P(B)>0P(B) > 0.

Show the worked solution
  1. Read the three probabilities you need straight off the table. Let SS be "used self-checkout" and MM be "member". Then P(S)=140400=0.35P(S) = \frac{140}{400} = 0.35, P(M)=240400=0.60P(M) = \frac{240}{400} = 0.60, and the top left cell gives P(SM)=84400=0.21P(S \cap M) = \frac{84}{400} = 0.21.

  2. (a) Product test: P(S)P(M)=0.35×0.60=0.21P(S) \cdot P(M) = 0.35 \times 0.60 = 0.21, which equals P(SM)=0.21P(S \cap M) = 0.21, so the events are independent.

  3. (b) Conditional test: P(SM)=84240=0.35P(S \mid M) = \frac{84}{240} = 0.35, and P(S)=0.35P(S) = 0.35. They match, so the conditional test also says independent.

  4. (b) The other conditional confirms it: P(Snot a member)=56160=0.35P(S \mid \text{not a member}) = \frac{56}{160} = 0.35 as well. Membership moves the self-checkout rate nowhere at all.

  5. (c) Start from the definition of conditional probability, P(AB)=P(AB)P(B)P(A \mid B) = \frac{P(A \cap B)}{P(B)}, which is available whenever P(B)>0P(B) > 0.

  6. (c) Suppose the conditional test passes, so P(AB)=P(A)P(A \mid B) = P(A). Substituting the definition gives P(AB)P(B)=P(A)\frac{P(A \cap B)}{P(B)} = P(A), and multiplying both sides by P(B)P(B) gives P(AB)=P(A)P(B)P(A \cap B) = P(A) \cdot P(B), which is the product test.

  7. (c) Every step reverses. Dividing P(AB)=P(A)P(B)P(A \cap B) = P(A) \cdot P(B) through by P(B)P(B) returns P(AB)=P(A)P(A \mid B) = P(A). 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 0.35×0.60=0.21=P(SM)0.35 \times 0.60 = 0.21 = P(S \cap M); (b) independent, since P(SM)=84240=0.35=P(S)P(S \mid M) = \frac{84}{240} = 0.35 = P(S); (c) P(AB)=P(A)P(A \mid B) = P(A) becomes P(AB)=P(A)P(B)P(A \cap B) = P(A) \cdot P(B) when you multiply through by P(B)P(B), 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 0.150.15 for gold, 0.250.25 for silver, 0.300.30 for bronze, and 0.300.30 for no award. Separately, 0.400.40 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
  1. Check the model first. Every project gets exactly one award level, and 0.15+0.25+0.30+0.30=1.000.15 + 0.25 + 0.30 + 0.30 = 1.00, so the four levels are mutually exclusive and cover every project.

  2. (a) Mutually exclusive: yes. One project cannot hold two award levels at once, so P(goldsilver)=0P(\text{gold} \cap \text{silver}) = 0.

  3. (a) Independent: no. The product test gives P(gold)P(silver)=0.15×0.25=0.0375P(\text{gold}) \cdot P(\text{silver}) = 0.15 \times 0.25 = 0.0375, and 00.03750 \ne 0.0375. The conditional test says it more bluntly: P(goldsilver)=0P(\text{gold} \mid \text{silver}) = 0, far below P(gold)=0.15P(\text{gold}) = 0.15, because learning a project took silver rules gold out entirely.

  4. (b) Mutually exclusive: no. Independence is given, so P(goldfirst-time)=0.15×0.40=0.06P(\text{gold} \cap \text{first-time}) = 0.15 \times 0.40 = 0.06, and 0.0600.06 \ne 0, so a first-time entrant can certainly win gold.

  5. (b) Independent: yes, by the fact the problem states, and the joint probability 0.060.06 is what that independence produces.

  6. (c) Gold and silver are mutually exclusive, so the overlap term in the addition rule is 00: P(goldsilver)=0.15+0.250=0.40P(\text{gold} \cup \text{silver}) = 0.15 + 0.25 - 0 = 0.40.

  7. (d) Gold and first-time are not mutually exclusive, so the overlap has to come back out: P(goldfirst-time)=0.15+0.400.06=0.49P(\text{gold} \cup \text{first-time}) = 0.15 + 0.40 - 0.06 = 0.49.

  8. Compare the two pairs. Mutual exclusivity pushed the joint probability down to 00 and destroyed independence, while independence pushed the joint probability up to the positive product 0.060.06 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 P(goldsilver)=0P(\text{gold} \cap \text{silver}) = 0 but 0.15×0.25=0.03750.15 \times 0.25 = 0.0375; (b) not mutually exclusive, and independent, with P(goldfirst-time)=0.06P(\text{gold} \cap \text{first-time}) = 0.06; (c) P(goldsilver)=0.40P(\text{gold} \cup \text{silver}) = 0.40; (d) P(goldfirst-time)=0.49P(\text{gold} \cup \text{first-time}) = 0.49.

Problem 5

A courier company assigns each van exactly one route each morning. On a randomly chosen morning, one van has probability 0.360.36 of being sent on the coastal route and probability 0.450.45 of being sent on the valley route. Let CC be "coastal route" and VV be "valley route". (a) Find P(CV)P(C \cap V) and say why. (b) Find P(C)P(V)P(C) \cdot P(V). (c) Decide whether CC and VV are independent. (d) Find P(CV)P(C \mid V) and say how far it sits from P(C)P(C). (e) Prove that any two mutually exclusive events with P(A)>0P(A) > 0 and P(B)>0P(B) > 0 are never independent.

Show the worked solution
  1. (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 P(CV)=0P(C \cap V) = 0.

  2. (b) Multiply the two separate probabilities: P(C)P(V)=0.36×0.45P(C) \cdot P(V) = 0.36 \times 0.45. Work the whole numbers first, 36×45=162036 \times 45 = 1620, then place the decimal point four places in, giving 0.36×0.45=0.1620.36 \times 0.45 = 0.162.

  3. (c) The product test compares P(CV)P(C \cap V) against P(C)P(V)P(C) \cdot P(V), which here is 00 against 0.1620.162. Since 00.1620 \ne 0.162, the events CC and VV are not independent.

  4. (d) P(CV)=P(CV)P(V)=00.45=0P(C \mid V) = \frac{P(C \cap V)}{P(V)} = \frac{0}{0.45} = 0, while P(C)=0.36P(C) = 0.36. Knowing the van took the valley route drops the coastal probability from 0.360.36 all the way to 00, which is the largest drop possible, since no probability can fall below 00. Learning that one of two mutually exclusive events happened always rules the other out completely.

  5. (e) Set up the proof. Suppose AA and BB are mutually exclusive with P(A)>0P(A) > 0 and P(B)>0P(B) > 0, and suppose for contradiction that they are also independent.

  6. (e) Mutual exclusivity gives P(AB)=0P(A \cap B) = 0. Independence gives P(AB)=P(A)P(B)P(A \cap B) = P(A) \cdot P(B). Setting the two expressions for the same quantity equal forces P(A)P(B)=0P(A) \cdot P(B) = 0.

  7. (e) A product of two real numbers is zero only when at least one factor is zero, so P(A)=0P(A) = 0 or P(B)=0P(B) = 0. Both were assumed positive, so this is a contradiction, and the two events cannot be independent. The only loophole is the trivial one: if P(A)=0P(A) = 0, then P(AB)=0=P(A)P(B)P(A \cap B) = 0 = P(A) \cdot P(B) holds automatically, so an impossible event is technically independent of everything.

(a) P(CV)=0P(C \cap V) = 0, since one van takes exactly one route; (b) 0.36×0.45=0.1620.36 \times 0.45 = 0.162; (c) not independent, since 00.1620 \ne 0.162; (d) P(CV)=0P(C \mid V) = 0 against P(C)=0.36P(C) = 0.36, the largest possible drop; (e) mutual exclusivity forces P(AB)=0P(A \cap B) = 0 while independence forces P(AB)=P(A)P(B)>0P(A \cap B) = P(A) \cdot P(B) > 0, 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 P(second is wildflowerfirst is wildflower)P(\text{second is wildflower} \mid \text{first is wildflower}) against P(first is wildflower)P(\text{first is wildflower}), 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
  1. Start with the single-draw probability: 1025=0.40\frac{10}{25} = 0.40 of the packets are the wildflower mix.

  2. (a) With replacement the crate is identical for the second draw, so the two draws are independent and the product applies directly: P(both wildflower)=0.40×0.40=0.16P(\text{both wildflower}) = 0.40 \times 0.40 = 0.16.

  3. (b) Without replacement the second draw happens in a crate of 24 packets holding 9 wildflower packets, so use the general multiplication rule: P(both)=1025×924P(\text{both}) = \frac{10}{25} \times \frac{9}{24}.

  4. (b) Evaluate each factor: 1025=0.40\frac{10}{25} = 0.40 and 924=0.375\frac{9}{24} = 0.375. Then 0.40×0.375=0.150.40 \times 0.375 = 0.15, which is lower than the 0.160.16 from part (a).

  5. (c) The conditional test settles it. P(second wildflowerfirst wildflower)=924=0.375P(\text{second wildflower} \mid \text{first wildflower}) = \frac{9}{24} = 0.375, while P(first wildflower)=1025=0.40P(\text{first wildflower}) = \frac{10}{25} = 0.40. Since 0.3750.400.375 \ne 0.40, the draws are not independent without replacement. With replacement the same conditional is 1025=0.40\frac{10}{25} = 0.40, which matches, so only sampling with replacement keeps the draws independent.

  6. (d) Split the second draw by what happened on the first. If the first packet was wildflower, with probability 1025\frac{10}{25}, the second is wildflower with probability 924\frac{9}{24}. If the first was herb, with probability 1525\frac{15}{25}, the second is wildflower with probability 1024\frac{10}{24}.

  7. (d) Add the two routes. The first gives 1025×924=90600=0.15\frac{10}{25} \times \frac{9}{24} = \frac{90}{600} = 0.15, the second gives 1525×1024=150600=0.25\frac{15}{25} \times \frac{10}{24} = \frac{150}{600} = 0.25, and 0.15+0.25=0.400.15 + 0.25 = 0.40.

  8. (d) Notice what did and did not move. The unconditional probability for the second draw is still 0.400.40, identical to the first draw. Dependence does not have to shift a marginal probability; it shows up in the conditional, which slid from 0.400.40 to 0.3750.375 once you knew what the first draw was.

(a) 0.40×0.40=0.160.40 \times 0.40 = 0.16; (b) 1025×924=0.40×0.375=0.15\frac{10}{25} \times \frac{9}{24} = 0.40 \times 0.375 = 0.15; (c) P(secondfirst)=0.3750.40=P(first)P(\text{second} \mid \text{first}) = 0.375 \ne 0.40 = P(\text{first}), so only sampling with replacement keeps the draws independent; (d) 0.15+0.25=0.400.15 + 0.25 = 0.40, 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 P(second used the appfirst used the app)P(\text{second used the app} \mid \text{first used the app}) to five decimal places and compare it with P(first used the app)P(\text{first used the app}). (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
  1. (a) Find the single-draw probability first: 2400040000=0.60\frac{24000}{40000} = 0.60. 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.

  2. (b) If the first cardholder used the app, the pool for the second is 39999 cardholders of whom 23999 used the app, so P(secondfirst)=2399939999P(\text{second} \mid \text{first}) = \frac{23999}{39999}.

  3. (b) Divide. Since 39999×0.6=23999.439999 \times 0.6 = 23999.4, the fraction sits just below 0.60.6, and carrying the division out gives 2399939999=0.59999\frac{23999}{39999} = 0.59999 to five decimal places, against P(first)=0.60000P(\text{first}) = 0.60000. The dependence is real, and it moves the probability by about 0.000010.00001.

  4. (c) Treat the 5 selections as independent draws each with probability 0.600.60, so the answer is 0.6050.60^5. Build it up: 0.62=0.360.6^2 = 0.36, 0.63=0.2160.6^3 = 0.216, 0.64=0.12960.6^4 = 0.1296, and 0.65=0.077760.6^5 = 0.07776, about 0.0780.078.

  5. (c) The exact without-replacement value also rounds to 0.0780.078 at three decimal places, so nothing of consequence is lost by using the independence shortcut on a population this large.

  6. (d) At the branch the pool shrinks fast, so write out all five factors: P(all 5 used the app)=1220×1119×1018×917×816P(\text{all 5 used the app}) = \frac{12}{20} \times \frac{11}{19} \times \frac{10}{18} \times \frac{9}{17} \times \frac{8}{16}.

  7. (d) Multiply the numerators: 12×11=13212 \times 11 = 132, then 132×10=1320132 \times 10 = 1320, then 1320×9=118801320 \times 9 = 11880, then 11880×8=9504011880 \times 8 = 95040. Multiply the denominators: 20×19=38020 \times 19 = 380, then 380×18=6840380 \times 18 = 6840, then 6840×17=1162806840 \times 17 = 116280, then 116280×16=1860480116280 \times 16 = 1860480.

  8. (d) Simplify and divide: 950401860480=33646=0.0511\frac{95040}{1860480} = \frac{33}{646} = 0.0511 to four decimal places. The independence estimate is still 0.605=0.077760.60^5 = 0.07776, so it overshoots by 0.077760.0511=0.02670.07776 - 0.0511 = 0.0267, which is 0.02670.0511=0.52\frac{0.0267}{0.0511} = 0.52, about 52 percent too high.

  9. (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 nN10n \le \frac{N}{10}. In the city, n=5n = 5 and N10=4000010=4000\frac{N}{10} = \frac{40000}{10} = 4000, so the condition passes with enormous room and the draws behave like independent trials. At the branch, n=5n = 5 and N10=2010=2\frac{N}{10} = \frac{20}{10} = 2, 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) 2399939999=0.59999\frac{23999}{39999} = 0.59999 against 0.600000.60000, a shift of about 0.000010.00001; (c) 0.605=0.077760.60^5 = 0.07776, about 0.0780.078; (d) exactly 33646=0.0511\frac{33}{646} = 0.0511, so the independence estimate of 0.077760.07776 runs about 52 percent too high; (e) the 10% condition, nN10n \le \frac{N}{10}, 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 cutterDid not use itTotal
Booked in advance12080200
Walked in80220300
Total200300500

(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
  1. Pull the three probabilities off the table. Let BB be "booked in advance" and LL be "used the laser cutter". Then P(B)=200500=0.40P(B) = \frac{200}{500} = 0.40, P(L)=200500=0.40P(L) = \frac{200}{500} = 0.40, and the top left cell gives P(BL)=120500=0.24P(B \cap L) = \frac{120}{500} = 0.24.

  2. (a) Product test: P(B)P(L)=0.40×0.40=0.16P(B) \cdot P(L) = 0.40 \times 0.40 = 0.16. The table's joint probability is 0.240.24, and 0.240.160.24 \ne 0.16, so the two events are not independent.

  3. (b) Conditional test: P(LB)=120200=0.60P(L \mid B) = \frac{120}{200} = 0.60, against P(L)=0.40P(L) = 0.40. 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.

  4. (b) The walk-in side confirms it: P(Lwalked in)=80300=0.2667P(L \mid \text{walked in}) = \frac{80}{300} = 0.2667 to four decimal places, well below P(L)=0.40P(L) = 0.40. Both conditionals move away from the marginal, in opposite directions, which is the signature of dependence.

  5. (c) Independence requires the joint probability to equal the product of the marginals, which is 0.40×0.40=0.160.40 \times 0.40 = 0.16. Convert that back to a count out of 500: 0.16×500=800.16 \times 500 = 80.

  6. (c) Fill in the rest and check the totals still hold. Booked without the laser cutter becomes 20080=120200 - 80 = 120, walk-ins with the laser cutter becomes 20080=120200 - 80 = 120, and walk-ins without becomes 300120=180300 - 120 = 180. Row totals are 80+120=20080 + 120 = 200 and 120+180=300120 + 180 = 300; column totals are 80+120=20080 + 120 = 200 and 120+180=300120 + 180 = 300. The conditional now matches as well, since 80200=0.40=P(L)\frac{80}{200} = 0.40 = P(L).

  7. (d) "At least one" is fastest through the complement. A single visit avoids the laser cutter with probability 10.40=0.601 - 0.40 = 0.60, and independence across visits is what lets you multiply: P(none of the 4)=0.604P(\text{none of the 4}) = 0.60^4.

  8. (d) Evaluate: 0.62=0.360.6^2 = 0.36 and 0.362=0.12960.36^2 = 0.1296, so P(none)=0.1296P(\text{none}) = 0.1296 and P(at least one)=10.1296=0.8704P(\text{at least one}) = 1 - 0.1296 = 0.8704.

  9. (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 0.600.60 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 0.40×0.40=0.160.40 \times 0.40 = 0.16 but P(BL)=0.24P(B \cap L) = 0.24; (b) P(LB)=0.60P(L \mid B) = 0.60 against P(L)=0.40P(L) = 0.40, and P(Lwalked in)=0.2667P(L \mid \text{walked in}) = 0.2667, the same verdict; (c) a count of 80; (d) 10.604=10.1296=0.87041 - 0.60^4 = 1 - 0.1296 = 0.8704; (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.