You work with events and their probabilities. An event is a set of outcomes. Probabilities follow three rules. Every probability is at least 0. The whole sample space has probability 1. Disjoint events add. You use these rules to compute probabilities of combined events.
A problem belongs here when it gives probabilities of named events and asks about "or", "not", "at least one", or "exactly one". No random variables appear.
You will practice: the complement rule, inclusion-exclusion, cut into disjoint pieces.
12 problems, each with a worked answer. Verified by an independent second solve.
Work them on paper, in order; difficulty ramps gently.
1.
Basic
At a campus coffee cart, the number of customers waiting in line at 9 a.m. is 0 with probability 0.22, exactly 1 with probability 0.31, and exactly 2 with probability 0.28. What is the probability that at least 3 customers are waiting?
Show answer
Answer: 0.19
The events for 0, 1, and 2 customers waiting are disjoint, so their probabilities add. The answer then follows by the complement rule.
P(at most 2)=0.22+0.31+0.28=0.81
P(at least 3)=1−0.81=0.19
2.
Basic
In a population of pea plants, a randomly chosen plant has purple flowers with probability 0.6, has wrinkled seeds with probability 0.5, and has both traits with probability 0.35. What is the probability that a randomly chosen plant has purple flowers or wrinkled seeds (or both)?
Show answer
Answer: 0.75
Apply the addition rule for two events that can overlap.
P(A∪B)=P(A)+P(B)−P(A∩B)=0.6+0.5−0.35=0.75
3.
Basic
The organizers of a three-day outdoor music festival are told by a forecaster that the probability it rains at least once during the festival is 0.85. What is the probability that the festival sees no rain at all?
Show answer
Answer: 0.15
The event no rain at all is exactly the complement of rains at least once.
P(no rain)=1−0.85=0.15
4.
Basic
In a city marathon, a randomly chosen runner finishes in under 4 hours with probability 0.45, wears a running-club jersey with probability 0.30, and does both with probability 0.18. What is the probability that a randomly chosen runner finishes in under 4 hours or wears a club jersey (or both)?
Show answer
Answer: 0.57
The two events can overlap, so use inclusion exclusion.
P(under 4h∪jersey)=0.45+0.30−0.18=0.57
5.
Basic
At a poultry farm, a randomly selected egg from the morning collection is cracked with probability 0.03. What is the probability that a randomly selected egg is not cracked?
Show answer
Answer: 0.97
Not cracked is the complement of cracked, so apply the complement rule.
P(not cracked)=1−0.03=0.97
6.
Basic
A ceramics studio glazes every mug it fires in exactly one of three colors: blue, green, or white. A randomly chosen mug is blue with probability 0.38 and green with probability 0.27. What is the probability that a randomly chosen mug is white?
Show answer
Answer: 0.35
The three colors partition the sample space into disjoint pieces, so their probabilities sum to 1.
P(white)=1−0.38−0.27=0.35
7.
Basic
A florist plants a tulip bulb. The probability that it sprouts is 0.85. What is the probability that it does not sprout?
Show answer
Answer: 0.15
Use the complement rule.
1−0.85=0.15
8.
Basic
A carnival prize wheel stops on exactly one colored sector each spin. It stops on red with probability 0.2 and on gold with probability 0.5. What is the probability that it stops on red or gold?
Show answer
Answer: 0.7
Red and gold are disjoint outcomes, so add their probabilities.
0.2+0.5=0.7
9.
Basic
At a public library, a randomly chosen member borrowed a novel last month with probability 0.55, borrowed a biography with probability 0.35, and borrowed both kinds with probability 0.15. What is the probability that the member borrowed a novel or a biography last month?
Show answer
Answer: 0.75
Apply inclusion-exclusion directly.
0.55+0.35−0.15=0.75
10.
Basic
At a gym, a randomly chosen visitor uses the treadmills with probability 0.55 and uses the free weights with probability 0.45. The probability that the visitor uses at least one of the two is 0.8. What is the probability that the visitor uses both?
Show answer
Answer: 0.2
Solve inclusion-exclusion for the intersection.
0.55+0.45−0.8=0.2
11.
Basic
At a bakery, a randomly chosen loaf is sourdough with probability 0.4. The probability that it is sourdough and sells before noon is 0.28. What is the probability that it is sourdough and does not sell before noon?
Show answer
Answer: 0.12
Split the sourdough event into two disjoint pieces by whether the loaf sells before noon, then subtract.
0.4−0.28=0.12
12.
Basic
In an orchard, a randomly picked apple has a bruise with probability 0.3, has a worm hole with probability 0.2, and has both flaws with probability 0.1. What is the probability that the apple has neither flaw?
Show answer
Answer: 0.6
Find the probability of at least one flaw with inclusion-exclusion, then take the complement.
0.3+0.2−0.1=0.4
1−0.4=0.6