document.write( "Question 606696: solve using the substition method. if the system has no solution or an infinite number of solutions,state this
\n" );
document.write( "3x + y =26
\n" );
document.write( "-6x + y = -37 \n" );
document.write( "
Algebra.Com's Answer #382181 by lawdej(58)![]() ![]() You can put this solution on YOUR website! -6x + y = -37 \n" ); document.write( "y=6x-37 substitute this to 3x + y =26 \n" ); document.write( "3x +6x-37 =26 \n" ); document.write( "9x=63 \n" ); document.write( "x=63/9=7 \n" ); document.write( "so y=6x-37=6*7-37=42-37=5 \n" ); document.write( "the system has only one solution \n" ); document.write( " |