InterviewSolution
Saved Bookmarks
| 1. |
Find the distance between the points (2,3) , (4,1) |
|
Answer» 2root 2 is answer A_____________________________B(2,3). (4,1)A(2,3). B(1,4) x1,y1. x2. y2Using distance formulaAB = √ (x2-x1)2+(y2-y1)2AB =√(1-2)2+(4-3)2 AB =√1+1 AB =√2 |
|