To represent the constraints of the scenario as a system of inequalities, we need to outline two key constraints based on the problem description:
-
The number of pencils needed is at least twice as many as the number of notebooks. This can be expressed as: \[ p \geq 2n \]
-
The total cost of the pencils and notebooks must not exceed $100. The cost of pencils at $0.25 each and the cost of notebooks at $4 each can be expressed as: \[ 0.25p + 4n \leq 100 \]
Combining these two inequalities, we represent the constraints of the scenario as:
- \( p \geq 2n \)
- \( 0.25p + 4n \leq 100 \)
Therefore, the correct response is: p≥2n
0.25p+4n≤100
p greater-than-or-equal-to 2 n 0.25 p plus 4 n less-than-or-equal-to 100