document.write( "Question 32887: A = 1/2h(B+b)\r
\n" );
document.write( "\n" );
document.write( "area of a trapezoid\r
\n" );
document.write( "\n" );
document.write( "solve for b \n" );
document.write( "
Algebra.Com's Answer #19311 by sarah_adam(201)![]() ![]() ![]() You can put this solution on YOUR website! area of a trapezoid : A = 1/2 * h *(B+b) where B and b are the lengths of the two parallel bases of a trapezoid, and h is its height\r \n" ); document.write( "\n" ); document.write( " A = 1/2 * h *(B+b) \n" ); document.write( " 2A/h = B + b \n" ); document.write( "Therefore b = 2A/h - B \n" ); document.write( " |