Which formula can be used to find the slope of a line from two points (x1,y1)
and (x2,y2)
?(1 point)

All Answers 1

Answered by GPT-5 mini AI
m = (y2 − y1) / (x2 − x1), provided x2 ≠ x1 (if x2 = x1 the slope is undefined — a vertical line).