Observation: All answer choices are expressions in terms of x. That means the x → y relationship is fixed. So if an expression is correct, it must work for any value of x. This makes
plugging-in a safe way to eliminate wrong expressions.
Now, what value of x should I pick?
I want something that’s easy to work with and easy to convert into kilometers per hour. x=1 meter per second feels natural.
- If speed is 1 meter/second, then in 1 second, we cover 1 meter.
- In one hour, there are 3600 seconds, so that’s 3600 meters in an hour.
- 3600 meters = 3.6 kilometers.
So, 1 m/s = 3.6km/h.
That gives me a “target” for y: when x=1, y should be 3.6.
Test each option at x=1:
- A.5x/18 → 5/18 → even less than 1. ❌ too small
- B.6x/5 →6/5 → less than 2 ❌ too small
- C.18x/5 →18/5 = 3.6. matches. keep.
- D. 60x → 60 ❌ way too large
- E. 3,600,000x → 3,600,000 ❌ absurd
Since we were able to eliminate 4 answers, the remaining choice - C - must be the correct answer.
Additional notes:Why not mark (C) the moment it matched?
Because with plug-in, it’s possible for more than one expression to match your first test value by coincidence. If that happens, we can test a second test value to break the tie.
I’ll illustrate this with an extra hypothetical option.
Consider F. 18(x+1)/5x+5.
At x=1, F. 36/10=3.6 — it matches.
So, we could try another easy value of x (for which we can easily figure out the corresponding y value).
1 m/s =3.6 km/h
So,
10 m/s = 36 km/h
Let’s plug-in x = 10 in C and F. The result should be 36.
C. 18x/5 → 180/5 = 36. Matches. Keep.
F. 18(x+1)/5x+5 → 18x11/55 = 18/5 =3.6. Doesn’t match. Rejected.
Also noticeF simplifies to:
18(x+1)/5(x+1) = 18/5 → a constant.
So, anyway a constant can’t be the correct answer. The value of y should change as x changes. That itself is also reason enough to reject F.