document.write( "Question 1083265: A trapezoid has one base that is three times the length of the other base. It's height is twice the length of the longer base. It's shorter base is 3.5 inches. What is the area of the trapezoid ? \n" ); document.write( "
Algebra.Com's Answer #697275 by jim_thompson5910(35256)\"\" \"About 
You can put this solution on YOUR website!
shorter base = b = 3.5 inches
\n" ); document.write( "longer base = 3*b = 3*3.5 = 10.5
\n" ); document.write( "height = 2*(3*b) = 2*10.5 = 21\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "In summary so far,
\n" ); document.write( "shorter base = b1 = 3.5
\n" ); document.write( "longer base = b2 = 10.5
\n" ); document.write( "height = h = 21\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Area of trapezoid
\n" ); document.write( "A = h*(b1+b2)/2
\n" ); document.write( "A = 21*(10.5+3.5)/2
\n" ); document.write( "A = 21*(14)/2
\n" ); document.write( "A = 294/2
\n" ); document.write( "A = 147\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The area of the trapezoid is 147 square inches.\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );