Question 1151624
<pre>

The exact (perpendicular) distance from the point (x<sub>1</sub>,y<sub>1</sub>)
to the line Ax+By+C=0 is

{{{matrix(1,5,
d,"",""="","",
abs(Ax[1]+By[1]+C)/sqrt(A^2+B^2))}}}

In your case,  Ax+By+C=0 is 6x-y-3=0 and the point (x<sub>1</sub>,y<sub>1</sub>) is (6,2).

Happy substituting and simplifying!

Edwin</pre>