Respuesta :

Answer: distance is 5.4

Step-by-step explanation: distance between points (X1,y1) and (x2,y2) is

√(x2-X1)² + (y2-y1)² = √[(-4-(-6))² + (7-2)²] = √(2²+ 5²) =√29

The distance between the points (-6, 2) and (-4, 7) is 5.4 units.

What is the distance formula?

The distance between any two points (x₁, y₁) and (x₂, y₂) can be determined using the distance formula according to which,

Distance = √((x₂ - x₁)² + (y₂ - y₁)²).

How do we solve the given question?

We are asked to find the distance between the points (-6, 2) and (-4, 7).

We will determine the distance using the distance formula, by which

Distance = √((x₂ - x₁)² + (y₂ - y₁)²)

or, Distance = √(((-4) - (-6))² + (7 - 2)²)

or, Distance = √((-4 + 6)² + (7 - 2)²) = √(2² + 5²) = √(4 + 25) = √29

Distance = √29 = 5.385165 = 5.4 (rounding to the nearest tenth).

∴ The distance between the points (-6, 2) and (-4, 7) is 5.4 units.

Learn more about the Distance Formula at

https://brainly.com/question/7243416

#SPJ2