142k views
1 vote
What is the distance between the points (22, 27) and (2, -10)? if necessary, round your answer to two decimal places.a. 57 units?

User Ethnix
by
6.2k points

2 Answers

2 votes
distance formula : sqrt (x2 - x1)^2 + (y2 - y1)^2
(22,27)....x1 = 22 and y1 = 27
(2,-10)....x2 = 2 and y2 = -10
now we sub
d = sqrt (2 - 22)^2 + (-10 -27)^2)
d = sqrt (-20^2) + (-37^2)
d = sqrt (400 + 1369)
d = sqrt 1769
d = 42.06 <==
User Aditya Santoso
by
7.5k points
2 votes

Answer:

42.06

Explanation:

Two points (22,27) and (2,-10)

using distance formula:


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

So, distance between (22,27) and (2,-10) is D


D=√((22-2)^2+(27-(-10))^2)


D=√((20)^2+(37)^2)


D=√(400+1369)


D=√(1769)


D=42.059

Round off two decimal place.


D=42.06

Hence, The distance between the points is 42.06

User Anand C U
by
6.0k points
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.