document.write( "Question 1076091: The shortest distance between any point P(m,n) and a line with equation Ax+By+C = 0 is
\n" );
document.write( "given by the formula D= (|Am+Bn+C|)/sqrt(A^2+B^2)\r
\n" );
document.write( "\n" );
document.write( "Suppose you have a line -3x+4y-8=0 and a point P(1,5), what is the
\n" );
document.write( "shortest distance from the point to the line? \n" );
document.write( "
Algebra.Com's Answer #690769 by ikleyn(52848)![]() ![]() You can put this solution on YOUR website! . \n" ); document.write( "Substitute the numbers to the formula and calculate !\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Happy calculations !!\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |