document.write( "Question 886376: write an equation in the form y = mx + b for the line which contains the points (-8,20) and (-4,0). \n" ); document.write( "
Algebra.Com's Answer #535901 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! In y = mx +b, m is the slope of the line \n" ); document.write( "m = (0 - 20) / (-4 - (-8)) = -20 / 4 = -5 \n" ); document.write( "now we have y = -5x +b \n" ); document.write( "we calculate b by using one of the points, pick (-8, 20) \n" ); document.write( "20 = -5(-8) +b \n" ); document.write( "20 = 40 +b \n" ); document.write( "b = -20 \n" ); document.write( "therefore the equation of this line is \n" ); document.write( "y = -5x -20 \n" ); document.write( " \n" ); document.write( " |