document.write( "Question 2385: Find the distance between the points (3,17) and (-2,5) \n" ); document.write( "
Algebra.Com's Answer #1011 by longjonsilver(2297) You can put this solution on YOUR website! consider the line between the 2 points quoted to be the hypotenuse of a right-angled triangle. Use Pythagoras' theorem to find this distance.\r \n" ); document.write( "\n" ); document.write( "The right angle of your triangle is at (3,5)...sketch it! YOU have to sketch things in maths!!!\r \n" ); document.write( "\n" ); document.write( "horizontal line is length 3-(-2)=5 \n" ); document.write( "vertical line is length 17-5 = 12\r \n" ); document.write( "\n" ); document.write( "so, x^2 = 5^2 + 12^2 \n" ); document.write( "--> x=13 \n" ); document.write( " \n" ); document.write( " |