130k views
3 votes
A company is designing boxes to ship their product to stores. The design team decides that the width of the box should be five feet shorter than the length, and the height of the box should be three feet longer than the width. Due to shipping constraints, the length of the box can be no greater than six feet. The volume of the box, V(x), can be modeled by a polynomial function, where x is the length of the box. Which of the following correctly models the situation above and gives the correct domain?

A company is designing boxes to ship their product to stores. The design team decides-example-1

1 Answer

4 votes

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

A company is designing boxes to ship their product to stores. The design team decides-example-1
User Chenge
by
7.6k points