document.write( "Question 816017: Hello! I need help in solving a system of equation. The answers were provided but I don't understand how problem was solved. The system of equation is:
\n" );
document.write( "y=2x+3
\n" );
document.write( "y=-x-9\r
\n" );
document.write( "\n" );
document.write( "The answer is: (-4,-5)\r
\n" );
document.write( "\n" );
document.write( "Thank you in advance for the help! \n" );
document.write( "
Algebra.Com's Answer #491306 by richwmiller(17219) You can put this solution on YOUR website! since both = y set them equal to each other \n" ); document.write( "\ \n" ); document.write( "2x+3=-x-9 \n" ); document.write( "add x \n" ); document.write( "3x+3=-9 \n" ); document.write( "subtrac 3 \n" ); document.write( "3x=-12 \n" ); document.write( "divide by 3 \n" ); document.write( "x=-4 \n" ); document.write( "y=-x-9 \n" ); document.write( "y=-(-4)-9 \n" ); document.write( "y=-5 \n" ); document.write( " |