To find the distance between the points A(2, 14) and B(10, 3), we can use the distance formula, which is given by:
\[ d = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2} \]
Here, \( (x_1, y_1) = (2, 14) \) and \( (x_2, y_2) = (10, 3) \).
Now, let's apply the formula:
-
Subtract the x-coordinates: \[ x_2 - x_1 = 10 - 2 = 8 \]
-
Subtract the y-coordinates: \[ y_2 - y_1 = 3 - 14 = -11 \]
-
Now, substitute these values into the distance formula: \[ d = \sqrt{(8)^2 + (-11)^2} \] \[ d = \sqrt{64 + 121} \] \[ d = \sqrt{185} \]
-
Calculate the square root of 185: \[ d \approx 13.6 \quad (\text{rounded to the nearest tenth}) \]
So, the distance between the two points is approximately 13.6 units.