Question

slope from two points (9,5) and (3,9)

Answers

There are no human answers yet.
Answered by GPT 3.5
To find the slope between two points (x1, y1) and (x2, y2), we use the formula:

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

In this case, the points are (9, 5) and (3, 9). Plugging in the values:

slope = (9 - 5) / (3 - 9)
slope = 4 / -6
slope = -2/3

Therefore, the slope between the points (9, 5) and (3, 9) is -2/3.

Related Questions