31.2k views
4 votes
Calculate the distance between the two points between (2,3) (5,7)

Calculate the distance between the two points between (2,3) (5,7)-example-1
User That Marc
by
3.0k points

1 Answer

7 votes

formula for distnace between two points is,


\sqrt[]{(x2-x1)^2+(y2-y1)^2}

here x1=2, x2= 3, y1= 5, y2 =7 ,on sustituting in the above formula we get,


\sqrt[]{(3-2)^2}+\sqrt[]{(7-5)^2}

User MSD
by
3.4k points