document.write( "Question 179919: What is the formula for the equation which has the the points (1,8) and (-1,12)? \n" ); document.write( "
Algebra.Com's Answer #134858 by Slayer(3) ![]() You can put this solution on YOUR website! (1,8) and (-1,12) \n" ); document.write( "REMEMBER: The equation should look like \" y=mx+b \" \n" ); document.write( "m = the slope \n" ); document.write( "b = y intercept \n" ); document.write( "First find the slope FORMULA: y2 - y1 / x2 - x1. \n" ); document.write( "So; 12-8 / -1-1 \n" ); document.write( "= 4/-2 = -2 \n" ); document.write( "Fill in the slope; y=-2x+b; now all we need in the \"b\" \n" ); document.write( "Take one of those points for instance (1,8) Fill them into the equation. \r \n" ); document.write( "\n" ); document.write( "8=-2(1)+b \n" ); document.write( " 8=-2+b \n" ); document.write( "+2 +2 \n" ); document.write( "10 = b \n" ); document.write( "Now the eqiation is y = -2x + 10 \n" ); document.write( " |