document.write( "Question 38082: Solve the system by addition\r
\n" );
document.write( "\n" );
document.write( "5x + 9y = -12
\n" );
document.write( "x - 2y = 10 \n" );
document.write( "
Algebra.Com's Answer #23610 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! From\r \n" ); document.write( "\n" ); document.write( "5x + 9y = -12 \n" ); document.write( "x - 2y = 10 \n" ); document.write( "let us multiply the bottom equation by (-5) and add it to the top one... \n" ); document.write( "5x + 9y = -12 \n" ); document.write( "-5x + 10y = -50 \n" ); document.write( "which yields \n" ); document.write( "19y = -62 \n" ); document.write( "and the not-so-nice \n" ); document.write( "y = -62/19 \n" ); document.write( "Now plug that into the second equation to find x... \n" ); document.write( "x - 2(-62/19) = 10 \n" ); document.write( "x + 124/19 = 10 \n" ); document.write( "x + 124/19 = 190/19 \n" ); document.write( "x = 66/19 \n" ); document.write( " |