Question 1182992
<br>
Using basic algebra....<br>
(1) Find the slope of the given line<br>
2x-4y+3=0
4y = 2x+3
y = (1/2)x+3/4<br>
The slope is 1/2; the slope of a line perpendicular to that line is -2/1, or just -2.<br>
(2) Use the general slope-intercept form of the equation with the desired slope of -2 passing through (x,y) = (-3,5) to find the equation<br>
y = mx+b
5 = (-2)(-3)+b
5 = 6+b
b = -1<br>
ANSWER: y = -2x-1<br>
A faster path to the answer....<br>
Given the equation 2x-4y+3=0, any line parallel to that line has the form 2x-4y+C=0 for some constant C, and any line perpendicular to that line has the form 4x+2y+C=0 for some constant C (switch the coefficients of x and y and change the sign of one of them).<br>
So we are looking for an equation of the form 4x+2y+C=0 that is satisfied by (x,y) = (-3,5):<br>
4(-3)+2(5)+C=0
-12+10+C=0
C=2<br>
The equation we want is<br>
4x+2y+2=0<br>
That is equivalent to the answer we got using basic algebra:<br>
4x+2y+2=0
2y = -4x-2
y = -2x-1<br>