| 
 
 
| Question 843468:  A = {1, 2, 3, 4, 5, 6} and B = {2, 4, 6, 8}. Find A – B and B – A.
 Answer by LinnW(1048)
      (Show Source): 
You can put this solution on YOUR website! A = {1, 2, 3, 4, 5, 6} and B = {2, 4, 6, 8}. Find A – B and B – A. For A - B we remove 2 , 4 and 6 from A. The 8 that is part of B has no effect
 so A - B = { 1 , 3 , 5 }.
 For B - A we remove 2 , 4 and 6 from B and
 B - A = { 8 }
 | 
  
 | 
 |