Example 1 — Budget limit
EasyProblem
You have \$50 and notebooks cost \$4 each. Write the constraint and find the most you can buy.
Solution
-
The spending can't exceed the budget, so this is an inequality constraint.
Name the structure before touching arithmetic — that is what makes the right method obvious.
-
Ask the recognition question: Does the condition limit or forbid certain values rather than compute one?
If the answer is yes, the concept applies; the cue, not a keyword, decides the method.
-
Set total cost no more than : , with a whole number.
The rule is chosen only after the structure matches, so the steps mean something.
-
, and must be a whole number.
Keep units, shape, or answer form tied to the story so the work does not become symbol pushing.
-
Check the answer against the original question.
It should fit the mental model — allowed-values fence. If it does not, revisit the recognition step before changing the arithmetic.
Answer
At most notebooks
Takeaway: A constraint bounds the feasible values; here it caps the count at .