document.write( "Question 331816: A right circular cylinder has a volume of 1000 cubic inches and a height of 8 inches, what is the radius of the cylinder to the tenth of an inch? \n" ); document.write( "
| Algebra.Com's Answer #237874 by checkley77(12844)      You can put this solution on YOUR website! V=BH \n" ); document.write( "1,000=PIR^2*H \n" ); document.write( "1,000=3.14*R^2*8 \n" ); document.write( "1,000=25.12R^2 \n" ); document.write( "R^2-1,000/25.12 \n" ); document.write( "R^2=39.81 \n" ); document.write( "R=SQRT39.81 \n" ); document.write( "R=6.3 ANS. FIOR THE RADIUS. \n" ); document.write( "PROOF: \n" ); document.write( "1,000=3.14*6.3^2*8 \n" ); document.write( "1,000~997 \n" ); document.write( " \n" ); document.write( " |