Respuesta :

To find slope given two points, there is a formula you can use: (y2-y1)/(x2-x1). Y2 stands for the second y coordinate and y1 stands for the first y coordinate. The same logic applies to the x's. Let's assume that (3, -2) is x1, y1 and (4,7) is x2, y2. Let's plug them into the formula.

(7-(-2))/(4-3).
7-(-2)=9 for total y value.

4-3=1 for the x value.

Now we divide them.
9/1=9. 9=m. M is the variable commonly used for slope. Hope this helped!

The slope between the two points (3,-2) and (4,7) is 9.

What is slope of a line?

The slope equals the rise divided by the run: . You can determine the slope of a line from its graph by looking at the rise and run. One characteristic of a line is that its slope is constant all the way along it.

To find slope given two(x1, y1) and(x2, y2) points, we use the formula

[tex]m=\frac{y_2-y_1}{x_2-x_1}[/tex]

Given coordinates are:(3,-2) and (4,7)

x1= 3, x2= 4 , y1= -2 and y2= 7

Using Formula,

[tex]m=\frac{7-(-2))}{(4-3)}[/tex]

   = 9 /1

   = 9

So, the slope between two points is 9.

Learn more about slope here:

https://brainly.com/question/2491620

#SPJ2