Did you come up with the equation on your own?
Because I would think that, with length and width being x and y being height, the surface area would be 7200 = 4xy + 2x^2.
Anyway, with what you gave, I found the max. volume to be something else...
Volume: V = x^2 * y
Surface Area: 7200 = 6x^2 + 4xy
Solve surface area for y: (7200 - 6x^2)/4x, simplify it a bit, (3600 - 3x^2)/2x
Substitute it into the volume...
V = x^2 * (3600 - 3x^2)/2x
V = [x(3600 - 3x^2)]/2
V = (3600x - 3x^3)/2
V = 1800x - (3/2)x^3
Take the derivative...
V' = 1800 - (9/2)x^2
Set equal to 0 and solve for x...
1800 - (9/2)x^2
1800 = (9/2)x^2
3600 = 9x^2
400 = x^2
x = +/- 20
And, because we can't have a negative length, x = 20.
Next, find y by going back into the surface area equation...
7200 = 6x^2 + 4xy
7200 = 6(20)^2 + 4(20)y
7200 = 2400 + 80y
4800 = 80y
60 = y
Now, back into the volume...
V = x^2 * y
V = (20)^2 * 60
V = 400 * 60
V = 24000
Someone may want to double check that as I always make some mistake to screw up my work.