Example 1 — Find $k$ from a table
EasyProblem
A table shows , , for distance vs. fuel. Find and predict when .
Solution
-
Every pair should share a constant ratio, so this is .
Name the structure before touching arithmetic — that is what makes the right method obvious.
-
Ask the recognition question: Does give the same number for every pair in the data?
If the answer is yes, the concept applies; the cue, not a keyword, decides the method.
-
Compute for a pair, confirm it repeats, then use .
The rule is chosen only after the structure matches, so the steps mean something.
-
, matches and ; so .
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 — the fixed multiplier . If it does not, revisit the recognition step before changing the arithmetic.
Answer
, and
Takeaway: is the constant ratio that powers the whole rule.