

InterviewSolution
Saved Bookmarks
1. |
You are given the position-time graph of three deffernt bodies `A,B,` and `C`, Find which will have grater velocity an which will have least velocity. . |
Answer» Slope for `C` is greatest, so `C` will have greater velocity and slope for `A` is least. So `A` will have least velocity. | |