If A = {1, 2, 3, 4, 5}, B = {4, 5, 6, 7, 8}, C = {7, 8, 9, 10, 11} and D = {10, 11, 12, 13, 14}. Find A ∩ (B ∪ C)

Asked by Aaryan | 1 year ago |  81

1 Answer

Solution :-

A = {1, 2, 3, 4, 5}

B = {4, 5, 6, 7, 8}

C = {7, 8, 9, 10, 11}

B ∪ C = {x: x  B or x  C}

= {4, 5, 6, 7, 8, 9, 10, 11}

A ∩ B ∪ C = {x: x  A and x  B ∪ C}

= {4, 5}

Answered by Sakshi | 1 year ago

Related Questions

If A = {x : x ϵ R, x < 5} and B = {x : x ϵ R, x > 4}, find A ∩ B.

Class 11 Maths Sets View Answer

Find the symmetric difference A Δ B, when A = {1, 2, 3} and B = {3, 4, 5}.

Class 11 Maths Sets View Answer