Riddle Cafe
5

If eleven plus two equals one, what does nine plus five equal?

Learn More

Learn More

easy

This intriguing numerical puzzle plays on a concept we use every day without even thinking about it: clock arithmetic. When we say "eleven plus two equals one," we're not using standard addition. Instead, we're thinking about hours on a 12-hour clock face. If it's 11 o'clock and two hours pass, the time becomes 1 o'clock. The numbers effectively "wrap around" after reaching 12.

Applying this same logic to the next part of the riddle, if we start at 9 o'clock and add five hours, we simply count forward on the clock. One hour after 9 is 10, two hours is 11, three hours is 12, four hours is 1, and five hours brings us to 2 o'clock. This type of calculation is a simple example of what mathematicians call modular arithmetic, where numbers "cycle" back after reaching a certain point, known as the modulus.

Modular arithmetic isn't just for telling time; it's a fundamental concept with widespread applications. It's used in computer science for things like error detection and cryptography, in music theory to understand scales and intervals, and even in daily life when we consider days of the week or months of the year. Our clock system, specifically, operates on a modulo 12 basis for hours and modulo 60 for minutes and seconds, demonstrating how this mathematical idea underpins many aspects of our structured world.