document.write( "Question 964582:  A metal ball with radius 8 is melted down and recast as a cone with the same radius. What is the height of the cone
\n" );
document.write( " \n" );
document.write( "
| Algebra.Com's Answer #589433 by amarjeeth123(570)      You can put this solution on YOUR website! Volume of a sphere=π(4/3)r^3 where r is the radius \n" ); document.write( "Volume of the cone=π(1/3)r^2*h where r is the radius and h is the height \n" ); document.write( "The volumes are equal. \n" ); document.write( "π(4/3)r^3=π(1/3)r^2*h \n" ); document.write( "h=4r=4*8=32 units \n" ); document.write( "Height of the cone is 32 units. \n" ); document.write( " |