InterviewSolution
Saved Bookmarks
| 1. |
Find the coordinates of the point on y axis which is nearest to the point (-2;5) |
|
Answer» Any point on y axis is(0,y)d\u200b\u200b\u200b\u200b\u200b\u200b2=4+(5-y)2For d to be minimum y=5So point is (0,5) Is me distance formula lagega(-2,5) and (0,y) |
|