document.write( "Question 87115: Can you help me?\r
\n" );
document.write( "\n" );
document.write( "I am working on a problem. The problem is :
\n" );
document.write( " From a 12cm by12cm piece of cardboard, square corners are cut out so that the sides can be folded up to make a box. Express the volume of the box as a function of the length, x, in centimeters, of a cut-out- square and determine a reasonable domain for this function. \r
\n" );
document.write( "\n" );
document.write( "So far I have a table that looks like : ( the lines separate the columns
\n" );
document.write( "length - volume
\n" );
document.write( "20 - 0
\n" );
document.write( "10 - 100
\n" );
document.write( "8 - 128
\n" );
document.write( "6 - 108
\n" );
document.write( "4 - 64
\n" );
document.write( "2 -20
\n" );
document.write( "0 -0\r
\n" );
document.write( "\n" );
document.write( "The instructor says that I am on the right track, but I need to find out how the length and the volume relate to each other. I know that the domain is {10,8, 6, 4,2}. If you could help me figure out the equation it would be helpful, I don't see patterns well.
\n" );
document.write( "THANK YOU
\n" );
document.write( "Amanda\r
\n" );
document.write( "\n" );
document.write( "PS I need to turn it in by tomorrow thank you again \n" );
document.write( "
Algebra.Com's Answer #63069 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! From a 12cm by 12cm piece of cardboard, square corners are cut out so that the sides can be folded up to make a box. Express the volume of the box as a function of the length, x, in centimeters, of a cut-out- square and determine a reasonable domain for this function. \n" ); document.write( "------------ \n" ); document.write( "Let an edge of the cutout square be x. \n" ); document.write( "After sides are folded up the bottom of box is a 12-2x by 12-2x square. \n" ); document.write( "The height of the box is x. \n" ); document.write( "Volume = length*width*height \n" ); document.write( "Volume = (12-2x)(12-2x)x \n" ); document.write( "Volume = 4x(6-x)^2 \n" ); document.write( "Volume = 4x[36-12x+x^2) \n" ); document.write( "Volume = 4x^3-48x+144x \n" ); document.write( "Domain: Since the base is 12-2x by 12-2x a reasonable domain would be 0 < x < 12 \n" ); document.write( "============= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |