

InterviewSolution
Saved Bookmarks
1. |
The distance of planet Jupiter from the sun is 5.2 times that of the earth. Find the period of resolution of Jupiter around the sun. |
Answer» <html><body><p></p><a href="https://interviewquestions.tuteehub.com/tag/solution-25781" style="font-weight:bold;" target="_blank" title="Click to know more about SOLUTION">SOLUTION</a> :Here ` r_1 = 5.2 r_e :T_3 = ? : T_e = 1 ` <a href="https://interviewquestions.tuteehub.com/tag/year-1464599" style="font-weight:bold;" target="_blank" title="Click to know more about YEAR">YEAR</a> <br/> ` <a href="https://interviewquestions.tuteehub.com/tag/therefore-706901" style="font-weight:bold;" target="_blank" title="Click to know more about THEREFORE">THEREFORE</a> (T_3^2)/(T_c^2) = (r_3^3)/(r_e^3)` <br/> ` T_3 = T_e (r_3/r_e)^(3/2) = 1 <a href="https://interviewquestions.tuteehub.com/tag/xx-747671" style="font-weight:bold;" target="_blank" title="Click to know more about XX">XX</a> ((5.2 r_e)/(r_e) )^(3/2) ` = 11.86 years</body></html> | |