document.write( "Question 56030: Sorry, asked the wrong distance question before. I am trying to find distance for (-3, -2)and (1,4). I get 10.
\n" );
document.write( "Thanks for the help. \n" );
document.write( "
Algebra.Com's Answer #38040 by venugopalramana(3286)![]() ![]() You can put this solution on YOUR website! Sorry, asked the wrong distance question before. I am trying to find distance for (-3, -2)=(X1,Y1)..and (1,4)=(X2,Y2). I get 10. \n" ); document.write( "HOW DID YOU GET 10? FORMULA IS D = SQRT[(X2-X1)^2 + (Y2-Y1)^2] \n" ); document.write( "D = SQRT[(1+3)^2 + (4+2)^2]=SQRT(16+36)=SQRT(52) \n" ); document.write( "Thanks for the help \n" ); document.write( " |