document.write( "Question 860001: The volume of cube is increasing at 20.0 cm^3/min. At the instant when its volume is 729 cm^3, what is the rate of change of its edge? Round the answer to 3 decimal places.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #518106 by Alan3354(69443) You can put this solution on YOUR website! The volume of cube is increasing at 20.0 cm^3/min. At the instant when its volume is 729 cm^3, what is the rate of change of its edge? Round the answer to 3 decimal places. \n" ); document.write( "---------- \n" ); document.write( "V = s^3 \n" ); document.write( " \n" ); document.write( "ds/dt = (1/3)*V^(-2/3)*dV/dt \n" ); document.write( "ds/dt = (1/3)*729^(-2/3)*20 \n" ); document.write( "ds/dt = (20/3)/81 = 20/243 \n" ); document.write( "ds/dt =~ 0.0823 cm/min \n" ); document.write( " |