Question 1010066
Unknown side length of the square, x.
Known height created by the "edges" or flaps to be folded, h.
The volume of the resulting box is known, v.


The assigning of variables, {{{system(x=unknown,h=9,v=144)}}}.


Multiply the three dimensions of the resulting box gives the specified volume.
This equation comes from the description:
{{{highlight_green(h(x-2h)(x-2h)=v)}}}



NOTE: UNKNOWN MISTAKE IN THE GENERALIZED SYMBOLIC SOLUTION;  SEE THE MORE SPECIFIC STEPS BELOW.
Solve for the unknown variable,x.
{{{h(x^2-4hx+4h^2)-v=0}}}
{{{hx^2-4hx+4h^3-v=0}}}
Depending on comfort and how long you want to continue all in symbols, substitute the given values any time.


{{{x=(4h+- sqrt((-4h)^2-4*h(4h^3-v)))/(2h)}}}


{{{x=(4h+- sqrt(16h^2-4h^4+4hv))/(2h)}}}


{{{x=(4h+- 2sqrt(4h^2-h^4+hv))/(2h)}}}


{{{x=(2h+- sqrt(4h^2-h^4+hv))/h}}}
Certainly, substitute the given values now at the latest, and evaluate x.
Finding imaginary component to the solution, so must be a mistake (maybe on my part).



*MORE SPECIFIC, DIRECTLY USING THE GIVEN VALUES WITHOUT GENERALIZATIONS:
Trying again without generalizing:
{{{9(x-2*9)(x-2*9)-144=0}}}
{{{(x-18)^2-16=0}}}
{{{(x-18)^2=16}}}
{{{x-18=0+- 4}}}
{{{x=18+- 4}}}
Subtracting 4 will not work for anything realistic.  Use the PLUS form.
{{{highlight(x=22)}}}.