document.write( "Question 439240: If the height of a right circular cylin- der is halved and the diameter is tripled, how is the vol- ume changed?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #303532 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! If the height of a right circular cylin- der is halved and the diameter is tripled, how is the vol- ume changed? \n" ); document.write( ". \n" ); document.write( "If \n" ); document.write( "d = diameter \n" ); document.write( "h = height \n" ); document.write( ". \n" ); document.write( "volume before reduction: \n" ); document.write( "h(pi)r^2 \n" ); document.write( "h(pi)(d/2)^2 \n" ); document.write( "h(pi)d^2/4 \n" ); document.write( ". \n" ); document.write( "After reduction: \n" ); document.write( "(h/2)(pi)(3d)^2/4 \n" ); document.write( "(h/2)(pi)9d^2/4 \n" ); document.write( "(9/2)(h)(pi)d^2/4 \n" ); document.write( ". \n" ); document.write( "therefore, the volume increases by 9/2 \n" ); document.write( " \n" ); document.write( " |