125k views
1 vote
Find the distance between each pair of points. if necessary, round answers to two decimal places. (-2,3) and (3,-9)

User SstrykerR
by
5.8k points

1 Answer

4 votes
----------------------------------------------------
Coordinates
----------------------------------------------------
(-2 , 3) and ( 3, -9)

----------------------------------------------------
Formula
----------------------------------------------------

Distance = √((Y_2-Y_1)^2 + (X_2 - X_1)^2)

----------------------------------------------------
Substitute coordinates and find distance
----------------------------------------------------

Distance = √((3 - (-9))^2 + (-2-3)^2)


Distance = √((12)^2 + (-5)^2)


Distance = √(144 + 25)


Distance = √(169)


Distance = 13 \ units

----------------------------------------------------
Answer: 13 units
----------------------------------------------------
User Gregor Isack
by
7.5k points
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.