difference of (1,2,3)and(1,2,5) is the set .
?
please ans me it's urgent
Answers
Answered by
1
Let A = {1,2,3} B = {1,2,5}
A - B = elements that are in A but not in B = {3}
B - A = elements that are in B but not in A = {5}
Similar questions