

InterviewSolution
Saved Bookmarks
1. |
Shortest distance from initial to final position. |
Answer» <p>It could only be the vertical or horizontal line .a line only gives the shortest distance between two points.</p> <p>the shortest distance from initial to final position is displacement</p> | |