document.write( "Question 750770: I need help finding the coordinates to graph -x - y = -8 and -3x + 4y =2 \n" ); document.write( "
Algebra.Com's Answer #456824 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! find the coordinates to graph -x - y = -8 and -3x + 4y =2\r \n" ); document.write( "\n" ); document.write( "we should use the formula y = mx + b where m is slope (y/x) and b is y intercept\r \n" ); document.write( "\n" ); document.write( "1) -x -y = -8 \n" ); document.write( " -y = x - 8 \n" ); document.write( " y = -x + 8 and x = 8 - y \n" ); document.write( " here are two points (0,8) and (8, 0)\r \n" ); document.write( "\n" ); document.write( "2) -3x + 4y =2 \n" ); document.write( " 4y = 3x+2 \n" ); document.write( " y = (3/4)x + 1/2 and x = (4/3)y - (2/3) \n" ); document.write( " here are two points (0, 1/2) and (-(2/3), 0)\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |