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)![]() ![]() 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 =\n" ); document.write( " |