20 essential questions to master the most commonly tested concepts. Work through every problem before checking the answer.
∪ Union — "OR" (everything in either set)
∩ Intersection — "AND" (only what's in both)
A′ Complement — "NOT A" (everything outside A)
∅ Empty set — has zero elements
⊂ Subset — every element of A is in B
n(A) Number of elements in set A
Common mistake: Students forget to apply complement first and compute A∩B = {2,4} instead.
Common mistake: Forgetting to subtract the intersection (6) leads to n(F∪S) = 32, which exceeds the total!
The numbers outside the circles (4 on the left, 2 on the right) are the elements of (A∪B)′.
De Morgan's Law is often tested indirectly — recognize A′∩B′ = (A∪B)′ immediately!
Each element has 2 choices: in or out. So total = 2×2×2×2 = 16.
Common mistake: Writing only 3 pairs if (4,4) is counted once instead of recognising symmetry.
Watch out: 0.09 = P(rain on both days) = 0.3×0.3. Don't confuse the events!
0.12 = P(A)×P(B) which would apply if they were independent — don't mix the two rules!
Independent does NOT mean mutually exclusive. Here A∩B can (and does) happen.
0.28 = P(B) − P(A∩B), a common but wrong operation. Always divide for conditional probability.
16/49 is the answer WITH replacement — notice the denominator stays at 7 in that case.
Note: 4/10 is wrong — n(B)=10 but we're conditioning on A, not B.
17/52 = 4+13 without subtracting the overlap. The King of Hearts belongs to both groups and would be counted twice.
1/4 = P(HH on first two) but then ignores the third toss. Always list the full sample space.
10/50 = P(both) overall — but we are told the person already speaks French, so restrict to the 25 French speakers.
A and B are independent but NOT mutually exclusive. These two properties are completely different concepts!
Here's how you did: