220k views
4 votes
What is the shortest distance between points (-2, 1) and (2,-2)?

Select the appropriate response:

A) 1
B) 2
C) 3
D) 5

2 Answers

2 votes

Answer:

D) 5

Explanation:

sqrt[(-2 - 2)² + (1 - -2)²]

sqrt(25)

5

User Narendra Parmar
by
3.7k points
5 votes

Distance = SQRT((X2 -x1)^2 + (y2-y1)^2)

Distance = sqrt((2 - (-2)^2) + (-2 - 1)^2))

Distance = sqrt(4^2 + -3^2)

Distance = sqrt(16 + 9)

Distance = sqrt(25)

Distance = 5

Answer is D. (5)

User Wmac
by
4.0k points