here are 4 different ways to do this problem. the first is highly intuitive and highly specific to this type of problem (it capitalizes on the fact that both m/sec and km/h are easily modelled in the brain), but the other 3 are pretty general.
--
(1) think about these speeds in real life.
let x = 20.
let's say you're going 20 meters per second. that means that you can pass by a football field (soccer pitch, if you're not from the US) in about five to six seconds.
if you can drive by a football field (soccer pitch) in five to six seconds, then that means you're driving at a normal speed for a car on a city thoroughfare (imagine this in your head). that's around 40 miles per hour if you're american, which is around 65 kilometers per hour. (sorry americans, time to bone up on your metric units.)
plug x = 20 into the choices:
a = about 5.5 km/h
b = 24 km/h
c = 72 km/h
d = 1200 km/h
e = insane
the only one that comes close to our estimate is choice c, so, we'll take it.
--
(2) vic method
let x = 10, for no particularly good reason
then the speed is 10 meters per second.
because there are 3600 seconds in an hour, that's 10 x 3600 = 36,000 meters per hour.
but there are 1000 meters in a kilometer, so that's 36,000 / 1000 = 36 km/h.
plug x = 10 into the choices:
a = a lil under 3 km/h
b = 12 km/h
c = 36 km/h
d = 600 km/h
e = are you kidding?
answer = c
--
(3) use 'unit analysis' the same way you would in chemistry class. multiply by conversion factors, so that you can cancel the units you don't want and replace them with the units you do want.
here is a fairly good resource. it does the problem backwards, converting from km/h to m/s instead of the other way around, but the idea is the same.
--
(4) think about the way the units change. this is essentially the same approach taken to the vic method in (2) above, except no numbers are picked.
you have x meters
per second. that means that you go x meters
every second. how many meters do you go in an hour, then? dividing by 3600 makes no sense; we multiply by 3600, since it's x meters every second for 3600 seconds. therefore, you have 3600x meters per hour.
now, there are 1000 meters in a kilometer; a kilometer is bigger than a meter, so you have a smaller number of kilometers. that means 3600x meters per hour is 3600x / 1000 = 3.6x kilometers per hour. that's choice c.