How do you calculate the slope of (-1,-6) and (1,2)?

1 Answer
Jul 21, 2015

m=(y_2-y_1)/(x_2-x_1) = 4m=y2y1x2x1=4

Explanation:

To find the slope of two points, we need to use the following slope formula;

m=(y_2-y_1)/(x_2-x_1)m=y2y1x2x1

where m is slope and (x_1,y_1)(x1,y1) and (x_2,y_2)(x2,y2) are the co-ordinates of the points.

In this question let's assume that

(x_1,y_1) = (-1,-6)(x1,y1)=(1,6) and (x_2,y_2)=(1,2)(x2,y2)=(1,2)

Now plug the given values in the formula, we get

m=(2-(-6))/(1-(-1)) = (2+6)/(1+1) = 8/2 = 4m=2(6)1(1)=2+61+1=82=4

Hence the slope of points is 4.

Thanks