Q1. In a class of 40, 25 like tea and 20 like coffee; 10 like both. How many like at least one?
n(T∪C) = n(T) + n(C) − n(T∩C)
n(T∪C) = 25 + 20 − 10
n(T∪C) = 35
A set is just a well-defined collection. Master union, intersection and the counting formula that unlocks most problems.
Use n(A∪B) = n(A) + n(B) − n(A∩B) to find any of the four quantities.
Only in A = n(A) − n(A∩B); only in B = n(B) − n(A∩B). This is how "how many study only Maths" questions are solved.
Q1. In a class of 40, 25 like tea and 20 like coffee; 10 like both. How many like at least one?
n(T∪C) = n(T) + n(C) − n(T∩C)
n(T∪C) = 25 + 20 − 10
n(T∪C) = 35
| Quantity | Formula |
|---|---|
| Counting (two sets) | n(A∪B) = n(A) + n(B) − n(A∩B) |
| De Morgan | (A∪B)′ = A′∩B′ |
| Subsets of a set | a set with n elements has 2ⁿ subsets |
n(A∪B) = n(A) + n(B) − n(A∩B).
2ⁿ subsets in total.
All the elements of the universal set that are not in the given set.
Hi! Found an error or have a suggestion? Let us know and we'll fix it.
Thanks! Your feedback has been sent. We'll look into it.