document.write( "Question 39676: I cant figure out how to solve the literatal equation for the indicated variable.\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "A = 1
\n" );
document.write( " __
\n" );
document.write( " 2h (B +b) (FOR b) \r
\n" );
document.write( "\n" );
document.write( "area OF TRAPEZOID. \n" );
document.write( "
Algebra.Com's Answer #25116 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! The area of trapezoid is given by \n" ); document.write( "A = (1/2)h(B + b) \n" ); document.write( "To solve for the smaller base,b, we need to isolate it... \n" ); document.write( "First multiply both sides by two, then divide by h, then subtract B, and we get \n" ); document.write( "A = (1/2)h(B + b) \n" ); document.write( "2A = h(B + b) \n" ); document.write( "2A/h = B + b \n" ); document.write( "b = (2A/h) - B \n" ); document.write( " |