document.write( "Question 534618: Solve using the elimination method. Show your work. If the system has no solution or an infinite number of solutions, state this.
\n" ); document.write( "4x – 8y = 48\r
\n" ); document.write( "\n" ); document.write( "11x + 3y = -105.5\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #351610 by Edwin McCravy(20056)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( " 4x – 8y =   48 \r\n" );
document.write( "11x + 3y = -105.5 \r\n" );
document.write( "\r\n" );
document.write( "We start by eliminating y:\r\n" );
document.write( "\r\n" );
document.write( "Look at the absolute values of the coefficients of x\r\n" );
document.write( "|4| = 4, |11| = 11\r\n" );
document.write( "\r\n" );
document.write( "The least common multiple of of 4 and 11 is 44.  So if\r\n" );
document.write( "we multiply the first equation through by -11 the \r\n" );
document.write( "coefficient of y will be -44, and if we multiply\r\n" );
document.write( "the second equation through by 4, the coefficient\r\n" );
document.write( "of y will be +44, and the x-terms will cancel when adding\r\n" );
document.write( "the equations term by term.\r\n" );
document.write( "\r\n" );
document.write( "-44x + 88y = -528 \r\n" );
document.write( " 44x + 12y = -422\r\n" );
document.write( "-----------------\r\n" );
document.write( "      100y = -950\r\n" );
document.write( "         y = \"%28-950%29%2F100\"\r\n" );
document.write( "         y = \"-19%2F2\"\r\n" );
document.write( "\r\n" );
document.write( "Now we start over and this time we eliminate y: \r\n" );
document.write( "\r\n" );
document.write( " 4x – 8y =   48 \r\n" );
document.write( "11x + 3y = -105.5\r\n" );
document.write( "\r\n" );
document.write( "Look at the absolute values of the coefficients of y\r\n" );
document.write( "|-8| = 8, |3| = 3\r\n" );
document.write( "\r\n" );
document.write( "The least common multiple of of 8 and 3 is 24.  So if\r\n" );
document.write( "we multiply the first equation through by 3 the \r\n" );
document.write( "coefficient of y will be -24, and if we multiply\r\n" );
document.write( "the second equation through by 8, the coefficient\r\n" );
document.write( "of y will be +24, and the terms will cancel when adding\r\n" );
document.write( "the equtions term by term.\r\n" );
document.write( "\r\n" );
document.write( " 12x - 24y =  144\r\n" );
document.write( " 88x + 24y = -844\r\n" );
document.write( "-----------------\r\n" );
document.write( "100x       = -700\r\n" );
document.write( "         x = \"-700%2F100\"\r\n" );
document.write( "         x = -7\r\n" );
document.write( "\r\n" );
document.write( "So the solution is (x,y) = (-7,\"-19%2F2\")\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );