InterviewSolution
Saved Bookmarks
| 1. |
Which one of the following relations is true?(a) Distance > Displacement(b) Distance < Displacement(c) Distance >= Displacement(d) Distance |
|
Answer» CORRECT choice is (C) Distance >= Displacement Easy explanation: Displacement is the shortest distance between two points. Hence displacement <= distance or VICE versa. If the path FOLLOWED is the path of shortest distance or displacement, then displacement = distance. |
|