5,119 views
28 votes
28 votes
Find the symmetric difference between the following sets. (iii) X = {5, 6, 7} and Y={5, 7, 9, 10).​

User Josh Heitzman
by
2.7k points

2 Answers

15 votes
15 votes
Shawdy a lil baddie shawdy my lil boo thanggggggggg
User Kiranr
by
3.2k points
21 votes
21 votes

X = {5, 6, 7} ==> X \ Y = {6}

(where X \ Y denotes the complement of X with respect to Y, i.e. elements belonging to X and not belonging to Y. Y contains both 5 and 7, so we remove these from X.)

Y = {5, 7, 9, 10} ==> Y \ X = {9, 10}

Then the symmetric difference is the union of these relative complements:

XY = (X \ Y) U (Y \ X) = {6} U {9, 10} = {6, 9, 10}

User Ruslan Kiskinov
by
2.8k points