document.write( "Question 593779: How can I fin Radius and Height of cylinder when I was provided with circumference and volume in liters.?
\n" );
document.write( "Please explain with diagramatic representation. Thanks in advanced \n" );
document.write( "
Algebra.Com's Answer #376452 by lwsshak3(11628) ![]() You can put this solution on YOUR website! How can I fin Radius and Height of cylinder when I was provided with circumference and volume in liters.? \n" ); document.write( "** \n" ); document.write( "V=volume (given) \n" ); document.write( "A=area of cross-section \n" ); document.write( "h=height of cylinder (to find) \n" ); document.write( "c=circumference(given) \n" ); document.write( "r=radius (to find) \n" ); document.write( ".. \n" ); document.write( "V=Ah \n" ); document.write( "h=V/A \n" ); document.write( "A=πr^2 \n" ); document.write( "c=2πr \n" ); document.write( "r=c/2π \n" ); document.write( ".. \n" ); document.write( "A=πr^2=π(c/2π)^2=π(c^2/4π^2=c^2/4π \n" ); document.write( "h=V/A=V/c^2/4π=4πV/c^2 \n" ); document.write( "r=c/2π \n" ); document.write( "ans: \n" ); document.write( "height=4πV/c^2 cm \n" ); document.write( "radius=c/2π cm \n" ); document.write( " |