document.write( "Question 153220:  Find the solution of the system; type and ordered pair.\r
\n" );
document.write( "\n" );
document.write( "9x-2y=-47
\n" );
document.write( "8x+48=y\r
\n" );
document.write( "\n" );
document.write( "Please talk me through this. I have quite a few examples of how to solve it, it's just that instead of an addition sign theres a subtraction sign and it's confusing my dumb little mind. \n" );
document.write( "
| Algebra.Com's Answer #112749 by stanbon(75887)      You can put this solution on YOUR website! 9x-2y=-47 \n" ); document.write( "8x+48=y \n" ); document.write( "------------ \n" ); document.write( "Rearrange to use elimination: \n" ); document.write( "9x - 2y = -47 \n" ); document.write( "8x - y = -48 \n" ); document.write( "----------------- \n" ); document.write( "Now the objective is to have the same number of x's or y's in both equations. \n" ); document.write( "So, multiply the 2nd equation by 2 and rewrite the system. \n" ); document.write( "----------------- \n" ); document.write( "9x - 2y = -47 \n" ); document.write( "16x -2y = -96 \n" ); document.write( "============== \n" ); document.write( "Subtract the 1st equation from the 2nd to get: \n" ); document.write( "7x = -49 \n" ); document.write( "x = -7 \n" ); document.write( "----------------- \n" ); document.write( "Substitute into 8x+48=y to solve for \"y\": \n" ); document.write( "y = 8*-7 + 48 \n" ); document.write( "y = -56 + 48 \n" ); document.write( "y = -7 \n" ); document.write( "------------- \n" ); document.write( "Final solution: (-7,-7) \n" ); document.write( "=============== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H.\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |