SOLUTION: A box is to be constructed from a sheet of cardboard that is 20 cm by 50 cm by cutting out squares of length x by x from each corner and bending up the sides. What is the maxim

Algebra ->  Finance -> SOLUTION: A box is to be constructed from a sheet of cardboard that is 20 cm by 50 cm by cutting out squares of length x by x from each corner and bending up the sides. What is the maxim      Log On


   



Question 985067: A box is to be constructed from a sheet of cardboard that is 20 cm by 50 cm by cutting out squares of length x by x from each corner and bending up the sides.
What is the maximum volume this box could have? (Round your answer to two decimal places. Do not include units, for example, 10.22 cm would be 10.22.)

Answer by macston(5194) About Me  (Show Source):
You can put this solution on YOUR website!
.
L=length=50-2x; W=width=20-2x; H=height=x; V=volume
.
V=LWH
V=%2850-2x%29%2820-2x%29%28x%29
V=4x%5E3-140x%5E2%2B1000x
The function will have a maximum at the point where the first derivative equals zero.
dV%2Fdx=12x%5E2-280x%2B1000
12x%5E2-280x%2B1000=0
3x%5E2-70x%2B250=0
.
Solved by pluggable solver: SOLVE quadratic equation with variable
Quadratic equation ax%5E2%2Bbx%2Bc=0 (in our case 3x%5E2%2B-70x%2B250+=+0) has the following solutons:

x%5B12%5D+=+%28b%2B-sqrt%28+b%5E2-4ac+%29%29%2F2%5Ca

For these solutions to exist, the discriminant b%5E2-4ac should not be a negative number.

First, we need to compute the discriminant b%5E2-4ac: b%5E2-4ac=%28-70%29%5E2-4%2A3%2A250=1900.

Discriminant d=1900 is greater than zero. That means that there are two solutions: +x%5B12%5D+=+%28--70%2B-sqrt%28+1900+%29%29%2F2%5Ca.

x%5B1%5D+=+%28-%28-70%29%2Bsqrt%28+1900+%29%29%2F2%5C3+=+18.9314982392345
x%5B2%5D+=+%28-%28-70%29-sqrt%28+1900+%29%29%2F2%5C3+=+4.40183509409888

Quadratic expression 3x%5E2%2B-70x%2B250 can be factored:
3x%5E2%2B-70x%2B250+=+3%28x-18.9314982392345%29%2A%28x-4.40183509409888%29
Again, the answer is: 18.9314982392345, 4.40183509409888. Here's your graph:
graph%28+500%2C+500%2C+-10%2C+10%2C+-20%2C+20%2C+3%2Ax%5E2%2B-70%2Ax%2B250+%29

.
Determine the domain of the function. x must be greater than 0 or H would be zero and we would have a flat sheet, so x>0. 2x must be less than 20 or we would have no width so 2x<20 or x<10
So 0 < x < 10.
That leaves us with x=4.40 as the solution.
The size of the box:
L=50-2x=50-8.80=41.20
W=20-2x=20-8.80=11.20
H=x=4.40
Maximum Volume of the box=(41.20)(11.20)(4.40)=2030.34 cm^3