document.write( "Question 1096196: I need help on this question question: 5. Line l contains points (3, 5) and (7, 9). Point P has coordinates (2, 10). Fine the distance
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #710650 by greenestamps(13203)\"\" \"About 
You can put this solution on YOUR website!

I will guess that the question was to find the shortest distance from the given point to the given line....

\n" ); document.write( "Given a line with equation in standard form \"Ax%2BBy%2BC=0\" and a point (p,q), the shortest distance from the point to the line is given by the formula

\n" ); document.write( "\"d+=+abs%28%28Ap%2BBq%2BC%29%2F%28sqrt%28A%5E2%2BB%5E2%29%29%29\"

\n" ); document.write( "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.
\n" ); document.write( "Then plug all the numbers into the formula...


\n" ); document.write( "And if that was NOT what the question was going to be, then re-submit, showing the whole question.
\n" ); document.write( "
\n" ); document.write( "
\n" );