document.write( "Question 761977: find the volume of a cuboid in each of the following cases
\n" );
document.write( "A) the area of the base is 40cm and the height is 4cm
\n" );
document.write( "b) the base has one side 10cm and the other side 2cm longer, and the height is 4cm
\n" );
document.write( "c)the area of the top is 25cm and the depth is 6cm \n" );
document.write( "
Algebra.Com's Answer #463617 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! a) Area = 40cm^2 Height = 4cm \n" ); document.write( " Volume = base area * height \n" ); document.write( " = 40 * 4 \n" ); document.write( " = 160cm^3 \n" ); document.write( "b) 10cm * 12cm * 4cm = 480cm^3\r \n" ); document.write( "\n" ); document.write( "c)Area of top = 25cm^2 Depth = 6cm \n" ); document.write( " Volume = top area * depth \n" ); document.write( " = 25cm^2 * 6cm \n" ); document.write( " = 150cm^3 \n" ); document.write( "Hope this helps. \n" ); document.write( ":-) \n" ); document.write( " |