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

User Maoz Zadok
by
5.2k points

2 Answers

6 votes
Shawdy a lil baddie shawdy my lil boo thanggggggggg
User Tcanarchy
by
5.7k points
5 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 Sinia
by
4.8k points