document.write( "Question 1012695: solve the following systems of equations algebraic ally and check :
\n" );
document.write( "3x+y=3
\n" );
document.write( "y=2x-7 \n" );
document.write( "
Algebra.Com's Answer #628697 by fractalier(6550) You can put this solution on YOUR website! For this system, I would recommend the substitution method... \n" ); document.write( "3x+y=3 \n" ); document.write( "y=2x-7 \n" ); document.write( "Let's substitute the second equation into the first and get \n" ); document.write( "3x + (2x - 7) = 3 \n" ); document.write( "5x - 7 = 3 \n" ); document.write( "5x = 10 \n" ); document.write( "x = 2 \n" ); document.write( "and then \n" ); document.write( "y = 2(2) - 7 = -3 \n" ); document.write( "The answer is (2, -3). \n" ); document.write( "Checking the first equation gives \n" ); document.write( "3(2) + (-3) = 3 \n" ); document.write( "6 - 3 = 3 \n" ); document.write( "3 = 3 checks! \n" ); document.write( " |