Example 1 — Circle area
EasyProblem
In , which symbols are constant and which are variable?
Solution
-
Ask of each symbol whether its value can change.
Name the structure before touching arithmetic — that is what makes the right method obvious.
-
Ask the recognition question: Could this symbol's value be different in another situation, or is it locked forever?
If the answer is yes, the concept applies; the cue, not a keyword, decides the method.
-
never changes; and change together as the circle grows.
The rule is chosen only after the structure matches, so the steps mean something.
-
is the constant; and are variables.
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 — locked value or free value. If it does not, revisit the recognition step before changing the arithmetic.
Answer
constant; variable
Takeaway: Fixed-forever values are constants; changeable ones are variables.