document.write( "Question 253524: Solve each system by the addition method. Determine whether
\n" );
document.write( "the equations are independent, dependent, or inconsistent.\r
\n" );
document.write( "\n" );
document.write( "x-y=3
\n" );
document.write( "-6x+6y=17 \n" );
document.write( "
Algebra.Com's Answer #185889 by Fombitz(32388)![]() ![]() You can put this solution on YOUR website! Multiply the first eq. by 6 and add to the second equation. \n" ); document.write( "6x-6y-6x+6y=18+17 \n" ); document.write( "0=35 \n" ); document.write( "The result is inconsistent. \n" ); document.write( "There is no solution, the lines are parallel. \n" ); document.write( " |