document.write( "Question 1149494: The length of a rectangular box is 2 times its width, and its height is 3 inches more than its width. The volume of the box is 86 in^3 . \r
\n" );
document.write( "\n" );
document.write( "find the width of the box and round the answer to two decimal places.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #770830 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! The length of a rectangular box is 2 times its width, and its height is 3 inches more than its width. The volume of the box is 86 in^3 . \n" ); document.write( "---------------- \n" ); document.write( "L = 2W \n" ); document.write( "H = W + 3 \n" ); document.write( "====================== \n" ); document.write( "W*2W*(W + 3) = 86 \n" ); document.write( "Solve for W \n" ); document.write( " |