Squares of side a are cut from each corner of a 8 in x6 in rectangle, so that its sides can be folded to make a box with no top. Represent a function in terms of a that can define the volume of the box
1 answer
v = a * (8 - 2a) * (6 - 2a)