

InterviewSolution
Saved Bookmarks
1. |
The radius of earth is about 6400 km and that of mars is 3200 km. The mass of the earth is about 10 times mass of mars. An object weights 200 N the surface of earth its weight on the surface of mars will be .......... |
Answer» <html><body><p>8 <a href="https://interviewquestions.tuteehub.com/tag/n-568463" style="font-weight:bold;" target="_blank" title="Click to know more about N">N</a><br/>20 N<br/>40 N<br/><a href="https://interviewquestions.tuteehub.com/tag/80-337972" style="font-weight:bold;" target="_blank" title="Click to know more about 80">80</a> N</p>Solution :`implies` Let Weight on earth is `W_e` and acceleration of gravity `g_e` and weight on mass is `W_m` and accelerationof gravity `g_m` <br/> `:. (W_m)/(W_g)=(gm)/("ge")`<br/> `= (GM_m//R_m^2)/(GM_e//R_e^2)` <br/> `= (M_m)/M_e xx(R_e/(R_m))^2`<br/> `=(1/10)xx((6400)/3200)^2`<br/>`=1/10 xx 4` <br/> `:. W_m = 4/10 xx W_g` <br/> `:. W_m =4/10 xx <a href="https://interviewquestions.tuteehub.com/tag/200-288914" style="font-weight:bold;" target="_blank" title="Click to know more about 200">200</a>` <br/> `:. W_m = 80 N`</body></html> | |