document.write( "Question 926806: A cube and a sphere each have a surface area of 150 in, find the volume of each and determine which has the larger volume \n" ); document.write( "
Algebra.Com's Answer #562461 by Alan3354(69443) You can put this solution on YOUR website! A cube and a sphere each have a surface area of 150 in, find the volume of each and determine which has the larger volume \n" ); document.write( "------------ \n" ); document.write( "Cube: SA = 6s^2 = 150 \n" ); document.write( "s = 5 \n" ); document.write( "Vol = 5^3 = 125 cubic inches \n" ); document.write( "============ \n" ); document.write( "Sphere: SA = 4pi*r^2 = 150 \n" ); document.write( "r^2 = 150/(4pi) \n" ); document.write( "r =~ 3.455 \n" ); document.write( "Vol = 172.747 cu in \n" ); document.write( " \n" ); document.write( " |