InterviewSolution
Saved Bookmarks
| 1. |
की.” . . ,4;4%“3R 4 |
|
Answer» Let point A(0,0) and B(4,3) Then, Distance between points isAB^2 = (4-0)^2 + (3-0)^2AB^2 = 4^2 + 3^2AB^2 = 16 + 9AB^2 = 25AB = sqrt(25) = 5 Therefore distance between given points is 5 |
|