To model the situation described, we need to set up a system of linear inequalities based on the information given.
Let:
- \( x \) = number of chocolate items sold
- \( y \) = number of flower items sold
From the problem, we have the following conditions:
-
The team hopes to raise at least $600 from chocolate and flowers: \[ 4x + 5y \geq 600 \]
-
The team estimates they will sell no more than 150 items in total: \[ x + y \leq 150 \]
-
They already have 50 flowers preordered, so the number of flowers sold must be at least 50: \[ y \geq 50 \]
So the correct system of inequalities that models the situation is:
\[ 4x + 5y \geq 600 \] \[ x + y \leq 150 \] \[ y \geq 50 \]
Among the options given, the correct one is:
4 x + 5 y ≥ 600, x + y ≤ 150, y ≥ 50