

InterviewSolution
Saved Bookmarks
1. |
A pendulum is hanging from the ceiling of a cage. When the cage is moving up with certain acceleration and when it is moving down with the same acceleration, the tensions in the string are T_1 and T_2respectively. When the cage moves horizontally with the same acceleration, the tension in the string is, |
Answer» <html><body><p>`<a href="https://interviewquestions.tuteehub.com/tag/sqrt-1223129" style="font-weight:bold;" target="_blank" title="Click to know more about SQRT">SQRT</a>(<a href="https://interviewquestions.tuteehub.com/tag/2-283658" style="font-weight:bold;" target="_blank" title="Click to know more about 2">2</a>(T_1^2 + T_2^2) )` <br/>`sqrt((T_1^2+T_2^2)/(2))` <br/>`sqrt(2(T_1^2 - T_2^2))` <br/>`sqrt(T_1^2 + t_2^2)` </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> :<a href="https://interviewquestions.tuteehub.com/tag/b-387190" style="font-weight:bold;" target="_blank" title="Click to know more about B">B</a></body></html> | |