document.write( "Question 947975: Solve the system using elimination.
\n" );
document.write( "
\n" );
document.write( "4x - 5y = 11
\n" );
document.write( "6x + 7y = 31
\n" );
document.write( "
\n" );
document.write( "A. (-2, 2)
\n" );
document.write( "B. (10, 2)
\n" );
document.write( "C. (4, -5)
\n" );
document.write( "D. (4, 1) \n" );
document.write( "
Algebra.Com's Answer #581763 by EdenWolf(517)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( " \n" ); document.write( "To eliminate one of the variables, let us multiply the top equation by 3 and the bottom equation by -2, so we can have 12x on the top and -12x on the bottom, so then we can add the two equations to eliminate the x variable. \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "Now let's add the two equations together, thus eliminating the x variable. \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "We know that y is 1, so let's plug it into one of the equations. For example, let's just use the first one, to find x. \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Thus the answer is D: (4,1). \n" ); document.write( " |