123k views
3 votes
if you know two points on a line, how can you find the right the rate of change of the variables being graphed?

1 Answer

4 votes

You divide the difference in y-coordinates by the diffrence in x-coordinates. Or whatever the variables are.

Lets say the coordinates of the two points are (a,b) and (c,d). Then:

Rate of change is "rise/run" = (b - d)/(c - a) = (d - b)/(a - c)

User Stormy
by
5.3k points