document.write( "Question 253225: The area of a trapezoid is found using A = 1/2 (b1 + b2)h where b1 is one base, b2 is the second base, and h is the height. Suppose a trapezoid has a base of 5x, another base of 9x, and a height of 8xy. What is the area? \n" ); document.write( "
Algebra.Com's Answer #185493 by richwmiller(17219)\"\" \"About 
You can put this solution on YOUR website!
A = 1/2 (b1 + b2)h\r
\n" ); document.write( "\n" ); document.write( "Just plug in the values given
\n" ); document.write( "A=1/2(9x+5x)*8xy
\n" ); document.write( "A=1/2(14x)+8xy
\n" ); document.write( "A=7x+8xy
\n" ); document.write( "A=x(7+8y)
\n" ); document.write( "
\n" );