document.write( "Question 350808: An irrigation canal is 10 kilometers long and 2 meters deep. It is 4 meters wide at the top and 2 meters wide at the bottom. How many cubic meters of earth were excavated to make the canal? \n" ); document.write( "
Algebra.Com's Answer #250782 by sudhanshu_kmr(1152)![]() ![]() You can put this solution on YOUR website! The cross section area of canal is a trapezium. \n" ); document.write( " Parallel sides are 2 and 4, height is 2 m. \n" ); document.write( " \n" ); document.write( " area of this trapezium = 1/2 × (sum of parallel sides) × (distance between them) \n" ); document.write( " \n" ); document.write( " = 1/2 * (2+4) * 2 \n" ); document.write( " \n" ); document.write( " = 6 m sq.\r \n" ); document.write( "\n" ); document.write( "volume = 6 * 10000 (10 km = 10000 m) \n" ); document.write( " = 60000 m cube.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "so, 60000 cubic meters excavated. \n" ); document.write( " |