document.write( "Question 163590: how do you get the answer to \r
\n" );
document.write( "\n" );
document.write( "y = -3x + 2\r
\n" );
document.write( "\n" );
document.write( "get x alone or equal a number \n" );
document.write( "
Algebra.Com's Answer #120511 by checkley77(12844)![]() ![]() ![]() You can put this solution on YOUR website! y=-3x+2 \n" ); document.write( "3x=-y+2 \n" ); document.write( "x=(-y+2)/3 \n" ); document.write( " |