To determine the constraints of Santiago's book buying situation, we need to define the variables involved and the limits imposed by the scenario. Let's define two variables:
- Let \( x \) represent the number of board books he buys.
- Let \( y \) represent the number of soft cover books he buys.
Given the prices:
- Board books cost $1.50 each.
- Soft cover books cost $0.50 each.
Santiago's total spending is $20. This leads to the following equation representing his total expenditure:
- Budget Constraint: \[ 1.50x + 0.50y = 20 \]
Additionally, since he cannot purchase a negative number of books, the following constraints apply:
- Non-negativity Constraints: \[ x \geq 0 \quad (\text{number of board books}) \] \[ y \geq 0 \quad (\text{number of soft cover books}) \]
So, the complete set of constraints is:
- \( 1.50x + 0.50y \leq 20 \) (ensuring he does not exceed his budget)
- \( x \geq 0 \) (he cannot buy a negative number of board books)
- \( y \geq 0 \) (he cannot buy a negative number of soft cover books)
These constraints define the possible combinations of board books and soft cover books Santiago can purchase within his budget.