How do you optimize a cuboid of dimensions x*x*y; maximum combined length and girth is 120 inches; find function V that gives you the volume of the function

Assume maximum length/girth value

4x+y = 120
v = x^2 y = x^2(120-4x)