To find the distance between two points \( A(-5, 7) \) and \( B(7, 11) \), you can use the distance formula:
\[ d = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2} \]
where
- \( (x_1, y_1) \) are the coordinates of point A, and
- \( (x_2, y_2) \) are the coordinates of point B.
Substituting the coordinates of points A and B into the formula:
-
Identify the coordinates:
- \( x_1 = -5 \), \( y_1 = 7 \)
- \( x_2 = 7 \), \( y_2 = 11 \)
-
Plug in the values: \[ d = \sqrt{(7 - (-5))^2 + (11 - 7)^2} \]
-
Simplify: \[ = \sqrt{(7 + 5)^2 + (11 - 7)^2} \] \[ = \sqrt{(12)^2 + (4)^2} \] \[ = \sqrt{144 + 16} \] \[ = \sqrt{160} \]
-
Now calculate \( \sqrt{160} \): \[ \sqrt{160} \approx 12.649 \]
-
Round to the nearest tenth: \[ \approx 12.6 \]
So, the distance between points \( A(-5, 7) \) and \( B(7, 11) \) is approximately 12.6.