a box (with no top) will be made by cutting squares of equal size out of the corners of a 28 inch by 52 inch…

a box (with no top) will be made by cutting squares of equal size out of the corners of a 28 inch by 52 inch rectangular piece of cardboard, then folding the side flaps up. find the maximum volume of such a box. round to the nearest cubic inch. the maximum volume is 3845 cubic inches.
Answer
Explanation:
Step1: Define the variables
Let the side - length of the square cut from each corner be $x$ inches. The length of the box will be $l = 52 - 2x$ inches, the width will be $w=28 - 2x$ inches, and the height will be $h = x$ inches. The volume $V$ of the box is given by the function $V(x)=(52 - 2x)(28 - 2x)x$.
Step2: Expand the function
[ \begin{align*} V(x)&=(52 - 2x)(28 - 2x)x\ &=(1456-56x - 104x+4x^{2})x\ &=(1456 - 160x+4x^{2})x\ &=1456x-160x^{2}+4x^{3} \end{align*} ]
Step3: Find the derivative
Differentiate $V(x)$ with respect to $x$. Using the power rule $\frac{d}{dx}(ax^{n})=nax^{n - 1}$, we have $V^\prime(x)=1456-320x + 12x^{2}$.
Step4: Set the derivative equal to zero
Set $V^\prime(x)=0$, so $12x^{2}-320x + 1456 = 0$. Divide through by 4 to simplify: $3x^{2}-80x + 364 = 0$. Use the quadratic formula $x=\frac{-b\pm\sqrt{b^{2}-4ac}}{2a}$ for the quadratic equation $ax^{2}+bx + c = 0$. Here, $a = 3$, $b=-80$, and $c = 364$. [ \begin{align*} x&=\frac{80\pm\sqrt{(-80)^{2}-4\times3\times364}}{2\times3}\ &=\frac{80\pm\sqrt{6400-4368}}{6}\ &=\frac{80\pm\sqrt{2032}}{6}\ &=\frac{80\pm45.08}{6} \end{align*} ] We get $x_1=\frac{80 + 45.08}{6}\approx20.85$ and $x_2=\frac{80 - 45.08}{6}\approx5.82$. But $x = 20.85$ is not valid since $28-2x<0$ when $x = 20.85$. So we use $x\approx5.82$.
Step5: Calculate the volume
Substitute $x\approx5.82$ into the volume formula $V(x)=(52 - 2x)(28 - 2x)x$. [ \begin{align*} l&=52-2\times5.82=52 - 11.64 = 40.36\ w&=28-2\times5.82=28 - 11.64 = 16.36\ h&=5.82\ V&=40.36\times16.36\times5.82\ &=40.36\times95.22\ &\approx3845 \end{align*} ]
Answer:
$3845$