document.write( "Question 1007197: Solve the system by substitution, if possible. (If the system is inconsistent, enter INCONSISTENT. If the system is dependent, enter a general solution in terms of x or y.)\r
\n" );
document.write( "\n" );
document.write( "{3x-y=20
\n" );
document.write( "{y=3x-20 \n" );
document.write( "
Algebra.Com's Answer #623182 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! From \n" ); document.write( "3x-y=20 \n" ); document.write( "y=3x-20 \n" ); document.write( "let us substitute the second one into the first equation... \n" ); document.write( "3x - (3x - 20) = 20 \n" ); document.write( "20 = 20 \n" ); document.write( "This tells us there are an infinite number of solutions. \n" ); document.write( "In fact, these are the very same equation, the same line and a DEPENDENT system where y = 3x - 20. \n" ); document.write( " |