Find the distance between the points (4, 3) and (0, 3).

*
10

1 answer

To find the distance between two points, we use the distance formula:

distance = √[(x₂ - x₁)² + (y₂ - y₁)²]

Here, (4, 3) represents the coordinates of the first point, and (0, 3) represents the coordinates of the second point. So, we have:

x₁ = 4, y₁ = 3
x₂ = 0, y₂ = 3

Substituting these values in the formula, we get:

distance = √[(0 - 4)² + (3 - 3)²]
distance = √[(-4)² + 0²]
distance = √16
distance = 4

Therefore, the distance between the points (4, 3) and (0, 3) is 4 units.