document.write( "Question 986711: find the distance between each pair of points (4,5) (2,0) \n" ); document.write( "
Algebra.Com's Answer #607495 by Fombitz(32388)\"\" \"About 
You can put this solution on YOUR website!
Use the distance formula,
\n" ); document.write( "\"d%5E2=%28x%5B1%5D-x%5B2%5D%29%5E2%2B%28y%5B1%5D-y%5B2%5D%29%5E2\"
\n" ); document.write( "\"d%5E2=%284-2%29%5E2%2B%285-0%29%5E2\"
\n" ); document.write( "\"d%5E2=2%5E2%2B5%5E2\"
\n" ); document.write( "Now finish this to find the distance \"d\".
\n" ); document.write( "
\n" );