Coordinate Plane Problems Quick Check

4 of 54 of 5 Items

Question
Solve the following problem:

What is the distance from (−13, 12) to (−13, −77) ?

(1 point)
Responses

−89
negative 89

65
65

89
89

26
26
Skip to navigation
page 16 of 16

The distance between two points in a coordinate plane is found using the distance formula:

distance = √((x2 - x1)^2 + (y2 - y1)^2)

In this case, the two points are (-13, 12) and (-13, -77).

Using the distance formula:

distance = √((-13 - -13)^2 + (-77 - 12)^2)
distance = √(0^2 + (-89)^2)

Simplifying, we have:

distance = √(0 + 7921)
distance = √7921
distance = 89

Therefore, the distance from (-13, 12) to (-13, -77) is 89.

Answer: 89