document.write( "Question 970934: Find the distance d(P1,P2)between the points P1 and P2.\r
\n" );
document.write( "\n" );
document.write( "P1=(5,-5); P2=(4,4)\r
\n" );
document.write( "\n" );
document.write( "Please show all of the steps..Thank you \n" );
document.write( "
Algebra.Com's Answer #593560 by amarjeeth123(569)![]() ![]() ![]() You can put this solution on YOUR website! The distance between the points P1(5,-5) and P2(4,4) is d=√(5-4)^2+(-5-4)^2=√1+81=√82 units \n" ); document.write( " |