
David W. answered 10/01/16
Tutor
4.7
(90)
retired
PLZ, ONCE AND FOREVER, convert the Standard Format of a line (Ax+By=C) to slope-intercept form (y=mx+b) and get y=(-A/B)x+(C/B) and remember:
-- the slope is (-A/B), so all perpendicular lines have slope (B/A) [the negative reciprocal of (-A/B)]
-- the y-intercept is (C/B).
The slope of line 2x+7y=8 is (-2/7). The slope of all perpendicular lines is (7/2).
The equation of all perpendicular lines is:
7x - 2y = D [and we need a point like (5,-7) to determine D]
7(5) - 2(-7) = D
35 +14 = D
49 = D
The equation of the perpendicular line, in Standard Format, is: 7x - 2y = 49
Remember how to convert that? y = -(7/(-2))x + (49/(-2))
y = (7/2)x - 49/2