Answer:
see below
Explanation:
You can work this based only on the domain. You don't need to figure the volume, though you can if you want to check the answer further.
x represents the length of the box, which has a restriction that it can be no greater than 6 ft. This tells you x ≤ 6. However, the width is 5 ft shorter than the width, so its value is x-5. But we know the width must be greater than zero:
0 < x -5
5 < x
So, the constraints on the domain of x are ...
5 < x ≤ 6 . . . . . . only matches the last choice, (5, 6]
___
Checking the volume
The height is 3 more than the width, so the volume is ...
V = LWH = (x)(x -5)(x -5 +3) = x(x -5)(x -2) = x(x^2 -7x +10)
V = x^3 -7x^2 +10x