Mathematical magic tricks for kids

My six-year-old son loves the website ActivityTV.com, especially their science, origami, cooking, and magic videos.

I watched a few of the magic how-to videos with him and was pleasantly surprised to see that some of them had a distinctly mathematical feel to them. For example:

  1. Jumping rubber bands: topological properties of circles and linked circles
  2. Magic knots: knot theory
  3. Ring escape: topology/knot theory
  4. Magic compass: reflections of a square
  5. Mathemagic: properties of integers

When I stared to watch the “mathemagic” video I was expecting one of those formulaic tricks involving the integers which are simply basic algebra in disguise. While not earth shattering, the trick turned out to be slightly more subtle than that. In case you don’t want to watch the video, here’s the trick:

Pick a 3-digit number with all three digits different. Reverse the digits and subtract to get another 3-digit number (if the difference is negative, take its absolute value, if it is less than 100, add leading zeros (e.g., 71 becomes 071). Reverse the digits of the difference and add it to the difference. Your sum will be 1089.

For example, start with 845. Then 845-548=297 and 297+792=1089.

Usually “Ryan” explains his tricks afterward. For this one he doesn’t. So why does it work?

SPOILER: Suppose you pick the number abc (that is, 100a+10b+c). Furthermore, suppose abc>cba (the other case is handled similarly). This implies that a>c. If we reverse the digits and subtract we obtain

(100a+10b+c)-(100c+10b+a)=

=100(a-1-c)+10\cdot 9+(10+c-a).

This is perhaps easier to see if we line the digits up in columns (note that a>c so we must “carry” twice):

\left.\begin{array}{cccc}&a & b & c \\-&c & b & a \\\hline &(a-1-c) & (9) & (10+c-a)\end{array}\right.

Finally, if we reverse the digits and add we get

100(a-1-c)+10*9+(10+c-a)+100(10+c-a)+10*9+(a-1-c)=

=1089,

as promised.

(Actually, if you examine the trick more closely you see that the three digits need not be distinct. But the number cannot be a palindrome; that is, a\ne c.)

[Aside: it is too bad that “Ryan” starts this video with his comments about math not being fun.]

3 Comments

  1. Pat Ballew says:

    David Acheson, A professor at one of the Oxford University schools has a book whose title is drawn from this “trick”, 1089 and All That.

    In the first chapter he explains how he saw the trick at age ten or so, in a magazine for younger folks. He described it as, “The first piece of mathematics that really impressed me.”

    His love of “tricks” led to a mathematical study of “the Indian Rope trick” which is pretty amazing.

    1. I’ve seen that book, but hadn’t read it. I didn’t know what 1089 referred to. Thanks!

Comments are closed.