document.write( "Question 647495: Find the distance between the following points.
\n" ); document.write( "(8,5) and (0,20)
\n" ); document.write( "

Algebra.Com's Answer #406238 by swincher4391(1107)\"\" \"About 
You can put this solution on YOUR website!
The formula for distance is simply (maybe not simply) \r
\n" ); document.write( "\n" ); document.write( "Where (x1,y1) and (x2,y2) are just two points.\r
\n" ); document.write( "\n" ); document.write( "\"sqrt%28%28x2-x1%29%5E2+%2B+%28y2-y1%29%5E2%29\"\r
\n" ); document.write( "\n" ); document.write( "------
\n" ); document.write( "If you understand the distance formula you can skip this.\r
\n" ); document.write( "\n" ); document.write( "This formula is NOT random.\r
\n" ); document.write( "\n" ); document.write( "This formula pieces together slope and the Pythagorean Theorem.\r
\n" ); document.write( "\n" ); document.write( "Recall that for slope m = (change in y)/(change in x) = (y2-y1)/(x2-x1).\r
\n" ); document.write( "\n" ); document.write( "Now, visualize the distance from y1 to y2 and x1 to x2 as sides of a right triangle. x1 to x2 would be side a and y1 to y2 would be side b. The distance would be our hypotenuse, c. Let d be distance. So (c=d).\r
\n" ); document.write( "\n" ); document.write( "a^2 + b^2 = c^2\r
\n" ); document.write( "\n" ); document.write( "(x2-x1)^2 + (y2-y1)^2 = c^2\r
\n" ); document.write( "\n" ); document.write( "\"sqrt%28%28x2-x1%29%5E2+%2B+%28y2-y1%29%5E2%29+=+c\"\r
\n" ); document.write( "\n" ); document.write( "\"sqrt%28%28x2-x1%29%5E2+%2B+%28y2-y1%29%5E2%29+=+d\"\r
\n" ); document.write( "\n" ); document.write( "Now onto your problem.
\n" ); document.write( "------------------------\r
\n" ); document.write( "\n" ); document.write( "(8,5) and (0,20) are our points.\r
\n" ); document.write( "\n" ); document.write( "x1 = 8
\n" ); document.write( "y1 = 5
\n" ); document.write( "x2 = 0
\n" ); document.write( "y2 = 20\r
\n" ); document.write( "\n" ); document.write( "\"sqrt%28%280-8%29%5E2+%2B+%2820-5%29%5E2%29\"
\n" ); document.write( "\"sqrt%28%28-8%29%5E2+%2B+15%5E2%29\"
\n" ); document.write( "\"sqrt%2864+%2B+225%29\"
\n" ); document.write( "\"sqrt%28289%29\"
\n" ); document.write( "\"d+=+17\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );