Find the gradient between the points (3,7) and (-1,3).

1 answer

The gradient between two points can be found by using the formula:

m = (y2 - y1) / (x2 - x1)

where (x1,y1) and (x2,y2) are the two points given.

So, in this case,

m = (3 - 7) / (-1 - 3)
= (-4) / (-4)
= 1

Therefore, the gradient between the points (3,7) and (-1,3) is 1.