document.write( "Question 525574: is this systen of equations:
\n" );
document.write( "-4x-2y=-4
\n" );
document.write( "3x-y=13
\n" );
document.write( "independent,dependent, or inconsistent \n" );
document.write( "
Algebra.Com's Answer #348285 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! -4x - 2y = 4 \n" ); document.write( " 3x - y = 13 \n" ); document.write( "Use the 2nd equation for substitution \n" ); document.write( "-y = - 3x + 13 \n" ); document.write( "Mult by -1 \n" ); document.write( "y = (3x-13) \n" ); document.write( ": \n" ); document.write( "Replace y with (3x-13) in the 1st equatio \n" ); document.write( "-4x - 2(3x-13) = 4 \n" ); document.write( "-4x - 6x + 26 = 4 \n" ); document.write( "-10x = 4 - 26 \n" ); document.write( "-10x = -22 \n" ); document.write( "x = 22/10 \n" ); document.write( "x = 2.2 \n" ); document.write( ": \n" ); document.write( "Find y \n" ); document.write( "y = 3(2.2) - 13 \n" ); document.write( "y = 6.6 - 13 \n" ); document.write( "y = -6.4 \n" ); document.write( ": \n" ); document.write( "You can check this solutions in the original equations \n" ); document.write( " \n" ); document.write( " |