Goal: decide whether events are mutually exclusive, and read off simple probabilities.
Recall Solution
Can both happen at once? A single roll gives one face; it cannot be a 3and a 6 simultaneously. So A∩B=∅ — they are mutually exclusive.
P(A)=61, P(B)=61. With no overlap:
P(A∪B)=61+61=62=31.
Recall Solution
Can both happen at once? Yes — the King of Hearts is a heart and a King. So A∩B={King of Hearts}=∅.
Therefore A and B are not mutually exclusive. (You would need the general rule, subtracting P(A∩B)=521, to combine them.)
Goal: use the addition rule (correct version) to compute a union.
Recall Solution
These are three single faces, no two of which can occur together — pairwise mutually exclusive. For pairwise exclusive events you just add:
P=61+61+61=63=21.
Recall Solution
Can both happen? Yes — the Ace of Spades. Not exclusive, so use the general rule.
P(Ace)=524, P(Spade)=5213, overlap P(Ace∩Spade)=521.
P=524+5213−521=5216=134.
Check by counting: 4 Aces + 13 Spades − 1 double-counted (Ace of Spades) = 16 favourable cards. ✓
Recall Solution
Colours are exclusive (a ball is exactly one colour), so add:
P(red∪green)=0.4+0.25=0.65.
For "not blue", use the complement rule P(A′)=1−P(A):
P(not blue)=1−0.35=0.65.
(Same number — because "not blue" is "red or green" here, since the three colours are exhaustive.)
Goal: reason backwards from given probabilities; test consistency.
Recall Solution
Rearrange the general rule to find the overlap:
P(A∩B)=P(A)+P(B)−P(A∪B)=0.45+0.35−0.8=0.
The overlap is 0, so A∩B=∅ — they are mutually exclusive. (When plain addition of P(A) and P(B) exactly reproduces P(A∪B), there was nothing to subtract.)
Recall Solution
P(A∩B)=0.5+0.4−0.7=0.2.
The overlap is 0.2=0, so they are not mutually exclusive — they share 20% of the probability.
Recall Solution
If they were exclusive, P(A∪B)=0.55+0.6=1.15>1 — impossible, since probability caps at 1. So they cannot be mutually exclusive.
The union is at most 1, so from P(A∩B)=P(A)+P(B)−P(A∪B) the overlap is smallest when P(A∪B) is largest (=1):
P(A∩B)min=0.55+0.6−1=0.15.
Goal: combine the addition rule with complements, and distinguish it from independence/multiplication.
Recall Solution
Let F = football, C = cricket. Given P(F)=0.4, P(C)=0.3, P(F∩C)=0.1.
(a) At least one = union. General rule (they overlap!):
P(F∪C)=0.4+0.3−0.1=0.6.(b) "Neither" is the complement of "at least one":
P(neither)=1−P(F∪C)=1−0.6=0.4.(c) "Football only" = football minus the shared part:
P(F only)=P(F)−P(F∩C)=0.4−0.1=0.3.
Recall Solution
Independent means "A tells you nothing about B", which fixes the intersection via the multiplication rule:
P(A∩B)=P(A)P(B)=0.5×0.4=0.2.
Then the general addition rule gives
P(A∪B)=0.5+0.4−0.2=0.7.Mutually exclusive would instead force P(A∩B)=0, so
P(A∪B)=0.5+0.4=0.9.
Different answers — because independence and exclusivity are different constraints on the overlap (one makes it P(A)P(B), the other makes it 0).
Goal: multi-step problems mixing all the tools, including partitioning and full case coverage.
Recall Solution
Exhaustive & exclusive means all four sum to 1:
0.3+0.25+P(green)+P(yellow)=1⇒P(green)+P(yellow)=0.45.
Substitute P(green)=2P(yellow):
2P(yellow)+P(yellow)=0.45⇒3P(yellow)=0.45⇒P(yellow)=0.15.
So P(green)=0.30. Check: 0.3+0.25+0.30+0.15=1. ✓
Red and yellow are exclusive, so add:
P(red∪yellow)=0.3+0.15=0.45.
Recall Solution
Count outcomes (n(S)=30):
Multiples of 3: 3,6,…,30 → 10 numbers, P(A)=3010.
Multiples of 5: 5,10,…,30 → 6 numbers, P(B)=306.
Both = multiples of 15: 15,30 → 2 numbers, P(A∩B)=302.
They overlap (e.g. 15), so use the general rule:
P(A∪B)=3010+306−302=3014=157.
"Neither" is the complement:
P(neither)=1−3014=3016=158.
Recall Solution
The six faces are mutually exclusive and exhaustive, so their probabilities sum to 1:
∑k=16ck=c(1+2+3+4+5+6)=21c=1⇒c=211.
Primes are {2,3,5} — distinct faces, so mutually exclusive; add their probabilities:
P(prime)=212+213+215=2110.