To represent the possible combinations of half and full cups that Tre' can sell to meet his goal of making at least $200, you can set up a system of inequalities based on the number of cups and their prices. Let's denote:
x = number of half cups sold
y = number of full cups sold
Now, we can set up the inequalities:
1. Revenue from half cups: 0.25x (since each half cup is sold for 25 cents).
2. Revenue from full cups: 0.50y (since each full cup is sold for 50 cents).
Tre' wants to make at least $200, so the total revenue should be greater than or equal to $200:
0.25x + 0.50y ≥ 200
Additionally, he cannot sell more than 250 cups of each type, so you need to add the following constraints:
3. Number of half cups sold (x) should be less than or equal to 250:
x ≤ 250
4. Number of full cups sold (y) should be less than or equal to 250:
y ≤ 250
So, the system of inequalities to identify possible combinations of half and full cups to meet Tre's goal is:
0.25x + 0.50y ≥ 200
x ≤ 250
y ≤ 250
These inequalities represent the conditions for Tre' to achieve his goal while respecting the limits on the number of cups he can sell.