151k views
4 votes
How to find The distance between two points to the nearest 10th

User Steve Reno
by
8.3k points

1 Answer

3 votes

The distance formula is as follows


d=√((x_2-x_1)^2+(y_2-y_1)^2)

If you have the coordinates of 2 points, you can plug in their values into the equation to find the distance, and then round to the nearest 10th.

Hope this helps.

頑張って!

User Akhilesh Kumar
by
8.6k points

No related questions found