document.write( "Question 255018: I am trying to solve the following equation for y:\r
\n" );
document.write( "\n" );
document.write( "3y - x
\n" );
document.write( "------ = w
\n" );
document.write( " y\r
\n" );
document.write( "\n" );
document.write( "I don't understand how to isolate the variable \"y\" because it is in both the numerator and the denominator. \n" );
document.write( "
Algebra.Com's Answer #187309 by checkley77(12844)![]() ![]() ![]() You can put this solution on YOUR website! 3y - x \n" ); document.write( "------ = w CROSS MULTIPLY \n" ); document.write( " y \n" ); document.write( "3Y-X=WY SUBTRACT WY & ADD X. \n" ); document.write( "3Y-WY=X FACTOR Y FROM THE LEFT SIDE \n" ); document.write( "Y(3-W)=X DIVIDE BY (3-W) \n" ); document.write( "Y=X/(3-W) ANS. \n" ); document.write( " \n" ); document.write( " |