Question 15791
Let the side of the original square of cardboard be x cm.
If you now cut out 3 cm squares from each corner, the remaining side of the cardboard square is now (x - 2*3) = (x - 6) cm and this is the size of one side the bottom of the finished box.
The dimensions of the finished box is then, (x - 6)cm by (x - 6)cm by 3cm high.

The volume of the finished box is given as 60 cm^3.  So now we can set up the equation to solve for x, the length of the side of the original square from which the box is made. We'll use the formula for the volume of a rectangular prism (AKA box):  V = Bh where B is the area of the base and h is the height of the box.

{{{(x - 6)(x - 6)(3) = 60}}} Expand the left side.
{{{(x^2 - 12x + 36)(3) = 60}}} Divide both sides by 3.
{{{x^2 - 12x + 36 = 20}}} Subtract 20 from both sides.
{{{x^2 - 12x + 16 = 0}}} Solve this quadratic equation using the quadratic formula: {{{x = (-b+-sqrt(b^2 - 4ac))/2a}}}

{{{x = (-(-12)+-sqrt((-12)^2 - 4(1)(16)))/2(1)}}}
{{{x = (12+-sqrt(144 - 64))/2}}}
{{{x = (12+-sqrt(80))/2}}}
{{{x = 6 + 2sqrt(5)}}} or {{{x = 6 - 2sqrt(5)}}}

Let's look at the first root: {{{x = 6 + 2sqrt(5)}}} = {{{6 + 2(2.24)}}} = 10.47

Now the second root: {{{x = 6 - 2sqrt(5)}}} = {{{6 - 2(2.24)}}} = 1.53

Clearly, the second root can be discarded because if that were the length of the side of the original square, then you could never have cut two 3-cm corners from it.

The first root: x = 10.47cm (Approx) is the length of the side of the original square. 

Check:

{{{(10.47 - 6)^2 * 3 = 59.9427 }}} This is not quite 60 because when we took the square root of 5, we got an approximate value.