document.write( "Question 1095627: The area of a trapezoid is 64 square feet. The height is 8 feet and one base is three times the length of the other base. What is the measure of each base? \n" ); document.write( "
Algebra.Com's Answer #710118 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! Area is (1/2)h(b1+b2) \n" ); document.write( "let b1 be the shorter base \n" ); document.write( "then b2=3b1 \n" ); document.write( "64=(1/2)*8(4b1) \n" ); document.write( "128/8=4b1 \n" ); document.write( "16=4b1 \n" ); document.write( "b1=4 feet \n" ); document.write( "b2=12 feet \n" ); document.write( " |