document.write( "Question 1131453: Solving for x when:
\n" );
document.write( "Y = (2+x) / x \n" );
document.write( "
Algebra.Com's Answer #748121 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! xy=(2+x), multiplying by x \n" ); document.write( "xy-x=2 \n" ); document.write( "x(y-1)=2 \n" ); document.write( "x=2/(y-1) \n" ); document.write( " |