If A=(5,6,7,8,9),B={x:3<x<8 and x∈W} and C={x:x≤5 and x∈N}. Is (A ∪ B) ∪ C = A ∪ (B ∪ C) ? (Type 1 if true and 0 if false)
Open in App
Solution
From the given sets, we have
B= { 4,5,6,7 } as x is greater than 3 but less than 8. And C= { 1,2,3,4,5 } as x is a natural number less than equal to 5. Union of two sets has all the elements of both the sets. So, A∪B= { 4,5,6,7,8,9 } And, (A∪B)∪C= { 4,5,6,7,8,9 }∪ { 1,2,3,4,5 } = { 1,2,3,4,5,6,7,8,9 } ....(1) Also, B∪C= { 1,2,3,4,5,6,7 } And, A∪(B∪C)= { 5,6,7,8,9 }∪ { 1,2,3,4,5,6,7 } = { 1,2,3,4,5,6,7,8,9 } ....(2) From (1) and (2), we have (A∪B)∪C=A∪(B∪C)