document.write( "Question 1071258: One base of the trapezoid is 1 ft shorter than the other base. Find the lengths of teh bases if the trapezoid is 4 ft high and has an area of 10 ft sq
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #686223 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! A trap=(1/2)h (b1+b2) \n" ); document.write( "b1=b2-1 \n" ); document.write( "10=(1/2)*4(b2-1+b2) \n" ); document.write( "5=2b2-1 \n" ); document.write( "2b2=6 \n" ); document.write( "b2=3 ft ANSWER \n" ); document.write( "b1=2 ft ANSWER \n" ); document.write( "A=(1/2)(5)(4)=10 sq ft \n" ); document.write( " |