document.write( "Question 331525: The surface area of two cups are in the ratio 9:64 .if the smaller cup has a height of 25 cm and a volume of 2400 cm^3 calculate
\n" );
document.write( "a)the height of larger cup.
\n" );
document.write( "b)the volume of larger cup. \n" );
document.write( "
Algebra.Com's Answer #237588 by mananth(16946)![]() ![]() You can put this solution on YOUR website! volume of cylinder = pir^2h \n" ); document.write( "smaller cup \n" ); document.write( "volume = 2400= pi*r^2*25 \n" ); document.write( "r^2=2400/(pi*25) \n" ); document.write( "r=sqrt(2400/(pi*25) \n" ); document.write( "r=5.3 cm \n" ); document.write( ".. \n" ); document.write( "surface area of smaller cup = 2*pi*r*h \n" ); document.write( "S=2*pi*5.3*25 \n" ); document.write( "S= 832.5 sq. cm \n" ); document.write( ".. \n" ); document.write( "Ratio of surface area = 9/64 \n" ); document.write( "9/64= 832.5/x \n" ); document.write( "x=64*832.5/9 \n" ); document.write( "= 5920 sq. cm is the surface area of larger cup \n" ); document.write( " |