

InterviewSolution
Saved Bookmarks
1. |
Two cars 1 & 2 starting from rest are moving with speeds V_1 and V_2 m//s (V_1 gtV_2). Car 2 is ahead of can '1' by 'S' metres when the driver of car '1' sees car '2'. What minimum retardation should be given to cart avoid collision |
Answer» <html><body><p>`(V_1 - V_2)/(S)` <br/>`(V_1+V_2)/(S)` <br/>`((V_1+V_2)^<a href="https://interviewquestions.tuteehub.com/tag/2-283658" style="font-weight:bold;" target="_blank" title="Click to know more about 2">2</a>)/(<a href="https://interviewquestions.tuteehub.com/tag/2s-301125" style="font-weight:bold;" target="_blank" title="Click to know more about 2S">2S</a>)` <br/>`((V_1+V_2)^2)/(2S)` </p><a href="https://interviewquestions.tuteehub.com/tag/answer-15557" style="font-weight:bold;" target="_blank" title="Click to know more about ANSWER">ANSWER</a> :D</body></html> | |