Question 10762
OK. The dimensions, length, width, and height, are consecutive integers. This means they're "together" without skipping integers, and they're different from each other, like (5,6,7) or (101,102,103). IF the largest of the dimensions is k, then the other two HAVE TO BE (k-1) and (k-2). Suppose that k is any integer. (k-1) and (k-2) will be forced to be the next two integers less than k. (They're "together").


So the volume is {{{ V = k(k-1)(k-2) }}} <------ We can leave it at this point, but I think they may want us to expand.


{{{ V = (k^2 - k)(k - 2) }}} <----- we just multiplied the k and the k-1 by distributive property.


{{{ V = k^3 - 3k + 2k }}} <-------- performed FOIL. This is as far as we can get.