document.write( "Question 714909: Solve the following system of equations. Please show your work to receive full credit.
\n" );
document.write( "x - y = 10
\n" );
document.write( "2x + y = 2\r
\n" );
document.write( "\n" );
document.write( "Explain which method you chose to solve the system and why you felt it was the best choice. \n" );
document.write( "
Algebra.Com's Answer #439112 by mananth(16946)![]() ![]() You can put this solution on YOUR website! x - y = 10 .............1 \n" ); document.write( "Total value \n" ); document.write( "2 x + y = 2 .............2 \r \n" ); document.write( "\n" ); document.write( "Since the co-efficients of y are equal and have opposite signs, we choose to eliminate y \n" ); document.write( "Eliminate y \n" ); document.write( "1 x -1 y = 10 \n" ); document.write( "2 x + 1 y = 2 \n" ); document.write( "Add the two equations \n" ); document.write( "3 x = 12 \n" ); document.write( "/ 3 \n" ); document.write( "x = 4 \n" ); document.write( "plug value of x in (1) \n" ); document.write( "1 x -1 y = 10 \n" ); document.write( "4 -1 y = 10 \n" ); document.write( " -1 y = 10 -4 \n" ); document.write( " -1 y = 6 \n" ); document.write( " y = -6 \n" ); document.write( " \n" ); document.write( " |