Question 56030
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.
HOW DID YOU GET 10? FORMULA IS D = SQRT[(X2-X1)^2 + (Y2-Y1)^2]
D = SQRT[(1+3)^2 + (4+2)^2]=SQRT(16+36)=SQRT(52)
Thanks for the help