document.write( "Question 204157: Solve the problem. Use 3.14 as an approximation for π where appropriate.\r
\n" );
document.write( "\n" );
document.write( "Find the volume of a tent having the shape of a rectangular solid of length 15 ft, width 15 ft, and height 9 ft topped by a rectangular pyramid of the same width and length with height 8 ft. (Round to the nearest hundredth unit.)\r
\n" );
document.write( "\n" );
document.write( "Thank you tutors for all your help and time. \n" );
document.write( "
Algebra.Com's Answer #154114 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! Consider the two shapes separately that makes up the tent: \n" ); document.write( "- volume of rectangle -- L*W*H \n" ); document.write( "- volume of triangular prism -- (1/2)BHL \n" ); document.write( "reference: \n" ); document.write( "http://www.mathsteacher.com.au/year9/ch14_measurement/19_prism/prism.htm \n" ); document.write( ". \n" ); document.write( "volume of rectangle: \n" ); document.write( "L*W*H = 15*15*9 = 2025 cubic feet \n" ); document.write( ". \n" ); document.write( "volume of triangle: \n" ); document.write( "(1/2)BHL = (1/2)15*8*15 = 900 cubic feet \n" ); document.write( ". \n" ); document.write( "Total volume = 2025+900 = 2925 cubic feet \n" ); document.write( " |