Instead of using "and", I'll use the intersection symbol "$\cap$"; likewise I'll use the union symbol "$\cup$" for "or".
Your last formula isn't correct. x' is everything not in $x$ (the complement of $x$). Instead, you want to use $x\setminus y$, which is defined to be everything that is in $x$ but not in $y$.
Your last formula should be $x=(x\setminus y )\cup (x\cap y)$. This will be a disjoint union; so: $ P(x)=P(x\setminus y)+P(x\cap y), $ or $\tag{1} P(x\setminus y)= P(x)-P(x\cap y). $
Now, for your original problem, the strategy for finding the formula for $P(x\cup y)$ is write the event $x\cup y$ as the union of disjoint events and use the formula you have for the probability of disjoint events (note the formula generalizes to three mutually disjoint events).
One way to do this is to write $\tag{2} x\cup y= (x\setminus y)\cup (y\setminus x)\cup (x\cap y) $ (note the three events on the right are mutually disjoint; drawing a Venn diagram for the two sets $x$ and $y$ should help to see why $(2)$ holds). Using equations $(1)$, $(2)$, and the probability formula for the union of disjoint events, you should be able to now prove that $ P(x \cup y)=P(x)+P(y)-P(x\cap y). $