To calculate the distance between points A \((-3, 5)\) and B \((7, 2)\) on a coordinate plane, we can use the distance formula:
\[ d = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2} \]
Where \( (x_1, y_1) \) is point A and \( (x_2, y_2) \) is point B. Substituting in the coordinates of points A and B:
\[ (x_1, y_1) = (-3, 5) \quad \text{and} \quad (x_2, y_2) = (7, 2) \]
Now, plug in the values:
\[ d = \sqrt{(7 - (-3))^2 + (2 - 5)^2} \] \[ = \sqrt{(7 + 3)^2 + (2 - 5)^2} \] \[ = \sqrt{(10)^2 + (-3)^2} \] \[ = \sqrt{100 + 9} \] \[ = \sqrt{109} \]
Next, we calculate \(\sqrt{109}\):
Using a calculator: \[ \sqrt{109} \approx 10.4403 \]
Rounding to the nearest tenth gives: \[ \approx 10.4 \]
Therefore, the distance between points A and B, to the nearest tenth of a unit, is 10.4 units.