MatheMagics - Guess My Age Method 1

© 2011 By: Dov Trietsch. All rights reserved

MatheMagic – Guess My Age – Method 1

The Mathemagician stands on the stage and asks an adult to do the following:

·         Do the next few steps on your calculator, or the calculator in your phone, or even on a piece of paper.

·         Do it silently! Don’t tell me the results until I ask for them directly

·         Compute a single digit multiple of 9 – any one of 9, 18, 27, … all the way to 81, will do.

·         Now multiply your age by 10

·         Subtract the 9 multiple from this number.

·         Tell me the result.

Notice that I don’t know which multiple of 9 you subtracted from 10 times your age. I will nonetheless immediately tell you what your age is.

How do I do this?

Let’s do the algebra.

10X – 9Y = 10X – 10Y + Y = 10(X – Y) + Y

Now remember, you asked an adult, so his/her age is a two digit number (maybe even 3 digits), thus reducing it by the single digit multiplied by nine is still positive – the lowest is can be is 100 – 81 which yields 19.

Now make two numbers out of the result. The last digit and the number before it. This number is X – Y or the age minus the single digit you selected. The last digit is this very single digit. This is always so regardless of the digit you selected. So…

Add tis digit to the other number and you get back the age! Q.E.D

Example: I am 76 years old and here is what happens when I do the steps

76 x 10 = 760

760 – 18 = 742 made of 74 and 2. My age is 74 + 2

760 – 81 = 679 made of 67 and 9. My age is 67 + 9

A note to the socially aware mathemagician – it is safer to do it with a man. The chances of a veracious answer are much, much higher!

The trick may be accomplished on any 2 or 3 digit number, not just one’s age, but if you want to know your date’s age, it’s a good way to elicit it.

That’s All Folks

PS for more Ageless “Age” mathemagics go to  and also here: https://geekswithblogs.net/PointsToShare/archive/2011/11/15/mathemagics---guess-my-age---method-2.aspx

This article is part of the GWB Archives. Original Author: PointsToShare

New on Geeks with Blogs

  • We Won The One Award I Actually Care About

    Full Scale made the Inc. 5000 for the fifth year straight, the 12th listing across my three companies. Here is why the one award you cannot buy is worth stopping for.

  • Your Customers Build the Features Now

    I let a tool I liked sit dead for a year rather than build the features I wanted. An MCP server meant I never had to, and your customers can do the same to your product.

  • Get the Size of a Directory in Linux the Easy Way

    du -sh for the quick answer, ncdu for the cleanup, df for the disk itself: every command for checking directory size in Linux, plus why du and df never agree.

  • Vim Search and Replace: The Ultimate Guide

    One :%s command replaces every match in a file before a find dialog would even open. The Vim substitute patterns worth the muscle memory: flags, ranges, capture groups, and multi-file edits.