Problem 14, Part (a)
The given equation y = 2(x-10)+3 has a slope of m = 2. Anything parallel to this will also have the same slope, but a different y intercept.
Let's find the point slope form of the parallel line through (-4,1)
[tex]y-y_1 = m(x - x_1)\\\\y-1 = 2(x - (-4))\\\\y-1 = 2(x + 4)\\\\[/tex]
The point slope form is: y-1 = 2(x+4)
Now solve for y to get the slope intercept form.
[tex]y-1 = 2(x + 4)\\\\y = 2(x + 4)+1\\\\y = 2x + 8+1\\\\y = 2x + 9\\\\[/tex]
The slope intercept form is: y = 2x+9
============================================================
Problem 14, Part (b)
The original slope is m = 2. Apply the negative reciprocal to go from 2/1 to -1/2. The perpendicular slope is -1/2.
Using the same point (-4,1), we find that the point slope form is...
[tex]y-y_1 = m(x - x_1)\\\\y-1 = -\frac{1}{2}(x - (-4))\\\\y-1 = -\frac{1}{2}(x+4)\\\\[/tex]
The point slope form is: y-1 = (-1/2)*(x+4)
Now solve for y
[tex]y-1 = -\frac{1}{2}(x+4)\\\\y = -\frac{1}{2}(x+4)+1\\\\y = -\frac{1}{2}x-2+1\\\\y = -\frac{1}{2}x-1\\\\[/tex]
The slope intercept form is: y = (-1/2)x - 1
============================================================
Problem 15, Part (a)
Anything parallel to Ax+By = C will be in the form Ax+By = D. The only thing changes is the C becomes D, where [tex]C \ne D[/tex]. If C = D, then we'd be talking about the exact same line rather than two parallel lines.
We're given 5x+2y = 7. The answer is in the form 5x+2y = D. Plug in (x,y) = (0,10) to find the value of D
5x+2y = D
D = 5x+2y
D = 5(0)+2(10)
D = 20
The equation 5x+2y = D updates to 5x+2y = 20
Answer: 5x+2y = 20
============================================================
Problem 15, Part (b)
If you are given Ax+By = C, then anything perpendicular to this is Bx-Ay = D. Here it's possible that C = D; however, it's likely that they'll be different.
The given equation 5x+2y = 7 is perpendicular to anything of the form 2x-5y = D. We'll plug in the given point to find D.
2x-5y = D
D = 2x-5y
D = 2(0)-5(10)
D = -50
Answer: 2x-5y = -50