Lonely fairy in a box "infinitizing" your digits. But, how?

Algebra Level pending

Hei kaikille,

This time I was thinking about doing some fun with infinitely repeating (looping) decimal digits. It's quite straightforward, and at the same time an interesting "trick" you can present to any friend just using any crappy simple calculator. :)

Of course, it is advisable to solve the problem first - in order to get assured you know what to do. (The task is not a big issue, I also wonder what rating it will get from the reviewer crew, it will surely fit in one of the basic math categories.)

So, down to details.

We're about to build a Number-Infinitizer! It is actually also a Number-and-Sum Infinitizer , anyway, let's see first, what kind of numbers do we need to test such a "device"...

I define some symbols as shorthands for any and non-zero decimal digits:

D 0 = [ 0...9 ] D_0 = [0...9] .

D 1 = [ 1...9 ] D_1 = [1...9] .

First, take a 2-digit number a b : a D 1 , b D 0 ab : a \in D_1, b \in D_0 in a fashion that:

  • The number is not less than 10. (There is no leading zero.)

  • Even the sum of the two digits a + b a + b doesn't exceed 9 9 - simply put, the sum is also a single digit, just like a a and b b . Let this "sum" digit be named s D 1 s \in D_1 .

Note: In this problem, concatenated letters , e.g. the term a b ab doesn't denote a × b a \times b , treat them rather as concatenated digits:

  • e.g. : a b = a × 10 + b ab = a \times 10 + b . The same holds for all similar situations.

a b ab could be, let's say, 21. Or maybe 54, 25, 81, 90, etc... a a and b b may also hold the same digit (e.g. 33, 44), but then the results will look less "impressive" (however, will still work!). Some invalid numbers: 05 (less than ten; leading zero present), 37 (sum rule violation - sum (10) is not a single digit), 99 (sum rule problem - sum (18) is not a single digit).

That's for the intro part.

Now, imagine an "Infinitizer Machine", InfM , such that:

  • I n f M ( a b ) = a b . a s b a s b a s b a s b a s b a s b . . . \mathbf{InfM(ab) = ab.asbasbasbasbasbasb...} (infinitely looping decimals) ,

with a b ab being the 2-digit number of your choice and s s being their sum digit.

Some straight examples:

  • I n f M ( 53 ) = 53.583583583583583583... , \mathbf{InfM(53) = 53.583583583583583583... ,}

  • I n f M ( 14 ) = 14.154154154154154154... , \mathbf{InfM(14) = 14.154154154154154154... ,}

  • etc....

Now, let's take a closer look at the "Machine" itself. Well, inside the casing there's nothing overly much, just a small fairy sitting there alone, with the sole magical skill of performing the following simple function mindblowingly fast, all-day and all-night:

I n f M ( x ) = x × p q : p , q Z + . \mathbf{InfM(x) = x \times \frac{p}{q}} : p, q \in \mathbb{Z}^{+}.

So, the box has been demistified, and this is the point where my turn is over - and you're in to catch the steering wheel and drive on!

The task: Assign values to p p and q q in a way that they make I n f M ( x ) InfM(x) , hence also the machine working exactly as it was demonstrated on the above examples, with any valid a b ab given as input. I think you'll get through this without much hassle.

With the two values in your hands, take the fraction p q \frac{p}{q} , simplify it the to the simplest form (if necessary), so that p p and q q are relative primes (have a GCD of 1). Then calculate p × q p \times q , type in the form and send! This will be your numeric solution. :)

Thereafter, unless you're completely surrounded by colleagues and friends of solely math post-docs, beautiful minds, rainmen and (good) Will Hunting in person, you may even have some chance to show the infinitizing trick to some friends as well... :)

Y.t.,

Ꮙesa :)


The answer is 1008990.

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

1 solution

Beautiful problem!

Let the two digit number be 10 a + b 10a+b , where 0 < a 9 , 0 b 9 , a + b 9 0<a\leq 9,0\leq b\leq 9,a+b\leq 9

Then, I n f M ( 10 a + b ) = 10 a + b + 100 a + 10 ( a + b ) + b 999 InfM(10a+b)=10a+b+\dfrac {100a+10(a+b)+b}{999}

= ( 10 a + b ) ( 1 + 11 999 ) =(10a+b)\left (1+\dfrac {11}{999}\right )

= ( 10 a + b ) ( 1010 999 ) =(10a+b)\left (\dfrac {1010}{999}\right )

So, p = 1010 , q = 999 p=1010,q=999 and p × q = 1008990 p\times q=\boxed {1008990} .

Agreed - beautiful problem & solution.

Chris Lewis - 10 months, 3 weeks ago

Congrats :) Hei, elegant solution, I also couldnt explain it more compact if I'd try :) Nice you like the task.

G-Vesa Vekony - 10 months, 3 weeks ago

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...