document.write( "Question 644161: A large plywood box has a volume of 12 ft3. Its length is 4 ft greater than its height, and its width is 1 ft less than its height. What are the dimensions of the box? \n" ); document.write( "
Algebra.Com's Answer #404858 by DrBeeee(684)\"\" \"About 
You can put this solution on YOUR website!
Use the formula
\n" ); document.write( "(1) V = lwh
\n" ); document.write( "with
\n" ); document.write( "(2) l = h + 4
\n" ); document.write( "(3) w = h - 1
\n" ); document.write( "to obtain
\n" ); document.write( "(4) (h + 4 )(h - 1)h = 12
\n" ); document.write( "Simplify to
\n" ); document.write( "(5) (h^2 + 3h - 4)h - 12 = 0 or
\n" ); document.write( "(6) h^3 + 3h^2 - 4h - 12 = 0
\n" ); document.write( "Since all cubic equations have one real root, find it first by substituting different values of h into (6) until (6) = 0.
\n" ); document.write( "I start at h=0, then
\n" ); document.write( "f(0) = -12
\n" ); document.write( "f(1) = 1+3-4-12 = -12
\n" ); document.write( "f(2) = 8+12-8-12 = 0, STOP
\n" ); document.write( "Therefore h = 2 is a root or
\n" ); document.write( "(7) (h-2) is a factor of (6).
\n" ); document.write( "To find the other roots divide (6) by (7) to obtain
\n" ); document.write( "(8) h^2+5h+6 = 0
\n" ); document.write( "Factor (8) to obtain
\n" ); document.write( "(9) (h+2)(h+3) = 0
\n" ); document.write( "which gives the roots
\n" ); document.write( "(10) h = {-2,-3}
\n" ); document.write( "Since both are negative, they cannot be the height of the box.
\n" ); document.write( "Our answer is
\n" ); document.write( "(11) h = 2,
\n" ); document.write( "and from (2) and (3) we get
\n" ); document.write( "(12) l = 6 and
\n" ); document.write( "(13) w = 1
\n" ); document.write( "Is (lwh = 12)?
\n" ); document.write( "Is (6*1*2 = 12)
\n" ); document.write( "Is ( 12 = 12)? Yes
\n" ); document.write( "Answer: The box is 6ft by 1ft by 2ft.
\n" ); document.write( "We can also check our factoring of (6) by FOILing
\n" ); document.write( "(14) (h-2)(h+2)(h+3) =
\n" ); document.write( "(15) (h^2 - 4)(h+3) =
\n" ); document.write( "(16) h^3 - 4h + 3h^2 - 12 =
\n" ); document.write( "(17) h^3 + 3h^2 - 4h - 12
\n" ); document.write( "Which is the same as (6).
\n" ); document.write( "
\n" );