In my introductory statistics class one of the problems was to determine $P(A \cap B)$ given $P(A \cup B)$, $P(A)$ and $P(B)$.
Using $$P(A \cap B) = P(A) + P(B) - P(A \cup B)$$ we can solve:
$$P(A \cup B) = P(A) + P(B) - P(A \cap B)$$
Now, as a matter of curiosity, I'm wondering how to express this idea in terms of the sets themselves and not in terms of their probabilities.
In other words, for two sets $A$, $B$, and $C = A \cup B$, how do we express $A \cup B$ in terms of their union $C$? The union operator doesn't mind duplicates, but the equation does.