document.write( "Question 176982: given a cube of length l, and width w, show the effects that doubling the dimensions will have on the volume. \n" ); document.write( "
Algebra.Com's Answer #132035 by Mathtut(3670)![]() ![]() ![]() You can put this solution on YOUR website! l*w*h=V \n" ); document.write( "2l*2w*h=V \n" ); document.write( ": \n" ); document.write( "4(l*w*h)=V \n" ); document.write( ": \n" ); document.write( "volume would be quadrupled \n" ); document.write( " |