document.write( "Question 1147993: a rectangular box has a volume of 100 cubic units. if the base has a length four units longer than its width and X is the width write an expression for the surface area.\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #769352 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! a rectangular box has a volume of 100 cubic units. if the base has a length four units longer than its width and X is the width write an expression for the surface area. \n" ); document.write( "========== \n" ); document.write( "Vol = W*L*H = 100 \n" ); document.write( "Vol = X*(X+4)*H = 100 \n" ); document.write( "H = 100/(X^2 + 4X) \n" ); document.write( "---------- \n" ); document.write( "SA = 2*(X*(X+4) + X*H + H*(X+4)) \n" ); document.write( "==================== \n" ); document.write( "You can sub for H. \n" ); document.write( " \n" ); document.write( " |