If $C$ is a fixed non-empty set, which one of the following options imply $A=B$?
1) $A - C = B - C$
2) $A \cup C = B \cup C$
3) $A \cap C = B \cap C$
4) $A \Delta C = B \Delta C$
I'm not sure why all of them are not valid option.
The problem I'm having is with premise. If $A=B$ then it would imply that all of the options are true. Can you maybe expand that a bit more on how to reason the problem?
You seem to have misunderstood what the problem is. Taking part (b) as an example, you are right that $$A=B \quad\text{ implies }\quad A\cup C = B\cup C $$ but that's not what is being asked here. Instead you're asked to determine whether $$ A\cup C = B\cup C \quad\text{ implies }\quad A=B $$
In this case the answer is that it doesn't, as shown by the counterexample $$ A = \varnothing, \quad B=\{1\}, \quad C=\{1\} $$ where $A\cup C=B\cup C$ is indeed true but $A=B$ isn't.