Let \( x \) represent the number of hardbacks Kiani buys, and \( y \) represent the number of paperbacks. The cost of the books can be expressed with the following inequality based on Kiani's budget:
\[ 12x + 5y \leq 60 \]
Constraints of the Problem
-
Non-negativity constraint: Kiani cannot buy a negative number of books. Therefore, we have:
- \( x \geq 0 \)
- \( y \geq 0 \)
-
Budget constraint: The total cost of hardbacks and paperbacks must not exceed her budget of $60:
- \( 12x + 5y \leq 60 \)
Testing Potential Solutions
Now we'll evaluate each of the given points to see if they satisfy the inequality \( 12x + 5y \leq 60 \).
-
Point (1, 4.5): \[ 12(1) + 5(4.5) = 12 + 22.5 = 34.5 \leq 60 \quad \text{(true)} \]
-
Point (6, 6): \[ 12(6) + 5(6) = 72 + 30 = 102 \leq 60 \quad \text{(false)} \]
-
Point (−2, 6): \[ 12(-2) + 5(6) = -24 + 30 = 6 \leq 60 \quad \text{(true, but not viable due to negative x)} \]
-
Point (2, 4): \[ 12(2) + 5(4) = 24 + 20 = 44 \leq 60 \quad \text{(true)} \]
Conclusion
The points (1, 4.5), (−2, 6), and (2, 4) satisfy the budget constraint, but only (1, 4.5) and (2, 4) are viable because they do not involve buying negative quantities of books. So, the viable solutions given the constraints are (1, 4.5) and (2, 4).
Final Viable Solution
Among the choices, (1, 4.5) and (2, 4) are viable solutions. If you need to choose just one from the options, either (1, 4.5) or (2, 4) would be correct.