Pretty simple optimization problem

  • Thread starter Thread starter wapakalypse
  • Start date Start date
  • Tags Tags
    Optimization
wapakalypse
Messages
3
Reaction score
0
A closed box with a square base is to contain 252ft^3. The bottom costs 5$ per ft.^2, the top is 2$ft^2 and the sides cost 3$ft^2. Find the dimensions that will minimize the cost.



As for equations we have v=lwh and I'm not sure as to how to find the next relative equation.



I just need to find another formula so I can derive and solve. Any help is much appreciated.
Thankss
 
Physics news on Phys.org
What are the areas of the different sections?
 
phsopher said:
What are the areas of the different sections?

It doesn't say, that's directly quoted from the text.
i want to say its something like
3(lw)=sides 5(lw)-bottom 2(lw)-top
 
That was meant to be a hint for your next equation. Calculate the areas and you can work out the cost from that. Note that there are only two free parameters since the bottom is a square.
 
Thread 'Use greedy vertex coloring algorithm to prove the upper bound of χ'
Hi! I am struggling with the exercise I mentioned under "Homework statement". The exercise is about a specific "greedy vertex coloring algorithm". One definition (which matches what my book uses) can be found here: https://people.cs.uchicago.edu/~laci/HANDOUTS/greedycoloring.pdf Here is also a screenshot of the relevant parts of the linked PDF, i.e. the def. of the algorithm: Sadly I don't have much to show as far as a solution attempt goes, as I am stuck on how to proceed. I thought...
Back
Top