InterviewSolution
Saved Bookmarks
| 1. |
A metallic hemisphere is melted and recast in the shape of a cone withthe same base radius R as that of the hemisphere. If `H`is the height of the cone, then write the value of `H//Rdot` |
|
Answer» Note the volume will remain the same. volume of hemisphere=`2/3pir^3` volume of cone=`1/3pir^2h` `1/3pir^2h=2/3pir^3` =>`h/r=2/1` |
|