document.write( "Question 375296: Find the distance between P and Q\r
\n" ); document.write( "\n" ); document.write( "P (6, -3) ; Q(-3,2)
\n" ); document.write( "

Algebra.Com's Answer #266871 by Jk22(389)\"\" \"About 
You can put this solution on YOUR website!
d = |P-Q| = sqrt((6+3)^2+(-3-2)^2) = sqrt(9^2+5^2) = sqrt(81+25)= sqrt(106) \n" ); document.write( "
\n" );