Example 1 — Evaluate a function at a value
EasyProblem
Given , find .
Solution
-
Function notation asks for the output when the input is 3.
Name the structure before touching arithmetic — that is what makes the right method obvious.
-
Ask the recognition question: Are the parentheses holding an input to a named function (not a multiplication)?
If the answer is yes, the concept applies; the cue, not a keyword, decides the method.
-
Substitute for every in the rule.
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 — is an output address, not multiplication. If it does not, revisit the recognition step before changing the arithmetic.
Answer
Takeaway: means substitute that input into the rule to get the output.