document.write( "Question 335627: Solve the below system of linear equations
\n" );
document.write( "7x+6y=-48
\n" );
document.write( "x-3y=-3 \n" );
document.write( "
Algebra.Com's Answer #240636 by kvlsravya(8)![]() ![]() ![]() You can put this solution on YOUR website! Let us suppose the given system of equations as \n" ); document.write( "7x + 6y = -48 ---- (1) \n" ); document.write( "x - 3y = -3 ---- (2) \n" ); document.write( "Let us employ the elimination method to eliminate x. \n" ); document.write( "Multiplying (2) by 7, we get \n" ); document.write( "7x - 21y = -21 ---- (3)\r \n" ); document.write( "\n" ); document.write( "Subtracting (1) from (3), we get \n" ); document.write( "y = -1 \n" ); document.write( "Plugging in the value of 'y' in any of the equations (1), (2), we get \n" ); document.write( "x = -6\r \n" ); document.write( "\n" ); document.write( "Hence, the solution to the given system of linear equations is x = -6 and y = -1. \n" ); document.write( " |