document.write( "Question 199254: {2x + y=7
\n" );
document.write( "{-5 - 2y=8 \n" );
document.write( "
Algebra.Com's Answer #149767 by tutorvolunteer(9)![]() ![]() ![]() You can put this solution on YOUR website! This is a system of equations. There are many methods for solving this, i.e. substitution, plugging in.\r \n" ); document.write( "\n" ); document.write( "I will solve this by plugging in Y to get X.\r \n" ); document.write( "\n" ); document.write( "2x + y = 7, so y = 7-2x\r \n" ); document.write( "\n" ); document.write( "Also, since -5-2y = 8, we can plug in y=7-2x, and get:\r \n" ); document.write( "\n" ); document.write( "-5-2(7-2x) = 8\r \n" ); document.write( "\n" ); document.write( "We distribute -2, so we get: -5 -14 + 4x = 8.\r \n" ); document.write( "\n" ); document.write( "Simplifying this, we get: x=6.75 \r \n" ); document.write( "\n" ); document.write( "Plug this into y = 7 - 2x, and we get: y = - 6.5 \n" ); document.write( " |