What is the distance between (5,6) and (8,8)?

1 Answer
Feb 20, 2016

133.6

Explanation:

To calculate the distance between 2 coordinate points use the
distance formula

d=(x2x1)2+(y2y1)2

where (x1,y1) and (x2,y2) are the coords of the 2 points

here let (x1,y1)=(5,6) and (x2,y2)=(8,8)

d=(85)2+(86)2=9+4=13