Set Theory Problem Set Solutions
Set Theory Problem Set Solutions
The number of people who like only apples can be determined by subtracting the number of people who like both apples and bananas from those who like apples: 95 (people who like apples) - 60 (people who like both) = 35. Therefore, 35 people like only apples.
Using the principle of inclusion-exclusion and given data about overlaps, exactly two genres would be: (35 borrow fiction and non-fiction + 25 borrow fiction and poetry + 20 borrow non-fiction and poetry) - 2*(12 borrow all three) = 58 - 24 = 34 readers borrow exactly two genres.
The cartesian product J × K consists of all ordered pairs where the first element is from J and the second from K. It results in {(2,3), (2,6), (2,9), (2,12), (4,3), (4,6), (4,9), (4,12), (6,3), (6,6), (6,9), (6,12), (8,3), (8,6), (8,9), (8,12), (10,3), (10,6), (10,9), (10,12)}.
Using the principle of inclusion-exclusion, the number subscribing to exactly one platform is: (520 + 480 + 300) - 2*(220 + 180 + 160) + 3*100 = 130 subscribe to Platform X only, 130 subscribe to Platform Y only, and 40 subscribe to Platform Z only. Therefore, 130 + 130 + 40 = 300 people subscribe to exactly one platform.
The symmetric difference of two sets, E and F, is the set of elements that are in either of the sets but not in their intersection. E Δ F = (E ∪ F) - (E ∩ F) = {1,3,5,7,9,0,2,4} - {1,3} = {5,7,9,0,2,4}.
Set M includes {2, 3, 5, 7, 11, 13, 17, 19}, and set N includes {1, 3, 5, 7, 9}. The intersection M ∩ N is {3, 5, 7}.
Using the principle of inclusion-exclusion: 60 (Algebra) + 50 (Biology) + 40 (Chemistry) - 30 (Algebra and Chemistry) - 25 (Algebra and Biology) - 20 (Biology and Chemistry) + 15 (all three subjects) = 100 students took at least one subject.
There are 900 - 210 = 690 students who attended at least one of the events. Using the formula for union, we have 540 (Cultural Fest) + 420 (Sports Meet) - x (both) = 690. Solving for x, we find x = 270. Hence, 270 attended both events.
To prove (A∩B) ∪(A∩C) = A∩(B∪C), consider any element x: If x ∈ (A∩B) ∪(A∩C), then x is in both A and either B or C, which implies x ∈ A∩(B∪C). Conversely, if x ∈ A∩(B∪C), then x is in A and either B or C, which implies x is in (A∩B) ∪(A∩C). Therefore, both sides of the equation are the same.
The union A ∪ B includes all elements from both sets without duplicates: {1,2,3,4,5,7,9}. The intersection A ∩ B includes only elements common to both sets: {1,3,5}.