Write an equation of the line (in slope-intercept form) that is perpendicular to the line 2x+5y=-15 and contains the point (-8,3).
The line given is 2x+5y = -15
Which we can rewrite in y= mx+b form as
5y = -2x -15
Dividing by 5
y= - (2/5)x -3
So slope of this line is - (2/5)
A line perpendicular will have slope = (5/2) , Which is -(1/m)
Equation of new line will be
y = (5/2)x +b
Now we need to find b
Plug in Point (-8,3)
3 = (5/2) (-8) +b
3 = -20 +b
b= 23
Equation becomes y= (5/2)x +23