Simple units conversion (km/h -> m/s)

  • Thread starter Thread starter oggfile
  • Start date Start date
  • Tags Tags
    Units
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 77K views
oggfile
Messages
2
Reaction score
0
So the problem is:

Convert 35 km/h to in m/s.

I know that:

- 1 km = 10^3 m
- 1 h = 60 s

So I do:

35 km/h (10^3 m/1 km) (1 h/60 s) = 583 m/s

But the answer is 9.7 -- What??
 
Physics news on Phys.org
oggfile said:
So the problem is:

Convert 35 km/h to in m/s.

I know that:

- 1 km = 10^3 m
- 1 h = 60 s

So I do:

35 km/h (10^3 m/1 km) (1 h/60 s) = 583 m/s

But the answer is 9.7 -- What??

[tex]\frac{35km}{h} \cdot \frac{1000m}{1km} \cdot \frac{1h}{3600s}[/tex]

There are more seconds in an hour than 60!

Hope this helps.

CS
 
stewartcs said:
[tex]\frac{35km}{h} \cdot \frac{1000m}{1km} \cdot \frac{1h}{3600s}[/tex]

There are more seconds in an hour than 60!

Hope this helps.

CS

Wow, that was dumb of me. Seriously, I could simply NOT figure this out. Thanks a lot!
 
oggfile said:
Wow, that was dumb of me. Seriously, I could simply NOT figure this out. Thanks a lot!

Honest mistake...happens to everyone sometimes.

CS