To find the distance between two given points, use the distance formula. The distance formula is √((x₁ - x₂)² + (y₁ - y₂)²), where x₁, x₂, y₁, and y₂ are the x- and y-points of the given coordinates. Let's plug in our values and solve.
Coordinates: (-4, 3) and (-8, 3)
Distance formula:
√((x₁ - x₂)² + (y₁ - y₂)²)
Plug in the points:
√((-4 - (-8)² + (3 - 3)²)
√((-4 + 8)² + (3 - 3)²)
Combine the constants:
√(4² + 0²)
Square 4 and 0:
√(16 + 0)
√(16)
Take the square root of 16:
4
Answer:
The distance between the pair of points is 4 units.