document.write( "Question 402850: find the area of a trapezoid with a height of 6 meters and bases of 12 meters and 23 meters. \n" ); document.write( "
Algebra.Com's Answer #284947 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! Area of a Trapezoid: A = (Base1+Base2)*(Height/2)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "which means that \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "A = (12+23)*(6/2) \n" ); document.write( "A = (35)*(3) \n" ); document.write( "A = 105\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So the area of the trapezoid is 105 square meters \n" ); document.write( " |