Example 1 — Is it a function?
EasyProblem
A table shows inputs mapped to outputs . Is this a function?
Solution
-
Each input must produce exactly one output; repeated outputs are fine.
Name the structure before touching arithmetic — that is what makes the right method obvious.
-
Ask the recognition question: Does every allowed input give exactly one output, never two?
If the answer is yes, the concept applies; the cue, not a keyword, decides the method.
-
Check whether any single input appears twice with different outputs.
The rule is chosen only after the structure matches, so the steps mean something.
-
Input , , ; no input has two outputs.
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 — one input, exactly one output. If it does not, revisit the recognition step before changing the arithmetic.
Answer
Yes, it is a function
Takeaway: Repeated outputs are allowed; repeated inputs with different outputs are not.