document.write( "Question 267275: A box is 720 cubic centimeters. The height of the box is five centimeters and width is w centimeters. If the length of the box is four times the width, what will be the width in cnetimeters of the box?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #196320 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! A box is 720 cubic centimeters. \n" ); document.write( " The height of the box is five centimeters and width is w centimeters. \n" ); document.write( " If the length of the box is four times the width, \n" ); document.write( " what will be the width in centimeters of the box? \n" ); document.write( ": \n" ); document.write( "The volume equation \n" ); document.write( "L * W * H = 750 \n" ); document.write( ": \n" ); document.write( "L * W * 5 = 750 \n" ); document.write( ": \n" ); document.write( "5LW = 750 \n" ); document.write( "LW = \n" ); document.write( "LW = 150 \n" ); document.write( ": \n" ); document.write( "\"the length of the box is four times the width\" \n" ); document.write( "L = 4W \n" ); document.write( ": \n" ); document.write( "Replace L with 4W \n" ); document.write( "W*4W = 150 \n" ); document.write( "4W^2 = 150 \n" ); document.write( "W^2 = \n" ); document.write( "W^2 = 37.5 \n" ); document.write( "W = \n" ); document.write( "W = 6.1237 cm is the width \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "See if that is true, check on a calc: \n" ); document.write( "4(6.1237) * 6.1237 * 5 = 749.997 ~ 750 \n" ); document.write( " |