document.write( "Question 40812: The length of an airplane hanger is 4 times its height (h).The width of the hanger is 10 ft more than 2 times its height. What is the volume of the hanger?\r
\n" );
document.write( "\n" );
document.write( "This is what I tried:\r
\n" );
document.write( "\n" );
document.write( "h = height
\n" );
document.write( "L = length = 4h
\n" );
document.write( "w = width = 2h+10\r
\n" );
document.write( "\n" );
document.write( "Volume = L*w*h = (4h)*(2h+10)*(h) = 8*h^2*(h+5) \n" );
document.write( "
Algebra.Com's Answer #26207 by psbhowmick(878) You can put this solution on YOUR website! \n" ); document.write( " |