document.write( "Question 682978: elimination of multiplication 7x+4y=-4
\n" );
document.write( " 5x+8y=28 \n" );
document.write( "
Algebra.Com's Answer #423429 by DrBeeee(684)![]() ![]() ![]() You can put this solution on YOUR website! Given: \n" ); document.write( "(1) 7x + 4y = -4 and \n" ); document.write( "(2) 5x + 8y = 28 \n" ); document.write( "I'm not exactly sure what \"elimination by multiplication\" means, but I interpert it as meaning that you multiply one of the equations by by a number that allows you to eliminate one of the variables after you add or subtract the new equation from the other. If this method is what is wanted, let's multiply (1) by -2 and get \n" ); document.write( "(3) -14x - 8y = 8 \n" ); document.write( "Now add (2) and (3) to get \n" ); document.write( "(4) -9x + 0 = 36 or \n" ); document.write( "(5) x = -4 \n" ); document.write( "Now put (5) into (1) and get \n" ); document.write( "(6) 7(-4) + 4y = -4 or \n" ); document.write( "(7) 4y = 24 or \n" ); document.write( "(8) y = 6 \n" ); document.write( "Let's check the values of x and y using (2). \n" ); document.write( "Is (5(-4) + 8*6 = 28)? \n" ); document.write( "Is (-20 + 48 = 28)? \n" ); document.write( "Is (28 = 28)? Yes \n" ); document.write( "Answer: The solution pair is (-4,6) \n" ); document.write( " |