Write an expression for the volume of a rectangular prism if the length is 5 feet shorter than some x amount, the width is 3 feet longer than x, and the height is x feet.

1 answer

x = height
x - 5 = length
x + 3 = width

Volume = length * width * height

I'll let you write the expression.