document.write( "Question 261878: what is the y=mx+b form of these systems \r
\n" );
document.write( "\n" );
document.write( "x+y=4
\n" );
document.write( "2x+y=6 \n" );
document.write( "
Algebra.Com's Answer #192959 by drk(1908)![]() ![]() ![]() You can put this solution on YOUR website! To write in the form y = mx + b, we need to solve for y. \n" ); document.write( "(i) x+y=4 \n" ); document.write( "subtract x to get \n" ); document.write( " y = -x+4 \n" ); document.write( "--- \n" ); document.write( "(ii) 2x+y=6 \n" ); document.write( "subtract 2x to get \n" ); document.write( "y = -2x + 6 \n" ); document.write( "--- \n" ); document.write( "Both are now in y = mx+ b form \n" ); document.write( "-- \n" ); document.write( "If you wanted the values of x and y that make them consistent, then we get \n" ); document.write( "x = 2 \n" ); document.write( "y = 2 \n" ); document.write( " |