There are 2 ways to approach this problem.
First, the perpendicular distance from a point to a line is given by the following formula:
d=i (ax0 + by0 +c)/sqrt(a2 + b2) where (x0,y0) is the point and ax + by + c =0 is the equation of the line.
Derivation of this formula requires a fair bit of algebra,,,you should look it up if you need it.
Second, if you have calculus, you can use the formula given in the problem substituting
y= (3/5)(1-x) into that formula and then setting the derivative of d with respect to x equal to zero to find the minimum of d.
Julie M.
Thank you for your help.12/09/22