document.write( "Question 185602: Solve Problems Using Linear Systems
\n" );
document.write( "6. Consider the linear systems
\n" );
document.write( "3x-y=8
\n" );
document.write( "4x-y=-15
\n" );
document.write( "a) Which method would you choose to solve the linear systems and why? Solve using the method you chose.
\n" );
document.write( "b) Now solve using one of the other methods available to you.
\n" );
document.write( "(The answer is: a)(-23, -77) and b) (-23,-77), but i dont know how to solve it?) \n" );
document.write( "
Algebra.Com's Answer #139261 by checkley77(12844)![]() ![]() ![]() You can put this solution on YOUR website! 3x-y=8 multiply this equation by -1 & add them. \n" ); document.write( "4x-y=-15 \n" ); document.write( "-3x+y=-8 \n" ); document.write( "------------------------ \n" ); document.write( "x=-23 ans. \n" ); document.write( "3*-23-y=8 \n" ); document.write( "-69-y=8 \n" ); document.write( "-y=8+69 \n" ); document.write( "-y=77 \n" ); document.write( "y=-77 ans. \n" ); document.write( "Proof: \n" ); document.write( "4*-23-(-77)=-15 \n" ); document.write( "-92+77=-15 \n" ); document.write( "-15=-15 \n" ); document.write( " \n" ); document.write( " |