document.write( "Question 97095:  y = (3x)/(x+1)\r
\n" );
document.write( "\n" );
document.write( "Solve for x \n" );
document.write( "
| Algebra.Com's Answer #70649 by checkley71(8403)      You can put this solution on YOUR website! Y=3X/(X+1) CROSS MULTIPLY \n" ); document.write( "3X=Y(X+1) \n" ); document.write( "3X=XY+Y \n" ); document.write( "3X-XY=Y \n" ); document.write( "X(3-Y)=Y \n" ); document.write( "X=Y/(3-Y) ANSWER. \n" ); document.write( " |