document.write( "Question 968351: Given a 10 cm by 20 cm piece of paper, if you cut out four equal squares from the corners and fold up the resulting sides you will create an open box. Write an expression for the volume of this box in terms of the side length of each cut‐out square, x. \n" ); document.write( "
Algebra.Com's Answer #591795 by Theo(13342)![]() ![]() You can put this solution on YOUR website! the length of the box will be 20 - 2x. \n" ); document.write( "the width of the box will be 10 - 2x. \n" ); document.write( "the height of the box will be x.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the volume of the box is length * width * height.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "this would become v = (20-2x) * (10-2x) * x\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "you would then simplify this by performing the indicated operations to get:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "v = (200 - 40x - 20x + 4x^2) * x which would become:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "v = (200 - 60x + 4x^2) * x which would become:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "v = 200x - 60x^2 + 4x^3 which would then be written in standard form as:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "v = 4x^3 - 60x^2 + 200x.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "for example:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "assume the value of x is 2.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the length of the box after cutting out the corners is equal to 20 - 4 = 16. \n" ); document.write( "the width of the box after cutting out the corners is equal to 10 - 4 = 6. \n" ); document.write( "the height of the box is equal to 2.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the volume is 16 * 6 * 2 = 192.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "per the formjula of y = 4x^3 - 60x^2 + 200x, when you replace x with x, you get y = 4(2)^3 - 60*(2)^2 + 200*(2) which results in y = 4*8 - 60*4 + 200*2 which results in y = 32 - 240 + 400 which results in y = 192.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the formula check out ok.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |