document.write( "Question 515619: A rectangular piece of cardboard twice as long as wide is to be made into an open box by cutting 2\" squares from each side and bending up the sides...\r
\n" );
document.write( "\n" );
document.write( "Express the volume V of the box as a function of the width w of the piece of cardboard\r
\n" );
document.write( "\n" );
document.write( "Find the domain of the function
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #344217 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! A rectangular piece of cardboard twice as long as wide is to be made into an open box by cutting 2\" squares from each side and bending up the sides... \n" ); document.write( "Express the volume V of the box as a function of the width w of the piece of cardboard \n" ); document.write( ": \n" ); document.write( "(2w-4) = the length \n" ); document.write( "(w-4) = the width \n" ); document.write( " 2 = the height \n" ); document.write( ": \n" ); document.write( "V = 2(2w-4)(w-4) \n" ); document.write( "FOIL \n" ); document.write( "V = 2(2w^2 - 8w - 4w + 16) \n" ); document.write( "V = 2(2w^2 - 12w + 16) \n" ); document.write( "V(w) = 4w^2 - 24w + 32 \n" ); document.write( ": \n" ); document.write( "Find the domain of the function \n" ); document.write( "Find w \n" ); document.write( "4w^2 - 24w + 32 = 0 \n" ); document.write( "Simplify, divide by 4 \n" ); document.write( "w^2 - 6w + 8 = 0 \n" ); document.write( "Factor to \n" ); document.write( "(w-4)(w-2) \n" ); document.write( "w = 4 \n" ); document.write( "and \n" ); document.write( "w = 2 \n" ); document.write( ": \n" ); document.write( "Domain: w=<2 and w=>4 \n" ); document.write( " |