87.8k views
3 votes
Find the distance between the coordinates (- 5, 2) , (5, - 2) Round to the nearest tenth if necessary .

User Pifor
by
5.2k points

1 Answer

6 votes

To calculate the distance between two point in the coordinate system, we can use a formula similar to the pythagoras theorem:


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

Where d is the distance between points (x1, y1) and (x2, y2).

Let's calculate then:


\begin{gathered} d^2=(5-(-5))^2+(-2-2)^2=(5+5)^2(-4)^2=(10)^2+(-4)^2 \\ d^2=100+16=116 \\ d=\sqrt[]{116}\approx10.8 \end{gathered}

User Wrdeman
by
5.3k points