In the comments I already simplified it to
$$\bar{x}y + x + x\bar{y}$$
(distribute $x$ into the parenthesis, then by tautology $xx = x$)
Pull out an $x$ on the right side.
$$\bar{x}y + x + x\bar{y}$$
$$\bar{x}y + x(1 + \bar{y})$$
$$\bar{x}y + x(1)$$
$$\bar{x}y + x$$
We can analyse this expression by the means of the truth table, i.e., we ask ourselves when this expression becomes true.
This means: If $x = \text{True}$, then the whole expression becomes true. If $x =\text{False}$, then $\bar{x} = 1$ and the expression only becomes $y$. Then $y = 1$ makes the expression true.
$\Longrightarrow$ If $x = 1$ the expression is true
$\Longrightarrow$ If $y = 1$ the expression is true
$\Longrightarrow$ The expression cannot be made true through other means
$\Longrightarrow$ The whole expression equals
$$x + y$$
Am i right in assuming that i can turn x+xy' into just xy or am i still lost
– MichaelMariani May 12 '16 at 14:23