document.write( "Question 1015007: Thanks!\r
\n" );
document.write( "\n" );
document.write( "In which line is a mistake first made when solving the following system of equations by substitution?
\n" );
document.write( "3x + y = 9
\n" );
document.write( "-2x + y = 4\r
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "Line 1
\n" );
document.write( "y = -3x + 9
\n" );
document.write( "-2x + y = 4
\n" );
document.write( "Line 2
\n" );
document.write( "3x + (-3x + 9) = 9
\n" );
document.write( "Line 3
\n" );
document.write( "3x - 3x + 9 = 9
\n" );
document.write( "Line 4
\n" );
document.write( "9 = 9 \n" );
document.write( "
Algebra.Com's Answer #631329 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! -2x+y=4 \n" ); document.write( "-2x-3x+9=4 \n" ); document.write( "-5x=-5 \n" ); document.write( "x=1 \n" ); document.write( "The mistake is made in line 2. The first line is fine, but now the y =-3x+9 has to be substituted for y in the equation -2x+y=4, not back into the first equation where of course it will be 9=9. \n" ); document.write( " |