document.write( "Question 44238This question is from textbook College Algebra
\n" );
document.write( ": Solve each system by substitution. Determine whether each system is independent, inconsistent, or dependent\r
\n" );
document.write( "\n" );
document.write( "3x - 2y = 7
\n" );
document.write( "-3x + y = 5 \n" );
document.write( "
Algebra.Com's Answer #29209 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! From \n" ); document.write( "3x - 2y = 7 \n" ); document.write( "-3x + y = 5 \n" ); document.write( "we can solve the second one for y and substitute it into the first one, so we get \n" ); document.write( "y = 3x + 5 and then \n" ); document.write( "3x - 2(3x + 5) = 7 \n" ); document.write( "3x - 6x - 10 = 7 \n" ); document.write( "-3x - 10 = 7 \n" ); document.write( "-3x = 17 \n" ); document.write( "x = -17/3 \n" ); document.write( "If we plug that in to the first equation and get \n" ); document.write( "3(-17/3) - 2y = 7 \n" ); document.write( "-17 - 2y = 7 \n" ); document.write( "-2y = 24 \n" ); document.write( "and finally \n" ); document.write( "y = -12 \n" ); document.write( "Our solution is (-17/3, -12) and our system is consistent and independent. \n" ); document.write( " |