Question 629010
Start with set A and erase elements that are both sets A and B.


So start with {2, 3, 4}


Then erase "4" since that's in both sets A and B to get 


A - B = <font color="red">{2, 3}</font>