Yohan C. answered 01/31/16
Tutor
4
(1)
Math Tutor (up to Calculus) (not Statistics and Finite)
Hey Mikiah,
slope of a line: m = (y2 - y1) / (x2 - x1)
(slope of line 1) x (slope of line 2) = -1
which it verifies the definition of perpendicular (between 2 lines)
m of y = 4x-2 is 4/1 therefore you need a line that has (-1/4) that goes through (8,3). To get that, use point-slope form:
m (x - x1) = (y - y1)
With new slope being (-1/4) and point is (8,3), here is the equation:
(-1/4) (x - 8) = (y - 3)
If you distribute left side, you will get (-1/4 x + 2) = y - 3
After that, you add 3 to both sides to get y = mx + b (slope y-intercept form). For your equation, it will be:
y = (-1/4) x + 5
If your teacher also wants in standard form, multiply entire equation by 4 and move the x to the left side to make
Ax + By = C. And it will look like this:
x + 4y = 20 (for standard form)
Good luck to you.