Question 759387
find the distance between points P(2,2) and Q(7,4) to the nearest tenth
-----
d = sqrt[(4-2)^2 + (7-2)^2] = sqrt[4+25] = sqrt(29) = 5.4
==============
Cheers,
Stan H.
==============