To represent the constraints of Amy's scenario with a system of inequalities, we need to consider the following:
- The number of pencils (p) must be at least twice the number of notebooks (n).
- The total cost of the pencils and notebooks must not exceed her budget of $100.
Given these conditions, we can express them as follows:
-
The first condition translates to: \[ p \geq 2n \]
-
The second condition relates to the costs. Pencils cost $0.25 each and notebooks cost $4 each, so the cost constraint is: \[ 0.25p + 4n \leq 100 \]
Putting these together, the system of inequalities that represents the constraints is: \[ \begin{align*} p & \geq 2n \ 0.25p + 4n & \leq 100 \end{align*} \]
Thus, the correct answer is: p ≥ 2n 0.25p + 4n ≤ 100