How do you find the slope of the line through the points (3,3)and (4,0)?

1 Answer
Apr 5, 2018

-33

Explanation:

We will use the slope formula to find the slope between these two points. The formula is essentially:

"rise"/"run" = "change in y"/"change in x"riserun=change in ychange in x

The actual formula is:

m = (y_2 - y_1)/(x_2 - x_1)m=y2y1x2x1

I will call (3,3)(3,3) Point 1, so:
x_1 = 3x1=3
y_1 = 3y1=3

And we'll call (4,0)(4,0) Point 2, so:
x_2 = 4x2=4
y_2 = 0y2=0

Now we can substitute those in and solve:
m = (0 - 3)/(4 - 3)m=0343

m = (-3)/1m=31

m = -3m=3

The slope of this line is -33.