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) 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( " \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( " \n" ); document.write( "\n" ); document.write( " \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( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |