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

Asked by Aaryan | 1 year ago |  200

1 Answer

Solution :-

In general X ∪ Y = {a: a  X or a  Y}

X ∩ Y = {a: a  X and a  Y}.

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

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

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

= {1, 2, 3, 4, 5, 6, 7, 8}

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