Question 1197396
<br>
x = width of sheet
x+15 = length<br>
After cutting the 3-inch squares out of the corners and folding the flaps up, the dimensions of the open box are
width: x-2(3) = x-6
length: (x+15)-2(3) = x+9
depth: 3<br>
The volume is 1092 cubic inches:<br>
{{{3(x-6)(x+9)=1092}}}<br>
{{{3(x^2+3x-54)=1092}}}
{{{x^2+3x-54=364}}}
{{{x^2+3x-418=0}}}<br>
It looks as if that quadratic is going to be hard to factor, so we could use the quadratic formula.  However, if the problem is well designed, the answer should be an integer, so let's try to do the factoring.<br>
We need two numbers whose product is 418 and whose difference is 3.<br>
418 = 2(209) = 2(11)(19) = (22)(19)<br>
So<br>
{{{x+22)(x-19)=0}}}
{{{x=-22}}} or {{{x=19}}}<br>
Clearly the negative answer makes no sense in the problem, so<br>
ANSWER: the original width is x = 19 inches<br>
CHECK: volume = 3(x-6)(x+9) = 3(13)(28) = 1092<br>
Note that if a formal algebraic solution is not required, you can solve the problem with a bit of logical reasoning and some simple arithmetic.<br>
The volume is 1092, and the depth is 3; so length times width is 1092/3 = 364.<br>
So now we need two integers whose difference is 15 and whose product is 364:<br>
364 = 4(91) = 4(7)(13) = 28*13<br>
The width of the box is 13 inches; so before the 3-inch squares were cut out of the corners, the original width was 13+6 = 19 inches.<br>