document.write( "Question 611489: 1. Wagon has a volume of 900 cu in. It is 30 in. long and 10 in. wide. How deep is the wagon?\r
\n" );
document.write( "\n" );
document.write( "2. A flower box is 7 feet long, 2 feet wide, and 2 feet deep. How many cubic feet of dirt will it hold?\r
\n" );
document.write( "\n" );
document.write( "3. If dirt is sold in bags that hold 3.5 cu ft, how many bags of dirt will it take to fill the box? \n" );
document.write( "
Algebra.Com's Answer #385027 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! 1. Wagon has a volume of 900 cu in. It is 30 in. long and 10 in. wide. How deep is the wagon? \n" ); document.write( "Let d = depth of box \n" ); document.write( "then \n" ); document.write( "d*30*10=900 \n" ); document.write( "d*300=900 \n" ); document.write( "d = 900/300 \n" ); document.write( "d = 3 inches \n" ); document.write( ". \n" ); document.write( "2. A flower box is 7 feet long, 2 feet wide, and 2 feet deep. How many cubic feet of dirt will it hold? \n" ); document.write( "7*2*2 = 14*2 = 24 cubic feet \n" ); document.write( ". \n" ); document.write( "3. If dirt is sold in bags that hold 3.5 cu ft, how many bags of dirt will it take to fill the box? \n" ); document.write( "24/3.5 = 6.86 \n" ); document.write( "so, it will take 7 bags \n" ); document.write( " |