To find the maximum volume of the open-top box created by cutting squares of side length \( x \) from each corner of a \( 10 \) inch by \( 12 \) inch piece of paper, we will start with the volume function you've provided, which is:
\[ V(x) = x(10 - 2x)(12 - 2x) \]
The volume will be defined for \( x \) values where the dimensions remain positive, so \( x \) must satisfy the following conditions:
- \( 10 - 2x > 0 \) which gives \( x < 5 \)
- \( 12 - 2x > 0 \) which gives \( x < 6 \)
Thus, the feasible domain for \( x \) is \( 0 < x < 5 \).
Now, we can expand the volume function:
\[ V(x) = x(10 - 2x)(12 - 2x) \]
First, let's simplify:
\[ V(x) = x \left( 120 - 20x - 24x + 4x^2 \right) \] \[ V(x) = x(120 - 44x + 4x^2) \] \[ V(x) = 120x - 44x^2 + 4x^3 \]
Next, we take the derivative and set it to zero to find the critical points:
\[ V'(x) = 120 - 88x + 12x^2 \]
Setting the derivative equal to zero:
\[ 12x^2 - 88x + 120 = 0 \]
We can simplify the equation by dividing everything by 4:
\[ 3x^2 - 22x + 30 = 0 \]
Now we can use the quadratic formula to solve for \( x \):
\[ x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a} = \frac{22 \pm \sqrt{(-22)^2 - 4 \cdot 3 \cdot 30}}{2 \cdot 3} \] \[ = \frac{22 \pm \sqrt{484 - 360}}{6} \] \[ = \frac{22 \pm \sqrt{124}}{6} \] \[ = \frac{22 \pm 2\sqrt{31}}{6} \] \[ = \frac{11 \pm \sqrt{31}}{3} \]
Calculating the approximate values of \( x \):
- \( x_1 = \frac{11 + \sqrt{31}}{3} \approx \frac{11 + 5.57}{3} = \frac{16.57}{3} \approx 5.19 \) (not in domain)
- \( x_2 = \frac{11 - \sqrt{31}}{3} \approx \frac{11 - 5.57}{3} = \frac{5.43}{3} \approx 1.81 \)
Next, we need to evaluate the volume at \( x \approx 1.81 \):
\[ V(1.81) = 1.81(10 - 2 \cdot 1.81)(12 - 2 \cdot 1.81) \] \[ = 1.81(10 - 3.62)(12 - 3.62) \] \[ = 1.81(6.38)(8.38) \] \[ \approx 1.81 \cdot 6.38 \cdot 8.38 \approx 1.81 \cdot 53.497 \approx 96.9 \text{ cubic inches} \]
Thus, the maximum volume of the box, rounded to one decimal place, is:
\[ \boxed{96.9} \text{ cubic inches} \]