Let's define our variables:
- Let \( c \) represent the number of cookies Jace buys.
- Let \( b \) represent the number of brownies Jace buys.
From the problem description, we can derive the following inequalities:
-
Cookies Requirement: Jace needs at least 8 cookies. \[ c \geq 8 \]
-
Brownies Requirement: Jace needs at least 4 brownies. \[ b \geq 4 \]
-
Budget Constraint: Each cookie costs $3 and each brownie costs $5, and Jace's total spending should not exceed $60. \[ 3c + 5b \leq 60 \]
Therefore, the system of linear inequalities that represents Jace's situation is:
\[ \begin{align*} c & \geq 8 \quad \text{(1)} \ b & \geq 4 \quad \text{(2)} \ 3c + 5b & \leq 60 \quad \text{(3)} \ \end{align*} \]
In summary, the inequalities are:
- \( c \geq 8 \)
- \( b \geq 4 \)
- \( 3c + 5b \leq 60 \)