document.write( "Question 394309: how do you solve
\n" );
document.write( "y=-x+4
\n" );
document.write( "y=2x+6
\n" );
document.write( "using substitution? \n" );
document.write( "
Algebra.Com's Answer #279880 by richard1234(7193)![]() ![]() You can put this solution on YOUR website! Substitute -x+4 into the second equation, replacing y.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "-x + 4 = 2x + 6\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "3x = -2\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x = -2/3.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Since y = -x + 4, then y = 2/3 + 4 = 14/3. Therefore the ordered pair (x,y) is (-2/3, 14/3). \n" ); document.write( " |