document.write( "Question 297386: the linear function:
\n" );
document.write( "2x+3y=-9
\n" );
document.write( "How do I get \"y\" by it's self? \n" );
document.write( "
Algebra.Com's Answer #214164 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! get the 2x term on the right \n" ); document.write( "How ? subtract 2x from both sides \n" ); document.write( "now you have 3y=-2x-9 \n" ); document.write( "now divide by 3 \n" ); document.write( "y=-2x/3-9/3 \n" ); document.write( "y=-2x/3-3 \n" ); document.write( " \n" ); document.write( " |