

InterviewSolution
Saved Bookmarks
1. |
A stone falls freely under gravity. It covers distance h_1, h_2 and h_2.In first 5 sec, next 5 sec and next 5 sec respectively. The relation between h_1, h_2 and h_3 is |
Answer» <html><body><p>`h_1 = (h_2)/(<a href="https://interviewquestions.tuteehub.com/tag/3-301577" style="font-weight:bold;" target="_blank" title="Click to know more about 3">3</a>) = (h_3)/(<a href="https://interviewquestions.tuteehub.com/tag/5-319454" style="font-weight:bold;" target="_blank" title="Click to know more about 5">5</a>)` <br/>`h_2 = 3h_1 ` and `h_3 = 3h_2` <br/>`h_1 = h_2 = h_3 ` <br/>`h_1 = 2h_2 = 3h_3` </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> | |