Examples
Find the distance between the two points:
(8 , 3), (3, 65) To find the distance, the distance formula must be used. The distance formula is ( (x2 - x1)2 + (y2 - y1)2)1/2 ( (3 - 8)2 + (65 - 3)2)1/2 ( (-5)2 + 622 )1/2 ( 25 + 3844 )1/2 ( 3869 )1/2 The distance is (3869)1/2 More Examples