document.write( "Question 1185691: Given that point A is (-2,4), C (4,7), and B (2,-2), what is the shortest distance from B to AC? \n" ); document.write( "
Algebra.Com's Answer #816554 by greenestamps(13203)\"\" \"About 
You can put this solution on YOUR website!


\n" ); document.write( "The solution method shown by the other tutor is fine.

\n" ); document.write( "Here is an alternative method. If you are solving this kind of problem (finding the shortest distance from a point to a line) frequently, this method will be faster.

\n" ); document.write( "(1) Find the equation of line AC in the form Ax+By+C=0.

\n" ); document.write( "From A to C the change in x is +6 and the change in y is +3, so the slope is 3/6 = 1/2. So the equation is of the form y=(1/2)x+b.
\n" ); document.write( "Plug in either of the given (x,y) values to determine b.
\n" ); document.write( "4=(1/2)(-2)+b
\n" ); document.write( "4=-1+b
\n" ); document.write( "b=5

\n" ); document.write( "The equation of the line in slope-intercept form is y=(1/2)x+5.

\n" ); document.write( "Put the equation in the required form.

\n" ); document.write( "y=(1/2)x+5
\n" ); document.write( "2y=x+10
\n" ); document.write( "x-2y+10=0

\n" ); document.write( "(2) Use the formula for the (shortest) distance from a point (p,q) to the line with equation Ax+By+C=0:

\n" ); document.write( "\"abs%28%28Ap%2BBq%2BC%29%2Fsqrt%28A%5E2%2BB%5E2%29%29\"
\n" ); document.write( "

\n" ); document.write( "ANSWER: 7.1554 to 4 decimal places
\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );