InterviewSolution
Saved Bookmarks
| 1. |
The distante btreeaH:two ponds |
|
Answer» distance between points (a,b) and (c,d) is given by formulaD^2 =(a-c)^2 +(b-d)^2where D is the distancewe have points (-2,1)&(5,-2)D^2 =(-2-5)^2 +(1-(-2))^2D^2 =(-7)^2 +(3)^2D^2 =49+9=58D=sqrt (58) IT is wrong please give me right answer what is the answer?? I NOW ABOUT ANSWER SO I CAN'T ASK YOU |
|