document.write( "Question 246642: how do I get y by itself?
\n" );
document.write( "x+3y=6 \n" );
document.write( "
Algebra.Com's Answer #180034 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! how do I get y by itself? \n" ); document.write( "x+3y=6 \n" ); document.write( "--------- \n" ); document.write( "Subtract x from both sides to get: \n" ); document.write( "3y = -x+6 \n" ); document.write( "Divide thru by 3 to get: \n" ); document.write( "y = (-1/3)x + 2 \n" ); document.write( "=========================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |