document.write( "Question 371306: how would i solve this problem: Find the distance between (4, 7) and (2, 9). If the answer does not come out even, round your answer to the nearest tenth. \n" ); document.write( "
Algebra.Com's Answer #264541 by Fombitz(32388)\"\" \"About 
You can put this solution on YOUR website!
Use the distance formula,
\n" ); document.write( "\"D%5E2=%28x%5B2%5D-x%5B1%5D%29%5E2%2B%28y%5B2%5D-y%5B1%5D%29%5E2\"
\n" ); document.write( "\"D%5E2=%282-4%29%5E2%2B%289-7%29%5E2\"
\n" ); document.write( "\"D=sqrt%282%5E2%2B2%5E2%29\"
\n" ); document.write( "Complete the calculation for the final answer.
\n" ); document.write( "
\n" ); document.write( "
\n" );