document.write( "Question 748492: two sums of y=x
\n" );
document.write( " y=-3x-8
\n" );
document.write( "I know on a linear graph they meet at co-ordinates (-2,-2)
\n" );
document.write( "ive been asked to solve the two above sums usng eliminaton and subsitution method for simultanious linear equations I have spent all day trying to work it out ad just cant grasp it could you help please \n" );
document.write( "
Algebra.Com's Answer #455504 by nilan(17)![]() ![]() ![]() You can put this solution on YOUR website! y=x -------(A) \n" ); document.write( "y=-3x-8 -------(B)\r \n" ); document.write( "\n" ); document.write( "(A)-(B)\r \n" ); document.write( "\n" ); document.write( "y-y = x-(-3x-8) \n" ); document.write( "0 = x+3x+8 \n" ); document.write( "0 = 4x+8 \n" ); document.write( "dividing both side by 4 \n" ); document.write( "0 = x+2 \n" ); document.write( "so x = -2\r \n" ); document.write( "\n" ); document.write( "substituting this into equation (A) \n" ); document.write( "which is y=x \n" ); document.write( "y=-2 \n" ); document.write( " |