document.write( "Question 54895This question is from textbook Roads to Geometry
\n" );
document.write( ": The question in the text is: The area of a trapezoid is the product of its height and the arithmetic mean of its bases.\r
\n" );
document.write( "\n" );
document.write( "I know what the answer would be, a general formula. I just dont know how to go about getting a written proof for the problem.\r
\n" );
document.write( "\n" );
document.write( "Thank you \n" );
document.write( "
Algebra.Com's Answer #37152 by josmiceli(19441) You can put this solution on YOUR website! construct a rectangle by dropping perpendiculars from one parallel side to \n" ); document.write( "the other parallel side. Call the height of the perpendiculars h. \n" ); document.write( "Call the other side l, which is the length of the shortest parallel side. \n" ); document.write( "h*l is the area of this rectangle. \n" ); document.write( "Now you have to find lthe areas of the two triangles that are left. \n" ); document.write( "Call the bases of the triangles x and y. Their heights are both h. \n" ); document.write( "Their areas are \n" ); document.write( "(1/2)*x*h and \n" ); document.write( "(1/2)*y*h \n" ); document.write( "Now add the 3 areas \n" ); document.write( "A = h*l + (1/2)*x*h + (1/2)*y*h \n" ); document.write( "Multiply the 1st term by 2/2. This is OK since 2/2 = 1 \n" ); document.write( "A = (2/2)*h*l + (1/2)*x*h + (1/2)*y*h \n" ); document.write( "factor out (1/2)*h \n" ); document.write( "A = (1/2)*h*(2l + x + y) \n" ); document.write( "or, what is the same thing, \n" ); document.write( "A = h*((2l + x + y)/2) \n" ); document.write( "This is what is required. (2l + x + y) can be written (l + x + y + l} \n" ); document.write( "l is one side and x + y + l is the other side \n" ); document.write( " |