InterviewSolution
Saved Bookmarks
| 1. |
How much water should be filled in a container of height 21 cm, so that it appears half filled to the observer when viewed from the top of the container (mu=4//3). |
Answer» Solution : `(REAL depth)/(APPARENT depth)=mu` `x/(21-x)=4/3 IMPLIES x=12 CM` |
|