All about flooble | fun stuff | Get a free chatterbox | Free JavaScript | Avatars    
perplexus dot info

Home > Numbers
Move the 3, Triple the number (Posted on 2004-03-01) Difficulty: 2 of 5
If you moved the 3 at the end of a certain large number to the beginning, it would be the same as multiplying it by 3. What is the number?

See The Solution Submitted by Gamer    
Rating: 3.2000 (5 votes)

Comments: ( Back to comment list | You must be logged in to post comments.)
complete set of answers, mathy reasoning | Comment 12 of 17 |

Let X be the number in question.

Let Y = FLOOR(LOG(X)).

According to the problem, X and Y...

(X-3)/10 + 3*10^Y = 3*X

Multiply both sides of that equation by 10...

X - 3 + 3*10^(Y+1) = 30*X

Subtract X from both sides.

3*10^(Y+1) - 3 = 29X

So the left side of that equation must be divisible by 29.

Or, stated in another way,

3*10^(Y+1) is congruent to 3 mod 29.

which implies 10^(Y+1) is congruent to 1 mod 29.

Now all we do is find power of 10 that is congruent to 1 mod 29.

Since 29 is a prime number, Fermat's theorem tells us that...

10^28, 10^57, 10^86, etc. are congruent to 1 mod 29.

More generally put, 10^(29*n+28) is congruent to 1 mod 29 for every integer n >= 0.

Which means Y+1 = 29*n+28 where n is an integer.  And that in turn tells us that...

29*X = 3*10^(29*n+28) - 3   where n is an integer >= 0

Take n=0 for example.

29*X = 3*10^28 - 3

29*X = 29999999999999999999999999997

X = 1034482758620689655172413793

So, to sum that up... the general formula for the complete set of answers is

X = (10^(29*n+28)-1)*3/29     where n is an integer >= 0

X is guaranteed to be a whole number because we found the set of power of 10 that have the right congruency in mod 29.  And thus everything's in order here.  Final , complete answer...


  Posted by empraptor on 2004-03-04 03:33:39
Please log in:
Login:
Password:
Remember me:
Sign up! | Forgot password


Search:
Search body:
Forums (1)
Newest Problems
Random Problem
FAQ | About This Site
Site Statistics
New Comments (17)
Unsolved Problems
Top Rated Problems
This month's top
Most Commented On

Chatterbox:
Copyright © 2002 - 2024 by Animus Pactum Consulting. All rights reserved. Privacy Information