document.write( "Question 383132: The volume of a rectangular box is limited to 1100 cu. in. If the height is 8 inches and the width is 10 inches how long can the box be? ( \n" ); document.write( "
Algebra.Com's Answer #271362 by benazir.sj@gmail.com(109)![]() ![]() You can put this solution on YOUR website! Given \n" ); document.write( "V=1100 cu.in \n" ); document.write( "h= 8in \n" ); document.write( "b = 10in \n" ); document.write( "l=?\r \n" ); document.write( "\n" ); document.write( "v=l*b*h \n" ); document.write( "1100 =l*8*10 \n" ); document.write( "1100 =80l \n" ); document.write( "1100/80=l \n" ); document.write( "13.75 =l \n" ); document.write( "length of the box is 13.75 in \n" ); document.write( " |