Where A is any set, what set X would fulfill the equation $X \setminus A = \emptyset$? An empty set has no elements, so what I would guess is that X would have to be the same set as A, since removing all real elements of X would leave you with an empty set. Does that make sense?
Additionally, is $X \triangle A = \emptyset$ (symmetric difference) the same way? Wouldn't they have to be the same set for that expression to return an empty set?
You answer the first question incorrectly. The answer should be any subset of A. The symmetric difference however is only the empty set if and only if $X=A$.
You could write it out by looking at what happens if there are elements of X that are not an element of A and the other way around.