- BetterExplained - https://betterexplained.com -

The Math Inside the US Highway System

The Math Inside the US Highway System

At first glance, the US highway seems like a jumble of roads:

Interstate_Highway_plan_October_1,_1970

However, the numbers follow a grid, with rules nobody told me (image source, click to enlarge):

278theinterstatesystem

Whoa. There's so much information conveyed in a simple numbering scheme! Without looking at a map, I know I can drive from Seattle to Boston on I-90. Maybe I'll take I-95 South when I'm there and make my way to Florida. On the way I'll take I-10 West, over to LA, then drive up I-5 North back to Seattle.

How does this work?

road property table math numbers

This is thinking mathematically. It's not about doing arithmetic quickly, or memorizing formulas, it's about connecting patterns. Math is a zoo of made-up objects that we relate to ones in the real world. The "usefulness" of the made-up objects depends on our imagination.

Extending the highway system

Have we used all the interesting properties of a number? How about whether it's a prime number.

Suppose local routes used small prime numbers: Route 2, 3, 5, 7, 11. (Yep, remember that 2 is prime.)

road prime numbering

Once the main routes are numbered, smaller roads that connect them can follow this rule:

Will this always work? You bet. Any two primes, when multiplied, give a unique number. 33 will never be reached by any other combination of primes. (The fancy math phrase: every number has a unique prime factorization.)

Computer Science

See how we're trying to cram a bunch of information into a little number? That's the essence of binary data.

An eight-bit binary number like 01000100 is essentially eight true/false questions:

An 8-bit binary number can pack in a bunch of related questions into a single byte, and is what makes binary so efficient.

Onward and Upward

Numbers have a bunch of properties, right? Aren't we curious to discover more, like the remainder (modular arithmetic)? Maybe Route 12 (which is one set of 11, remainder 1) has some connection to Route 11.

Happy math.