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:
.
.
First, take a 2-digit number in a fashion that:
The number is not less than 10. (There is no leading zero.)
Even the sum of the two digits doesn't exceed - simply put, the sum is also a single digit, just like and . Let this "sum" digit be named .
Note: In this problem, concatenated letters , e.g. the term doesn't denote , treat them rather as concatenated digits:
could be, let's say, 21. Or maybe 54, 25, 81, 90, etc... and 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:
with being the 2-digit number of your choice and being their sum digit.
Some straight examples:
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:
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 and in a way that they make , hence also the machine working exactly as it was demonstrated on the above examples, with any valid given as input. I think you'll get through this without much hassle.
With the two values in your hands, take the fraction , simplify it the to the simplest form (if necessary), so that and are relative primes (have a GCD of 1). Then calculate , 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 :)
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.
Beautiful problem!
Let the two digit number be 1 0 a + b , where 0 < a ≤ 9 , 0 ≤ b ≤ 9 , a + b ≤ 9
Then, I n f M ( 1 0 a + b ) = 1 0 a + b + 9 9 9 1 0 0 a + 1 0 ( a + b ) + b
= ( 1 0 a + b ) ( 1 + 9 9 9 1 1 )
= ( 1 0 a + b ) ( 9 9 9 1 0 1 0 )
So, p = 1 0 1 0 , q = 9 9 9 and p × q = 1 0 0 8 9 9 0 .