document.write( "Question 908237: find the distance between P1 (a,a) and P2 (0,0) \n" ); document.write( "
Algebra.Com's Answer #550903 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
D = \"sqrt+%28%28x%5B1%5D-x%5B2%5D%29%5E2%2B%28y%5B1%5D-y%5B2%5D%29%5E2%29%29\"
\n" ); document.write( "P1 (a,a) and
\n" ); document.write( "P2 (0,0) D = \"sqrt%28a%5E2+%2B+a%5E2%29+=+sqrt%282a%5E2%29+=+a%2Asqrt%282%29\"
\n" ); document.write( "
\n" );