document.write( "Question 1035972: How many solutions does this linear system have?\r
\n" );
document.write( "\n" );
document.write( "y = x+ 2 \r
\n" );
document.write( "\n" );
document.write( " 6x – 4y = –10\r
\n" );
document.write( "\n" );
document.write( "one solution: (–0.6, –1.6)
\n" );
document.write( "one solution: (–0.6, 1.6)
\n" );
document.write( "no solution
\n" );
document.write( "infinite number of solutions \n" );
document.write( "
Algebra.Com's Answer #650558 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! y = x+ 2 \n" ); document.write( "6x – 4y = –10 \n" ); document.write( "substitute the first into the second. \n" ); document.write( "6x-4(x+2)= -10 \n" ); document.write( "6x-4x-8=-10 \n" ); document.write( "2x=-2 \n" ); document.write( "x=-1 \n" ); document.write( "y=1 One solution, (-1,1) \n" ); document.write( "That is none of the choices above, but it is the right answer. Perhaps the choices were not correct or the equations are different from these. \n" ); document.write( " |