

InterviewSolution
Saved Bookmarks
1. |
The velocity with which a body should be projected from the surface of the earth such that it reaches a maximum height equal to n times the radius R of the earth is |
Answer» <html><body><p>`sqrt((<a href="https://interviewquestions.tuteehub.com/tag/n-568463" style="font-weight:bold;" target="_blank" title="Click to know more about N">N</a>)/(n+_1)(GM)/(R))` <br/>`s<br/>sqrt((<a href="https://interviewquestions.tuteehub.com/tag/ngm-3743707" style="font-weight:bold;" target="_blank" title="Click to know more about NGM">NGM</a>)/(R ))` <br/>`sqrt((2n)/(n+1)(GM)/(R ))` </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> :C</body></html> | |