Michael A. answered 10/06/16
Tutor
5.0
(2,587)
AFOQT/ASVAB Test Prep Strategist, TEAS/HESI/College Math Tutor
Cody used the point-slope form to find the equation of the line, which is
y - y0 = m(x - x0) where m = slope and (x0, y0) is a point on the line
The slope m can be found by calculating rise over run, that is, the difference of the two y-coordinates given and the difference of the two x-coordinates.
It appears that the two points on the line are (2/3, 2) and (1/2, 5). In that case, the slope is:
(5 - 2)/(1/2 - 2/3) = 3/(3/6 - 4/6) = 3/(-1/6) = 3 * (-6) = -18 Why?
When you divide by a fraction, you have to find the reciprocal of the fraction and then multiply. Hence, the slope of the line is -18.
The equation of the line is now y - 2 = -18(x - 2/3) using the point (2/3, 2)
In standard form, the equation of a line is Ax + By = C, where A, B, and C are constants.
Let's put our equation of the line into this form.
y - 2 = -18x + 12
18x + y - 2 = 12
18x + y = 14