Example 1 — Constant fare increase
EasyProblem
A taxi costs \$4 before the trip begins and then adds \$2 for each mile. Is the total fare a linear function of miles, and what do the slope and intercept mean?
Solution
-
Each extra mile adds the same \$2, so the rate does not change as mileage increases.
Name the structure before touching arithmetic — that is what makes the right method obvious.
-
Ask the recognition question: Does the output change by the same amount each time the input step is the same?
If the answer is yes, the concept applies; the cue, not a keyword, decides the method.
-
Model with , where is miles and is dollars.
The rule is chosen only after the structure matches, so the steps mean something.
-
Yes, it is linear with slope 2 dollars per mile and y-intercept 4 dollars for the starting fee.
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 — same change, straight line. If it does not, revisit the recognition step before changing the arithmetic.
Answer
Linear:
Takeaway: Constant rate is the signature of linearity, and the starting value explains why the line does not have to pass through the origin.