document.write( "Question 258794: solve the system of linear equations:
\n" );
document.write( "4x + 10y = -28
\n" );
document.write( "6x + 7y = 6 \n" );
document.write( "
Algebra.Com's Answer #190511 by unlockmath(1688)![]() ![]() You can put this solution on YOUR website! Hello, \n" ); document.write( "Let's multiply the first equation by 6 and the second one by -4. That will give us: \n" ); document.write( "24x + 60y = -168 \n" ); document.write( "-24x -28y = -24 \n" ); document.write( "Now we can add both of these together and gives us: \n" ); document.write( "32y=-192 Divide both sides by 32 will be: \n" ); document.write( "y=-6 Now we can plug this into either original equation: \n" ); document.write( "4x + 10(-6) = -28 Add 60 to both sides will be: \n" ); document.write( "4x=32 Divide both sides by 4 to be: \n" ); document.write( "x=8 \n" ); document.write( "Now plug both answers x=8 and y=-6 into both equations to see if it works out. \n" ); document.write( "RJ \n" ); document.write( "Check out a new book I wrote at: \n" ); document.write( "www.math-unlock.com \n" ); document.write( " \n" ); document.write( " |