Q12 of 71 Page 23

Find the symmetric difference between the following sets.

i. X = {a, d, f, g, h}, Y = {b, e, g, h, k}


ii. P = {x : 3 < x < 9, }, Q = {x : x < 5, }


iii. A = {−3, −2, 0, 2, 3, 5}, B = {−4, −3, −1, 0, 2, 3}

i. X = {a, d, f, g, h}


Y = {b, e, g, h, k}


XΔY = {a, b, d, e, f, k} [elements that are present either only in X or only in Y]


ii. P = {x : 3 < x < 9, x }


P contains all the natural number between 3 and 9.


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


Q = {x : x < 5, x }


The possible values of Q are : 0, 1, 2, 3, 4


Q = {0, 1, 2, 3, 4}


PΔQ = {0, 1, 2, 3, 5, 6, 7, 8} [elements that are present either only in P or only in Q]


iii. A = {−3, −2, 0, 2, 3, 5}


B = {−4, −3, −1, 0, 2, 3}


XΔY = {-4, -2, -1, 5} [elements that are present either only in A or only in B]


More from this chapter

All 71 →