Example 1 — Find the allowed values
EasyProblem
What constraint on does the expression impose?
Solution
-
The condition restricts which inputs are legal, not a value to compute.
Name the structure before touching arithmetic — that is what makes the right method obvious.
-
Ask the recognition question: Does this condition restrict the set of permissible values rather than ask for a single computation?
If the answer is yes, the concept applies; the cue, not a keyword, decides the method.
-
Set the denominator's forbidden case: is not allowed.
The rule is chosen only after the structure matches, so the steps mean something.
-
Solve to exclude .
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 — a condition that fences in the variables. If it does not, revisit the recognition step before changing the arithmetic.
Answer
(all reals except 3)
Takeaway: A constraint names the permitted set, and hidden ones (denominators) count.