To determine which combinations of books \(x\) and magazines \(y\) the bookstore can order, we must check each given combination against the provided inequalities:
- Budget inequality: \(15x + 5y \leq 1000\)
- Space inequality: \(2x + y \leq 50\)
Now, we will evaluate each combination.
1. \(x = 50\), \(y = 0\)
- Check the budget inequality: \[ 15(50) + 5(0) = 750 \leq 1000 \quad (\text{True}) \]
- Check the space inequality: \[ 2(50) + 0 = 100 \leq 50 \quad (\text{False}) \] Conclusion: Not a valid combination.
2. \(x = 10\), \(y = 30\)
- Check the budget inequality: \[ 15(10) + 5(30) = 150 + 150 = 300 \leq 1000 \quad (\text{True}) \]
- Check the space inequality: \[ 2(10) + 30 = 20 + 30 = 50 \leq 50 \quad (\text{True}) \] Conclusion: Valid combination.
3. \(x = 40\), \(y = 5\)
- Check the budget inequality: \[ 15(40) + 5(5) = 600 + 25 = 625 \leq 1000 \quad (\text{True}) \]
- Check the space inequality: \[ 2(40) + 5 = 80 + 5 = 85 \leq 50 \quad (\text{False}) \] Conclusion: Not a valid combination.
4. \(x = 20\), \(y = 15\)
- Check the budget inequality: \[ 15(20) + 5(15) = 300 + 75 = 375 \leq 1000 \quad (\text{True}) \]
- Check the space inequality: \[ 2(20) + 15 = 40 + 15 = 55 \leq 50 \quad (\text{False}) \] Conclusion: Not a valid combination.
Summary
- Valid combination: \(10\) books and \(30\) magazines.
- Invalid combinations: \(50\) books and \(0\) magazines, \(40\) books and \(5\) magazines, \(20\) books and \(15\) magazines.
The only combination that meets both inequalities is 10 books and 30 magazines.