document.write( "Question 593840: Which ordered pair is a solution to the following system of equation?
\n" );
document.write( "y = 3x + 4
\n" );
document.write( "-4x + y = 2 \n" );
document.write( "
Algebra.Com's Answer #376485 by rfer(16322)![]() ![]() ![]() You can put this solution on YOUR website! y=3x+4 \n" ); document.write( "-4x+3x+4=2 \n" ); document.write( "-x=-2 \n" ); document.write( "x=2 \n" ); document.write( "-------------- \n" ); document.write( "-4*2+y=2 \n" ); document.write( "-8+y=2 \n" ); document.write( "y=10 \n" ); document.write( "------------ \n" ); document.write( "10=3*2+4 \n" ); document.write( "(2,10) \n" ); document.write( " |