WOLFRAM NOTEBOOK

One-Mississippi

Estimating Durations
When Americans estimate elapsed time in seconds, we often count out “one Mississippi, two Mississippi,...” We’ve been using Mississippi state’s name as a filler since at least 1936. Some people instead say “one one-thousand, two one-thousand,...” I have read that others, presumably folks from England, say “one Piccadilly, two Piccadilly,...” But how accurate can such methods be? That sounded to me like a question (admittedly just for fun) best answered by the Wolfram Language.
Use SpeechSynthesize to measure how far each phrase (e.g., “one Mississippi” or “ten one-thousand”) strays from one second:
Out[]=
"Mississippi"
"one-thousand"
"Piccadilly"
Maybe Mississippi isn’t the best state to use for the filler. If we count to twenty with “Mississippi” as the filler word, we have an error of about +1.115 seconds. Maybe another state would do better.
Compare errors in elapsed seconds using different state names as fillers when counting to twenty:
Out[]=
Alabama0.0582766,South Carolina5.76939
The winner is Alabama with just +.0583 seconds off after counting to twenty. The worst was South Carolina, which adds well over five seconds.

“One” to “twelve” has mostly 1- and 2-syllable number words, but the words get longer for higher numbers like “one hundred seventy-four”. Counting up to two hundred, for instance, shows this trend.
Chart the cumulative errors of estimating 200 seconds with filler phrases:
Out[]=
"Mississippi"
"one-thousand"
"Piccadilly"
"Alabama"

Conclusion

Perhaps it’s not surprising that counting “one Mississippi, two Mississippi,...” is an inaccurate way to estimate time. If you were holding a plank position at the gym until “ninety Mississippi”, you might be surprised that you planked for 108 seconds. Except in the range of 1-10, the cumulative error always overestimates the time, getting worse and worse as the numbers get bigger. The pattern appears to model well as a quadratic. (I thought to write code to get the quadratic of best fit, but that seemed to carry the silliness too far. If the reader is so inclined, the Wolfram Language function to do this is Fit.) For the sake of accuracy, it is clear that Americans should stop using “Mississippi” as a filler word in favor of “Alabama”.

Future Work

I don’t intend to spend any more time on this fanciful notion. It is fun and easy to explore such things computationally with the Wolfram Language, but then one must return to the real world of grandchildren and laundry. If I were foolish enough to return to this topic at some future point in time, I might work out a model that estimates the error level even for numbers much higher than 200. I might try different voices in the speech synthesizer to see if that makes a difference, particularly British and female voices. A serious effort might include coming up with a counting scheme that really does stay close to zero error even with larger numbers.
Wolfram Cloud

You are using a browser not supported by the Wolfram Cloud

Supported browsers include recent versions of Chrome, Edge, Firefox and Safari.


I understand and wish to continue anyway »

You are using a browser not supported by the Wolfram Cloud. Supported browsers include recent versions of Chrome, Edge, Firefox and Safari.