#need help with finding the slope.

11 messages · Page 1 of 1 (latest)

acoustic flameBOT
simple flax
#

@safe spadeThe slope is undefined

#

Because if you use the slope formula

#

the two points are (-1, 0) and (-1, -4)

#

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

#

if you substitute the values in those variables you would get

#

m=(-4-0)/(-1+1)

#

m=-4/0

#

since you can't divide by zero it is undefined

#

so the slope is undefined

#

.solved