document.write( "Question 720081: What is the volume of a box whose measurements are 2 feet long, 1 foot wide, and 6 inches tall? \n" ); document.write( "
Algebra.Com's Answer #441664 by god2012(113)![]() ![]() You can put this solution on YOUR website! Volume of a box = length * breadth * height \n" ); document.write( " = 2 * 1 * 0.5 (because 1 foot = 12 inches) \n" ); document.write( " = 1 cubic ft \n" ); document.write( " |