To model the situation described, we have two key pieces of information:
-
The total number of items (bags and caps) is 2,000. Therefore, the first equation represents the total count: \[ b + c = 2000 \] where \( b \) is the number of bags and \( c \) is the number of caps.
-
The budget constraint, which says that the total cost of the bags and caps should not exceed $12,500. The total cost for bags is \( 10b \) (since each bag costs $10) and for caps is \( 5c \) (since each cap costs $5). This gives us the second equation: \[ 10b + 5c = 12500 \]
Thus, the pair of linear equations that model this situation is:
- \( b + c = 2000 \)
- \( 10b + 5c = 12500 \)
The correct response matching these equations is:
- \( b + c = 2000 \); \( 10b + 5c = 12500 \)