Find the slope of the line passing through the pair of points. (3, -2)and (4, -2). I got 4/7

-

No, you have to take the difference in the y's and the x's , you added them, (and made a mistake in doing so)

slope = (-2 - (-2))/ 4-3) = 0/1 = 0

Thanks, I am so lost.

for (x1,y1) and (x2,y2) the slope = (y2-y1)/(x2-x1)

the answer is -8/1...

To find the slope of a line passing through a pair of points, you can use the formula:

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

Let's apply this formula to the given points (3, -2) and (4, -2).

Let's label the first point as (x1, y1) = (3, -2), and the second point as (x2, y2) = (4, -2).

Now, let's substitute the coordinates into the formula:

slope = (-2 - (-2)) / (4 - 3)
= 0 / 1
= 0

Therefore, the slope of the line passing through the given points is 0.

It seems there was an error in your calculation. Double-check your calculations to ensure accuracy.