document.write( "Question 934663: Find the distance between P(-2,3) and Q(4,-5) \n" ); document.write( "
Algebra.Com's Answer #567664 by Neeraja(1)![]() ![]() ![]() You can put this solution on YOUR website! Distance between 2 points (x1,y1) and (x2,y2) is given by the formula \n" ); document.write( "sqrt(sqr(x2-x1) +sqr(y2-y1))\r \n" ); document.write( "\n" ); document.write( "Applying this to the given points, \r \n" ); document.write( "\n" ); document.write( "the distance between P and Q is sqrt(36+64)=sqrt(100) = 10\r \n" ); document.write( "\n" ); document.write( "Distance between P and Q is 10 \n" ); document.write( " |