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

Asked by Aaryan | 11 months ago |  175

1 Answer

Solution :-

A = {1, 2, 3}

B = {3, 4, 5}

The symmetric difference A Δ B is given by

A Δ B = (A – B) ⋃ (B – A)

Venn diagram representation:

Representing the given sets A and B through venn diagram

Hence as seen the elements in A Δ B are 1, 2, 4 and 5

Hence the symmetric difference A Δ B = {1, 2, 4, 5}

Find the symmetric difference A Δ B, when A = {1, 2, 3} and B = {3, 4, 5}.  - Sarthaks eConnect | Largest Online Education Community

Answered by Sakshi | 11 months 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