The symmetric difference of A = {1,2,3 } and {3,4,5} is ___.
{1,2,4,5}
Here,
A = {1,2,3} and B = {3,4,5}.
The symmetric difference of sets A and B is given by
A△B=(A−B)∪(B−A).
Now, we have
A- B = {1,2,3} - {3, 4, 5} = {1, 2},
B- A = {3, 4, 5} - {1,2,3} = {4,5}
∴A△B={1,2}∪{4,5}={1,2,4,5}