Question 280710
l = 2w  :: length is twice the width
.
New box dimensions:
.
l-4 = length - 2 corners cut away at 2 inches each
w - 4 = w - 2 corners cut away at 2 inches each
(l-4)(w-4)*2 = volume = 896 cubic inches
.
substituting l = 2w
.
(2w-4)(w-4)*2 = 896
.
divide both sides by 2
(2w-4)(w-4) = 896/2 = 448
.
collect and simplify
2w^2 -8w -4w +16 - 448 = 0
2w^2 -12w -432 = 0
.
divide by 2 to further simplify
w^2 -6w - 216 = 0
.
Thinking about factoring...
216 = 2*108 = 2*2*54= 2*2*2*27 = 2*2*2*3*9
2*2*3 = 12
2*9 = 18
12 & 18 are 6 apart,

So the factoring is:
(w-18)(w+12) = 0
.
Roots are w = 18 and w = -12.
But negative width is nonsense, so we think w = 18.
.
Substituting in l = 2w
l = 2*18 = 36
.
Thus we think the original dimensions of the cardboard are length = 36 and width = 18.
.
Checking our work, what is the volume of the box?
.
Recall the volume of the box is based on different dimensions:
l-4 = 36-4 = 32
w-4 = 18-4 = 14
.
is the volume of a box 32 by 14 by 2 = 896?
Yes it is!
.
Answer:
The original dimensions of the box are length = 36 and width = 18.
.
Done