Example 1 — Apply the test
EasyProblem
Does pass the horizontal line test?
Solution
-
We need to know if any horizontal line meets the graph more than once.
Name the structure before touching arithmetic — that is what makes the right method obvious.
-
Ask the recognition question: Does every horizontal line cross the graph at most once?
If the answer is yes, the concept applies; the cue, not a keyword, decides the method.
-
Imagine sweeping a horizontal line up the steadily rising cubic curve.
The rule is chosen only after the structure matches, so the steps mean something.
-
Every horizontal line meets the always-increasing curve exactly once.
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 — one output, one input — sweep a flat line. If it does not, revisit the recognition step before changing the arithmetic.
Answer
Yes — it passes, so is one-to-one and invertible
Takeaway: If no horizontal line hits twice, the function is one-to-one and has an inverse.