

InterviewSolution
Saved Bookmarks
1. |
When the speed of the car is v, the minimum distance over which it can be stopped is x. If the speed becomes nv, what will be the minimum distance over which it can be stopped during same time:A. `x//n`B. `nx`C. `x//n^(2)`D. `n^(2)x` |
Answer» Correct Answer - B |
|