document.write( "Question 264711: solve by eilimination
\n" ); document.write( "1)3x+7y =48
\n" ); document.write( " 5x-7y= -32\r
\n" ); document.write( "\n" ); document.write( "2)-2x+3y =25
\n" ); document.write( " -2x+6y=58 \r
\n" ); document.write( "\n" ); document.write( "3)3x+8y = 81
\n" ); document.write( " 5x+6y=-39 \r
\n" ); document.write( "\n" ); document.write( "4)8x+13y=179
\n" ); document.write( " 2x-13y=-69
\n" ); document.write( "

Algebra.Com's Answer #194832 by Edwin McCravy(20056)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "I'll just do the 3rd one, the hardest one:\r\n" );
document.write( "\r\n" );
document.write( "\"system%283x%2B8y+=+81%2C5x%2B6y=-39%29\"\r\n" );
document.write( "\r\n" );
document.write( "To eliminate the x's:\r\n" );
document.write( "\r\n" );
document.write( "The coefficients of x are 3 and 5.\r\n" );
document.write( "The least common multiple of 3 and 5 is 15. We want to\r\n" );
document.write( "make one of the coefficients of x 15 and the other one\r\n" );
document.write( "-15.  To do that we multiply the first equation through\r\n" );
document.write( "by 5 and the second one through by -3:\r\n" );
document.write( "\r\n" );
document.write( "\"system%2815x%2B40y=405%2C-15x-18y=117%29\"\r\n" );
document.write( "\r\n" );
document.write( "Add the two equations term by term\r\n" );
document.write( " \r\n" );
document.write( "\"0x%2B22y=522\"\r\n" );
document.write( "\"22y=522\"\r\n" );
document.write( "\"y=522%2F22\"\r\n" );
document.write( "\"y=261%2F11\"\r\n" );
document.write( "\r\n" );
document.write( "Go back to the original system:\r\n" );
document.write( "\r\n" );
document.write( "\"system%283x%2B8y+=+81%2C5x%2B6y=-39%29\"\r\n" );
document.write( "\r\n" );
document.write( "To eliminate the y's:\r\n" );
document.write( "The coefficients of y are 8 and 6.\r\n" );
document.write( "The least common multiple of 8 and 6 is 24. We want to\r\n" );
document.write( "make one of the coefficients of y 24 and the other one\r\n" );
document.write( "-24.  To do that we multiply the first equation through\r\n" );
document.write( "by 3 and the second one through by -4:\r\n" );
document.write( "\r\n" );
document.write( "\"system%289x%2B24y=243%2C-20x-24y=156%29\"\r\n" );
document.write( "\r\n" );
document.write( "Add the two equations term by term\r\n" );
document.write( " \r\n" );
document.write( "\"-11x%2B0y=399\"\r\n" );
document.write( "\r\n" );
document.write( "\"-11x=399\"\r\n" );
document.write( "\r\n" );
document.write( "\"x=-399%2F11\"\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );