document.write( "Question 410020: how do you solve the following problem. x+3y=1 -3x-3y=-15
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #288446 by Adrish(44)![]() ![]() ![]() You can put this solution on YOUR website! SOLUTIONS: x+3y=1.............(1)\r \n" ); document.write( "\n" ); document.write( "-3x-3y=-15.................(2) \n" ); document.write( "Equation (1) can be rewritten as \n" ); document.write( " \n" ); document.write( " x=-3y+1\r \n" ); document.write( "\n" ); document.write( "Now Divide the whole equation(2) by -3, we get\r \n" ); document.write( "\n" ); document.write( "x+y=5 \n" ); document.write( "Substitute the value of x in the above equation we get\r \n" ); document.write( "\n" ); document.write( "-3y+1+y=5 \n" ); document.write( "-2y = 4 \n" ); document.write( "so, y=-2\r \n" ); document.write( "\n" ); document.write( "Now substitute the value of y in \n" ); document.write( "x=-3y+1 \n" ); document.write( "x=-3(-2)+1 \n" ); document.write( "x=-5 \n" ); document.write( " |