document.write( "Question 14926: Find the distance from the point (9,5) to the line 4x - 3y = -4 \n" ); document.write( "
Algebra.Com's Answer #7414 by khwang(438)\"\" \"About 
You can put this solution on YOUR website!
(9,5) to the line 4x - 3y = -4\r
\n" ); document.write( "\n" ); document.write( " The distance from a point P(x,o,yo) to a line ax+by+c = 0 is
\n" ); document.write( "
\n" ); document.write( " d = \"+abs%28a+x%5Bo%5D+%2B+b+y%5Bo%5D+%2B+c+%29%2F+sqrt%28a%5E2%2Bb%5E2%29+\"\r
\n" ); document.write( "\n" ); document.write( " so, we have d = |36-15+4|/ 5 = 5
\n" ); document.write( " (Try to compute with your mind. Absolutely no calculators.)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( " Kenny
\n" ); document.write( "
\n" );