document.write( "Question 49587: 2x-4y=7
\n" );
document.write( "4x+2y=9\r
\n" );
document.write( "\n" );
document.write( "Solve the system by addition. I used the solver but it didn't make sense to me. Can you explain this in more detail please. \n" );
document.write( "
Algebra.Com's Answer #32954 by checkley71(8403)![]() ![]() ![]() You can put this solution on YOUR website! 2x-4y=7 & 4x+2y=9 multiply this second equation by 2 we get 8x+4y=18 now add \n" ); document.write( "4x+4y=18 \n" ); document.write( "---------- \n" ); document.write( "6x=25 or x=25/6 now substituting 25/6 for x in equation we get\r \n" ); document.write( "\n" ); document.write( "2*25/6-4y=7 or 50/6-4y=7 or -4y=7-50/6 or -4y=(42-50)/6 or -4y=-8/6 or\r \n" ); document.write( "\n" ); document.write( "y=(8/6)/4 or y=8/24 or y=1/3\r \n" ); document.write( "\n" ); document.write( "NOTE: The reason for multiplying the equation by 2 is to obtain a +4y term so we can add the two equations & eliminate the y terms (-4y+4y=0). Now we can solve for x. \n" ); document.write( " |