document.write( "Question 58521: How do I solve this problem\r
\n" );
document.write( "\n" );
document.write( "2x+3y=6 ( for y) \n" );
document.write( "
Algebra.Com's Answer #40070 by faceoff57(108) You can put this solution on YOUR website! 2x+3y=6 \n" ); document.write( "3y = 6 - 2x \n" ); document.write( "y = 6/3 - 2/3x \n" ); document.write( "y = 2 - 2/3x \n" ); document.write( " |