Advertisements
Advertisements
Question
Find the symmetric difference between the following sets
R = {l, m, n, o, p} and S = {j, l, n, q}
Sum
Advertisements
Solution
R = {l, m, n, o, p}
S = {j, l, n, q}
R – S = {l, m, n, o, p} – {j, l, n, q}
= {m, o, p}
S – R = {j, l, n, q} – {l, m, n, o, p}
= {j, q}
R ∆ S = (R – S) ∪ (S – R)
= {m, o, p} ∪ {j, q}
= {m, o, p, j, q}
shaalaa.com
Is there an error in this question or solution?
Chapter 1: Set Language - Exercise 1.3 [Page 19]
