document.write( "Question 270306: what is area of a triangle with a base of 7 meters and a height of 4 meters. \n" ); document.write( "
| Algebra.Com's Answer #198047 by jim_thompson5910(35256)      You can put this solution on YOUR website! Remember that the area of a triangle is Area = (Base * Height)/2.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "In English, the area is the base times the height and you divide that result by 2. So just multiply 7 and 4 and then divide that result by 2 to find the area. \n" ); document.write( " |