I was having trouble algebraically verifying that this equation was a function.
$$x^2y - x^2 + 4y = 0.$$
I tried simplifying it like this:
$$x^2y - x^2 + 4y = 0.$$
$$x^2(y-1) = -4y.$$
$$x^2= \frac{-4y}{y-1}.$$
I don't think thats the best way of representing it so I just plugged in values into the initial equation. I think that it is a function for all real numbers except 0. Is this correct? Was there a better way of demonstrating it?