document.write( "Question 135591: Find the area of a triangle with base 10 cm and corresponding height 4 cm. \n" ); document.write( "
Algebra.Com's Answer #99333 by rajagopalan(174)![]() ![]() You can put this solution on YOUR website! base 10 cm \n" ); document.write( "corresponding height 4 cm. \n" ); document.write( "Area = 1/2*base*height \n" ); document.write( "=1/2 * 10 * 4 \n" ); document.write( "=5*4 \n" ); document.write( "=20 sq cm \n" ); document.write( " |