Math Problem Statement

An open-top rectangular box is being constructed to hold a volume of 350 in^3. The base of the box is made from a material costing 7 cents/in^2. The front of the box must be decorated, and will cost 10 cents/in^2. The remainder of the sides will cost 2 cents/in^2.

Find the dimensions that will minimize the cost of constructing this box. Front width: in Depth: in Height: in

Solution

Ask a new question for Free

By Image

Drop file here or Click Here to upload

Math Problem Analysis

Mathematical Concepts

Optimization
Calculus
Geometry

Formulas

Volume constraint: w * d * h = 350 in^3
Cost function: C(w, d, h) = 7 * w * d + 12 * w * h + 4 * d * h
Partial derivatives: ∂C/∂w, ∂C/∂d

Theorems

Optimization using partial derivatives
Constrained optimization

Suitable Grade Level

College Level