document.write( "Question 200513: the altitude 'h' of a cone varies directly as its volume and inversely as the square of the radius of its base. if a cone with an altitude of 32 centimeters and a radius of the base is 4 centimeters and has a volume of cubic centimeters, find the altitude of a cone with a volume of 6pi cubic centimeters and the radius of the base is 3 centimeters \n" );
document.write( "
Algebra.Com's Answer #150804 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! find the altitude of a cone with a volume of 6pi cubic centimeters and the radius of the base is 3 centimeters \n" ); document.write( "------------------ \n" ); document.write( "V = (pi*r^2*h)/3 \n" ); document.write( "6pi = pi*9*h/3 \n" ); document.write( "h = 2 cm \n" ); document.write( " |