document.write( "Question 253241: Please help me solve this linear system:
\n" );
document.write( "x+7=-9y
\n" );
document.write( "y=7-4x\r
\n" );
document.write( "\n" );
document.write( "I need to figure out what x and y is..
\n" );
document.write( "Thank you. \n" );
document.write( "
Algebra.Com's Answer #185521 by drk(1908)![]() ![]() ![]() You can put this solution on YOUR website! Our 2 original equations are: \n" ); document.write( "(i) x+7=-9y \n" ); document.write( "(ii) y=7-4x \n" ); document.write( "I will use substitution for this. Put (ii) in for the y in (i) as \n" ); document.write( "(iii) x + 7 = -9 (7-4x) \n" ); document.write( "distribute the-9 as \n" ); document.write( "(iv) x + 7 = -63 + 36x \n" ); document.write( "isolate x and the number as \n" ); document.write( "(v) 70 = 35x \n" ); document.write( "x = 2. since x = 2, we find y = -1. \n" ); document.write( "(2, -1) \n" ); document.write( " |