Respuesta :
Answer:
y = 1/2x - 3.5
Step-by-step explanation:
so lets start by finding the equation of the line AB
we know the y-intercept is 4 from the point 0,4 so we know it'll look something like this
y = mx + 4 and we can plug in the other point we know -> 0 = m(-2) + 4 -> 4 = m(-2) -> m = -2 so the full equation of the line is y = -2x + 4
ok now we can find the other line. we know that perpendicular lines have an opposire reciprocal slope so in this case -2 would turn into 1/2
y = 1/2x + b
now lets plug in point C
-1 = (1/2)(5) + b
-1 - (2.5) = b
-3.5 = b
so the equation is y = 1/2x - 3.5
Answer:
[tex]y=-\dfrac12 x + \dfrac32[/tex]
Step-by-step explanation:
Equation of line AB:
Let A = [tex](x_1,y_1)[/tex] = (-2, 0)
Let B = [tex](x_2, y_2)[/tex] = (0, 4)
Use equation of slope to find slope m:
[tex]m=\dfrac{y_2-y_1}{x_2-x_1}=\dfrac{4 -0}{0+2}=2[/tex]
Use point-slope form for linear equation:
[tex]y-y_1=m(x-x_1)[/tex]
[tex]\implies y-0=2(x+2)[/tex]
[tex]\implies y =2x+4[/tex]
Equation of line passing through C
If the line that passes through C is perpendicular to AB, then their slopes will be opposite reciprocals of each other.
⇒ [tex]m=\dfrac{-1}{2}=-\dfrac12[/tex]
Use point-slope form for linear equation and [tex](x_1,y_1)[/tex] is point C:
[tex]y-y_1=m(x-x_1)[/tex]
[tex]\implies y+1=-\dfrac12 (x-5)[/tex]
[tex]\implies y=-\dfrac12 x + \dfrac32[/tex]