Question 1079254
Let's set up some variables

L = length of the square base
H = height of box
V = volume of the box


--------------------------


The volume of the box is simply the result of multiplying the area of the base (L*L = L^2) by the height of the box, so,


volume of box = (area of base)*(height)


{{{V = L^2*H}}}


The given volume is 171.5 cubic feet, which means V = 171.5. Let's replace the V with 171.5 to get


{{{V = L^2*H}}}


{{{171.5 = L^2*H}}}


--------------------------


now solve for H


{{{171.5 = L^2*H}}}


{{{171.5/(L^2) = (L^2*H)/(L^2)}}}


{{{171.5/(L^2) = H}}}


{{{H = 171.5/(L^2)}}}


--------------------------


Now onto dealing with how much cardboard we need. This is essentially the same as asking for the surface area but minus the top part of the box (since this part is missing to allow an open box). The surface area of the box is


SA = 2*(length*width + length*height + width*height)
SA = 2*(L*L + L*H + L*H)
SA = 2*(L^2 + 2LH)
SA = 2L^2 + 4LH


But now subtract off one copy of L^2 to get rid of the top of the box


SA - L^2 = 2L^2 + 4LH - L^2
SA - L^2 = L^2 + 4LH


--------------------------


Using that last equation, let's plug in {{{H = 171.5/(L^2)}}}. You should notice that the H variables are eliminated and there's only L left over.


{{{SA - L^2 = L^2 + 4LH}}}


{{{SA - L^2 = L^2 + 4L(171.5/(L^2))}}}


{{{SA - L^2 = L^2 + 686/L}}}


--------------------------


The function we now have is {{{F(L) = L^2 + 686/L}}} or essentialy {{{F(x) = x^2 + 686/x}}}


Use calculus or a calculator to find the minimum of this function. I'll assume that you aren't in calculus so I'll go with the calculator option. 


What you do is graph the function with a proper window so you can see the basic shape of it. This is what the graph looks like


{{{ graph( 500, 500, -30, 30, -50, 200, 0,x^2 + 686/x) }}}


Note: ignore the portion where x < 0. It doesn't make sense to have negative lengths


As you can see, the function has one piece that looks like a parabola on the right side. It's not really a parabola, but let's go with it since this term is learned fairly early in algebra. The lowest part of the parabola is the part we're interested in. This is known as the local minimum or relative minimum. Using a TI calculator I get the local min to be (7,147). Here's how I got it


Step 1) Enter the equation into y1 of the "y=" menu


Step 2) Adjust the window so that: xmin = -30, xmax = 30, ymin = -50, ymax = 200. There are other possible window configurations but this works out fine.


Step 3) Hit the blue (or I think some calculators it's a yellow button?) button that has "2ND" on it, then hit the TRACE button. Scroll down to #3, which is the "Minimum"


Step 4) Move the slider to that the point is to the left of the local min. It doesn't have to be exact. Make sure that you're on the parabola portion. This will input the left/lower bound


Step 5) Move the slider to the right making sure to pass through the local min. Hit enter. This sets the right/upper bound. 


Step 6) Move the slider closer to the local min. Make a guess where it is. This doesn't have to be exact. Hit enter to finish up and the calculator will spit out (7,147)


Note: You can use online calculators like Wolfram Alpha to <a href="https://www.wolframalpha.com/input/?i=local+min+x%5E2+%2B+686%2Fx">achieve the same result</a>

--------------------------

So after all that, the local min is (7,147)


What does this mean? Well recall that any point on the curve is (x,y) and y = f(x). So if f(x) = x^2 + 686/x then this represents all the possible ways to plug in a given length L for x, and have it spit out the amount of material needed f(x)


Minimizing the function f(x) is the same as minimizing the material needed, simply because this is how we forced and defined things to be set up. If x = L = 7 feet, then f(x) = 147 square feet of material will be needed, which is the lowest possible amount. 


If L = 7, then H is...


{{{H = 171.5/(L^2)}}}


{{{H = 171.5/(7^2)}}}


{{{H = 3.5}}}


----------------------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------------------

Let's wrap things up: The lowest point of the function {{{F(x) = x^2 + 686/x}}} is (x,y) = (7,147) where we only consider x > 0 to make sure the lengths aren't negative. 


So this means that the local min is (7,147) and the least amount of material needed is 147 square feet of cardboard. So the length of the base is L = 7, which means that this square base has length of 7 feet and width of 7 feet. The height of the box is 3.5 feet


Final Answer: <font color=red size=4>This box has dimensions of 7 feet by 7 feet by 3.5 feet</font>