find the distance between (5, 3) and (14, 17) round to the nearest tenth

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

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

Using the given coordinates, we have:

x₁ = 5, y₁ = 3
x₂ = 14, y₂ = 17

Substituting these values into the formula, we have:

d = √((14 - 5)² + (17 - 3)²)
= √(9² + 14²)
= √(81 + 196)
= √277
≈ 16.64

Therefore, the distance between (5, 3) and (14, 17) is approximately 16.6 (rounded to the nearest tenth).