Example 1 — Phone plan
EasyProblem
A plan costs $15 to start plus $5 per gigabyte. Write the rule and find the cost for GB.
Solution
-
Equal GB steps add a fixed $5 onto a $15 base, so it's linear with , .
Name the structure before touching arithmetic — that is what makes the right method obvious.
-
Ask the recognition question: Does each equal step in add the same fixed amount to ?
If the answer is yes, the concept applies; the cue, not a keyword, decides the method.
-
Build then substitute : .
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 — constant step, plus a starting point. If it does not, revisit the recognition step before changing the arithmetic.
Answer
\$35
Takeaway: Linear means a constant per-step rate added onto a starting value.