
Tyler M. answered 06/03/23
Engineer Experienced in Applied Math and Physics
Hello Alex!
I think it is important to first assign variables to the objects:
x = T-shirts
y = Sweatshirts
It is also important to look at the language used:
"make at least $1000" - greater than or equal to
"sell at least 100" - greater than or equal to
Since we know that we must sell at least 100 items total:
x + y ≥ 100
We also know that for each T-shirt we sell, we make $10. For each sweatshirt we sell, we make $15. To find an equation that represent this, we must also recall that we must make at least $1000:
($10)x + ($15)y ≥ $1000
Finally, we have our system of equations:
x + y ≥ 100
($10)x + ($15)y ≥ $1000