document.write( "Question 1101126: what is the volume of a tetrahedron which has a base of 5m by 12 m by 13m and a height of 10m ?\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #803354 by CubeyThePenguin(3113) You can put this solution on YOUR website! volume of pyramid = 1/3 * base * height\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "V = 1/3 * Bh \n" ); document.write( "= 1/3 * (5 * 12)/2 * 10 \n" ); document.write( "= 1/3 * 30 * 10 \n" ); document.write( "= 100 m^3 \n" ); document.write( " |