Example 1 — Test one-to-one
EasyProblem
Is one-to-one?
Solution
-
Check whether distinct inputs can ever give the same output.
Name the structure before touching arithmetic — that is what makes the right method obvious.
-
Ask the recognition question: Does every output value come from at most one input?
If the answer is yes, the concept applies; the cue, not a keyword, decides the method.
-
Assume and see if it forces .
The rule is chosen only after the structure matches, so the steps mean something.
-
.
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 — different inputs, different outputs — always. If it does not, revisit the recognition step before changing the arithmetic.
Answer
Yes — it is one-to-one
Takeaway: If equal outputs force equal inputs, the function is one-to-one and invertible.