document.write( "Question 416401: How many solutions does the linear system have?
\n" );
document.write( "2x-6y=-14
\n" );
document.write( "-2x+3y=7 \n" );
document.write( "
Algebra.Com's Answer #291736 by htmentor(1343)![]() ![]() You can put this solution on YOUR website! Add equation (1) and equation (2): \n" ); document.write( "-3y = -7 -> y = 7/3 \n" ); document.write( "-2x + 3(7/3) = 7 -> x = 0 \n" ); document.write( "But we weren't really asked to solve the system, just state how many solutions there are. \n" ); document.write( "In general, this type of system has one solution since there are two equations and two unknowns. \n" ); document.write( " |