

InterviewSolution
Saved Bookmarks
1. |
A wooden cylinder of length L is partly submerged in a liquid of specific gravity rho_() with n^(th)(n lt 1)part of it inside the liquid. Another immiscible liquid of ensity rho_(2). is poured to completely submerge the cylinder. Density of cylinder rho is the square root of the product of densities of two liquids Calculate the fraction of the cylinder (less than one) submerged in the lower liquid after the upper liquid is poured in the vessel |
Answer» <html><body><p>`(<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))`<br/>`((n-1))/((n+1))`<br/>`(n(n-1))/((n+1))`<br/>`(n+1)/((n-1))`</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</body></html> | |