document.write( "Question 1011879: A river has width 30 metres. If the depth y metres at distance x metres from one bank be given by the table.\r
\n" );
document.write( "\n" );
document.write( "x 0 5 10 15 20 25 30\r
\n" );
document.write( "\n" );
document.write( "y 0 1.2 2.1 2.4 1.6 0.6 0\r
\n" );
document.write( "\n" );
document.write( "Find the approximate area of cross-section. \n" );
document.write( "
Algebra.Com's Answer #627703 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! The approximate area of the cross-section is the plane (the surface) covered by the water in the river channel. It is the product of the width of the channel, and the average depth of the river. \n" ); document.write( "********************************************************************************* \n" ); document.write( "average depth is ((1.2 + 2.1 + 2.4 + 1.6 + 0.6) / 5) * 30 = 47.4 square meters\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |