Question 1096196
<br>I will guess that the question was to find the shortest distance from the given point to the given line....<br>
Given a line with equation in standard form {{{Ax+By+C=0}}} and a point (p,q), the shortest distance from the point to the line is given by the formula<br>
{{{d = abs((Ap+Bq+C)/(sqrt(A^2+B^2)))}}}<br>
Use the first two points to find the equation of the line containing the two points; make sure the equation is in the required form.
Then plug all the numbers into the formula...<br><br>
And if that was NOT what the question was going to be, then re-submit, showing the whole question.