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

Home > Just Math
A digital root-perfect power problem (Posted on 2008-07-01) Difficulty: 4 of 5
Let S[x] be the digital root function (also known as the repeated digital sum function), where one adds the digits of positive integer x, then adds the digits of the sum until obtaining a single-digit number. (For example, S[975] = 3 because 9 + 7 + 5 = 21 and 2 + 1 = 3).

Given S[aa] = 2, what is the smallest positive integer that a can be such that a is a perfect power?


Note: a is a perfect power if there exist natural numbers m > 1, and k > 1 such that mk = a.

  Submitted by Dej Mar    
Rating: 4.0000 (2 votes)
Solution: (Hide)
a = 78125.
The values of S[gh] for integers g > 0 and h > 1 are cyclic; and, thus, the values for x for S[x] = 2 can be expressed as the union of the values (2 + 9m)(7 + 6n) and (5 + 9m)(5 + 6n), where m and n are integers ≥ 0.

g  h=2 h=3 h=4 h=5 h=6 h=7
1:  1   1   1   1   1   1  
2:  4   8   7   5   1   2  
3:  9   9   9   9   9   9  
4:  7   1   4   7   1   4  
5:  7   8   4   2   1   5  
6:  9   9   9   9   9   9  
7:  4   1   7   4   1   7  
8:  1   8   1   8   1   8  
9:  9   9   9   9   9   9  

Where 2 + 9m = 7 + 6n, we find that where n is an integer, m is not.
The equation can be rewritten as m = (5 + 6n)/9; and, as (5 + 6n) modulo 9 results in the cyclic period (5, 2, 8), it has no integer solution. Thus, we can eliminate any values of (2 + 9m)(7 + 6n) as a possible solution for a.

For 5 + 9m = 5 + 6n, 9 is comprised of the factors 3 and 3, and 6 is comprised of the factors 3 and 2. The lowest common multiple is 18, therefore a = 5 + 18n.

As S[5 + 18n] = 5, we can use our S[gh] cyclic table above to note if a can be expressed as a perfect power, that a must either be expressed as (2 + 9m)(5 + 6n) or (5 + 9m)(7 + 6n). From our expression 5 + 18n, we can determine that our solution must be (5 + 18*(4320)) = 57 = 78125.

Comments: ( You must be logged in to post comments.)
  Subject Author Date
digit countsDaniel2008-12-29 06:55:56
AnswerK Sengupta2008-12-28 16:22:36
re(2): Extra Credit (spoiler)Steve Herman2008-07-14 10:33:59
re: Extra Credit (spoiler)Dej Mar2008-07-10 17:47:35
Some ThoughtsExtra Credit (spoiler)Steve Herman2008-07-10 11:35:28
Nailed it, I hope (spoiler)Steve Herman2008-07-01 20:03:23
Hints/TipsMissed it by that much (spoiler)Steve Herman2008-07-01 19:48:23
Please log in:
Login:
Password:
Remember me:
Sign up! | Forgot password


Search:
Search body:
Forums (0)
Newest Problems
Random Problem
FAQ | About This Site
Site Statistics
New Comments (6)
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