document.write( "Question 266917: an open wooden box is a cube with side x cm. The box, including its bottom, is made ofwood that is 1 cm thick. find a polynomial for the interior volume of the cube. \r
\n" );
document.write( "\n" );
document.write( "Please help \n" );
document.write( "
Algebra.Com's Answer #196118 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! an open wooden box is a cube with side x cm. \n" ); document.write( "The box, including its bottom, is made of wood that is 1 cm thick. find a polynomial for the interior volume of the cube. \n" ); document.write( ": \n" ); document.write( "Inside dimensions of an open box (x-2) by (x-2) by (x-1) \n" ); document.write( "; \n" ); document.write( "V(x) = (x-2) * (x-2) * (x-1) \n" ); document.write( "V(x) = (x^2 - 4x + 4) * (x-1) \n" ); document.write( "V(x) = x^3 - 5x^2 + 8x - 4 \n" ); document.write( " |