I am given this:
Find the number of elements in $A \cup B \cup C$ if there are 50 elements in $A$, 500 in $B$, and 5,000 in $C$ if:
$A \subseteq B$ and $B \subseteq C$
The sets are pairwise disjoint.
There are two elements common to each pair of sets and one element in all three sets
For #1, would the answer simply be $A \cap B$ and $B \cap C$, given that if A is a subset of B, and B is a subset of C, then A and B having common elements (as well as B and C), then it would be the union of the two sets?
As for the other two, I am a little confused by the wording and could use some help on those.

"Pairwise disjoint" means that the number of elements in $A \cup B \cup C$ equals the sum of the number of elements in $A,$ $B,$ and $C$ counted distincly. This is simply $5000 + 500 + 50 = \boxed{5550}.$
Use PIE on the last part. We find the answer as follows: $$(5000 + 500 + 50) - (2 + 2 + 2) + 1$$ $$= \boxed{5545}.$$