document.write( "Question 759387: find the distance between points P(2,2) and Q(7,4) to the nearest tenth \n" ); document.write( "
Algebra.Com's Answer #461998 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
find the distance between points P(2,2) and Q(7,4) to the nearest tenth
\n" ); document.write( "-----
\n" ); document.write( "d = sqrt[(4-2)^2 + (7-2)^2] = sqrt[4+25] = sqrt(29) = 5.4
\n" ); document.write( "==============
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "==============
\n" ); document.write( "
\n" );