i)Suppose that $x$ and $y$ are real numbers. Prove that if $x\neq 0$, then if $y=\frac{3x^2+2y}{x^2+2}$ then $y=3$
ii)Suppose that $x$ and $y$ are real numbers. Prove that if $x^2y=2x+y$, then if $y\neq 0$ then $x\neq 0$
What I did is
i)Suppose that $y\neq3\Rightarrow \frac{3x^2+2y}{x^2+2}\neq 3\Leftrightarrow 3x^2+2y\neq 3x^2+6\Rightarrow y=3$ which is a contradition then if $y=\frac{3x^2+2y}{x^2+2}$ then $y=3$
Is this right? I need to make some consideration about $x$?
ii)Suppose that $y=0$ and $x=0$ thus $x^2+y\neq2x+y\Leftrightarrow 0\neq0$, which is a contradition then $x^2y=2x+y$, then if $y\neq 0$ then $x\neq 0$
i) Given $$y=\frac{3x^2+2y}{x^2+2}$$ cross multiplying we have, $$y(x^2+2)=3x^2+2y$$ $$\implies yx^2+2y=3x^2+2y$$ canceling $2y$ in both side we have, $$yx^2=3x^2$$ Since $x\neq 0 \implies x^2\neq0$ So dividing both side by x^2, we have $$y=3$$
ii) On contrary suppose that $x=0$ then we have $x^2=0$ so $$0\cdot y=2\cdot 0 +y$$ $$\implies y=0$$ Which is a contradiction since given that $y\neq 0$