Question 859652
x for length
w for width
h for height
-
Description of the numbers exactly into symbols:
-
{{{4w-x=8}}}, units of meters
4w-8-x=0
-x=8-4w
x=4w-8, this will be used for substitution

-
{{{h=w/4+1}}}, units of meters
Usable as it is, to be used for substitution

-
{{{highlight_green(xwh*k=64000)}}} LITERS;
The reason for a factor, k, is that we should be certain to convert our {{{m^3}}} into liters; some people will know the factor just by looking, some people will not.


{{{highlight(xwh(m*m*m)(100cm/m)(100cm/m)(100cm/m)((1*L)/(1000*cm^3))=64000*L)}}}.


{{{xwh*1000=64000}}}, factor k now known
Make the substitutions,
{{{(4w-8)w(w/4+1)*1000=64000}}}
DIVIDE both members by 1000, multiply both members by 4;
{{{(4w-8)w(w/4+1)=64}}}
{{{(4w-8)w(w+4)=4*64}}}
{{{4(w-2)w(w+4)=4*64}}}, but we can now also divide both members by 4;
{{{w(w-2)(w+4)=64}}}
{{{w(w^2+2w-8)=64}}}
{{{highlight(highlight(w^3+2w^2-8w-64=0))}}}


Obviously this equation would still need to be solved for w, and then the x and h can be calculated.  I'm stopping here, just so you can get comfortable with how that equation was obtained, and see that it is somewhat different than the equation you found.  You might try either a graphing calculator or Rational Roots Theorem to get w.