Michael K. answered 04/26/19
PhD professional for Math, Physics, and CS Tutoring and Martial Arts
Given a line already, the perpendicular line's slope can be found from the fact the multiplication of the two lines' slopes must equal -1.
m1*m2 = -1 --> m1 = 7/5, so m2 = -5/7
To have the second line go through the point (2,-6). we need to solve for b
y = m2x + b
-6 = -5/7(2) + b
b = -6 + 10/7 = -32/7
the perpendicular line which goes through the requested point is...
y = -5x/7 - 32/7 = -(5x + 32)/7