Why is the digit-swap interval 11?

My mother was 27 when I was born. 27, as we know, is a multiple of 9, and the thing about multiples of 9 is that for any number of two different digits, call it AB, the difference between AB and BA will always be a multiple of 9.

So, when I turned (zero) 3, she was thirty; then, eleven years later, when I turned 14, she was 41; and when – on ad infinitum (until it kind of breaks down when I turn seventy and she is 107, though the lower two digit pattern seems to continue).

My question is, why is it 11 years? I know that the reciprocal of nine is point-one-one-bar, but that seems reaching. Is there a mathematical way to describe this, or is it just what it is?

If you add 11 to a number, you’re adding 1 to the tens digit and 1 to the ones digit.

If you add 11 to two different numbers that are already reverses of one another (like 14 and 41), it preserves this.

I think that’s what you’re asking about, right?

One way to visualise this is to look at what the reversed digits of each number is doing for every case between 01 and 99 - here’s a quick and dirty graph:
https://1drv.ms/i/s!Ar4eOUAx-yGwh_UrVYm5ZOiWdrGEqg

As you can see, the condition where the digits are the same (22, 33, 44 etc) occurs with an interval of 11 - because, whereas the original numbers (blue dots) are just rising on a line, the reverse-digit numbers (orange dots) are completing a series of increments of 10, then resetting back to 1 more than where they started.

Any line you plot with the gradient of the blue dots, if it intersects any orange dots at all, will only do so every 11th increment.

… so if we also plot your age plus 27 as a series of green dots, it intersects the pattern of orange dots every 11 years. If your mother was 28 or 26 years older than you, there would be no collisions at all.
https://1drv.ms/i/s!Ar4eOUAx-yGwh_U6t-M41ON-2b6djA

The reason 9 and 11 are special is that we are using a base ten number system.

If one would use a base twelve system, the same things would happen with eleven and thirteen.
If one would use a base eight system, the same things would happen with seven and nine.
and so on…

Well, yes, I realize that it is pretty silly. A lot of stuff is pretty silly.

I don’t think it’s silly at all - these are the same sorts of questions (granted this one is very low level) that drive mathematical research.

Notationally …

For base 12 it would be C and 11.
For base 8 it would be 7 and 11.

…where in each case “11” is to be interpreted in that base (so, for instance, in base 12 it means “one times a dozen plus one”).

Actually, base 12 would go to B, not C (assuming you are describing hex-like notation).

Ah! Yes, 12 is C in hex notation but you have to subtract to get one under… :smack:

But I got the octal right. Partial credit???

Octal is useful for something, I suppose. But you need hex for your DEADBEEF and FECECAFE and stuff.