In this exercise, we will examine Ron-Jon's incorrect solution when he tried to find the of a line. Let's begin by writing the .
slope=runrise⇔m=x2−x1y2−y1
In the formula,
m represents the slope, and
(x1,y1) and
(x2,y2) represent points that lie on the line. Let's find the slope by ourselves and compare our results to determine the mistake Ron-Jon made. To do so, we will substitute
(5,4) and
(-1,16) for
(x1,y1) and
(x2,y2), respectively.
m=x2−x1y2−y1
m=-1−516−4
Right away we can see Ron-Jon's error. The points were wrongly substituted into the formula. Basically, he calculated
run over rise
rather than
rise over run.
Let's continue and find the correct slope.
m=-1−516−4
m=-612
m=-612
m=-2
The correct slope is
-2.