document.write( "Question 773569: Solve xy=x+y for y \n" ); document.write( "
Algebra.Com's Answer #471653 by tommyt3rd(5050)![]() ![]() You can put this solution on YOUR website! xy=x+y \n" ); document.write( "xy-y=x \n" ); document.write( "y(x-1)=x \n" ); document.write( "y=x/(x-1) \n" ); document.write( " |