Example 1 — Reading a table
EasyProblem
A pool fills so that at minutes it holds gallons. Is the rate constant, and what is it?
Solution
-
Equal 1-minute steps in time; check the gallon changes.
Name the structure before touching arithmetic — that is what makes the right method obvious.
-
Ask the recognition question: Does every equal step in the input add the exact same amount to the output?
If the answer is yes, the concept applies; the cue, not a keyword, decides the method.
-
Subtract consecutive outputs: .
The rule is chosen only after the structure matches, so the steps mean something.
-
Each difference is , so the rate is constant at 3 gallons per minute and .
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 step in, same jump out. If it does not, revisit the recognition step before changing the arithmetic.
Answer
Constant rate gal/min
Takeaway: Equal input steps giving equal output jumps confirms a constant rate and a line.