To represent the constraints of Amy's purchasing situation as a system of inequalities, we need to consider her conditions regarding the number of pencils \( p \) and notebooks \( n \).
-
Pencils need to be at least twice as many as notebooks: This translates mathematically to the inequality: \[ p \geq 2n \]
-
Total cost constraint: The total cost for the pencils and notebooks must not exceed $100. Since pencils cost $0.25 each and notebooks cost $4 each, we can represent this as: \[ 0.25p + 4n \leq 100 \]
-
Non-negativity: Amy cannot buy a negative quantity of pencils or notebooks, which gives us the inequalities: \[ p \geq 0 \] \[ n \geq 0 \]
Therefore, the system of inequalities representing Amy's constraints is as follows:
\[ \begin{align*}
- & \quad p \geq 2n \
- & \quad 0.25p + 4n \leq 100 \
- & \quad p \geq 0 \
- & \quad n \geq 0 \ \end{align*} \]