I need to solve two equations:
$$ x(1-y)=0 \\ y(1-x)=0 $$
If I had one equation, ex $x(1-y)$, the solution would be $x=0$ or $y = 1$. But how do I go about solving two such equations? Are the solutions as below? $$ x = 0 \lor y=0 \\ x = 0 \lor y=1 \\ x = 1 \lor y=0 \\ x = 1 \lor y=1 $$