Ticker tape parade question
Released on: 2020-08-30

This is the video that kicked things off, and everything escalated from here:

Assumptions

Calculations

Getting per second values

Our interval is 2 seconds. Therefore we need to divide all distances by 2 to get “per second” values. Therefore

Getting per hour values

There are 60 seconds in a minute. And 60 minutes in an hour. We could do this in two steps by multiplying each number by 60, and then 60 again. Or we could shortcut this, but multiplying these two 60s together to give 3600, and then simply multiply each value by that. So that gives us:

Getting Kilometers per hour values

At the moment, we have meters per hour. So given that we have 1000 meters in 1 kilometer, we now need to divide the numbers by 1000 to give KM/h:

And that gives us our answer:

The horse began at 0.9 KM/h, and accelerated up to 3.6 KM/h.

Flaws and summary

Right, let’s kill the joke by acknowledging the flaws:

I hope you’re enjoying your breakfast.

Posts using the same tags

It all began with a spur-of-the-moment silly video, and escalated from there....
Home | About | Contact | Cookies | Risks | Site map