A calculator that always knows the date

The Calendar
Calculator

Three strangers name random numbers. A fourth taps in another at random. The calculator lands — exactly — on today's date and time. Try it, then pull back the curtain.

0

Try it: multiply three numbers in the thousands — say 5231 × 6847 × 3922 — press , tap any digits until the number stops growing, then =.

The effect

What the room sees

You hand out an ordinary calculator. Three people each call out a random number and you multiply them together — a huge, unpredictable product that nobody could have planned. Then a fourth person taps in a number of their own, at random, and subtracts it.

The display settles on a long string of digits. You read it aloud: the month, the day, the year, and the exact time — right now, to the minute. Everyone who followed along on their own calculator got the same answer.

Behind the scenes

Pull back the curtain

The panel below is wired to the calculator above. Play with it, then reveal this to watch the machinery react in real time — the product it captured, the target it's aiming for, and the one number it's secretly feeding in.

Idle — run a calculation above
product it captured  (X)
target = right now, encoded  (T)
step it chose
number being fed in  (S)
the arithmetic on screen
The method

How it actually works

Every "free choice" up front is real. The whole secret lives in one quiet step at the end.

01

Encode the moment

The app reads the clock and stitches the date and time into a single number — M D YY HH MM. That target, T, is what every performance is secretly steering toward.

02

The free choices are genuine

Three random numbers, really multiplied, give a big unpredictable product X. It doesn't matter what X is — it's just raw material. This honesty up front is what buys your credibility.

03

The secret step

When the fourth person "randomly" taps, the app ignores the keys. Each tap paints the next digit of one specific number, S = X − T. It looks like a person typing a free number; it's the bridge to the target.

04

The landing

Subtracting that number leaves X − S = T, exactly — the date and time. Because the subtraction is real, anyone following along on their own calculator lands on the same answer.

05

The fail-safe

If the three numbers happen to multiply to something smaller than T, subtraction can't reach it — so the app quietly switches that step to an addition, X + S = T. The math still lands perfectly. It can't fail.

The one line of math

Why it's bulletproof

random × random × random = X
S = X T
X S = X (X T) = T

The performer never needs to calculate anything. The chosen numbers cancel themselves out, leaving only T — the encoded date and time — on the screen.

Performing it

Making it land

01

Ask for big numbers

For a clean "subtract" every time, have each of the three people name a number in the thousands. The product easily clears the target.

02

Tap until it stops

Let the fourth person keep tapping until the number quits growing. That's the cue every digit is shown — and the moment to press equals.

03

Let them follow along

Since the arithmetic is real, everyone in the room can key the same steps into their own calculator and arrive at the same instant in time.

04

Misdirect early

All the scrutiny lands on the random numbers at the start. By the time the real work happens at the end, no one is watching.