Why is $y=\frac{x+y}{x}$ the same as $y=\frac{x}{x-1}$?
It seems to be the same on graphing calculators, but I don't get why. To generalize my statement, I would like to know how to simplify equations where "$y$" is on both sides, but can't be removed through conventional methods.
Ah, but $y$ can be removed through conventional methods in this case. We have $$y=\frac{x+y}{x}$$ $$xy = x + y$$ $$xy - y = x$$ $$(x-1)y = x$$ $$y = \frac{x}{x-1}$$