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

Home > Numbers
Powering up the digits (Posted on 2009-04-12) Difficulty: 2 of 5
Each of x1, x2 and x3 corresponds to a nonzero digit, whether same or different, in positive integer base b.

Determine all possible value(s) of b ≤ 100 such that this equation has at least one valid solution:

x1x2x3 = x1x1 + x2x2 + x3x3

Note: x1x2x3 corresponds to concatenation of the three digits.

See The Solution Submitted by K Sengupta    
Rating: 5.0000 (1 votes)

Comments: ( Back to comment list | You must be logged in to post comments.)
more solutions Comment 4 of 4 |

given x=x1 y=x2 and z=x3 then for base b we want

x1*b^2+x2*b+x3=x1^x1+x2^x2+x3^x3

let n=x1^x1+x2^x2+x3^x3

then solving for b we get

b=(Sqrt[y^2+4*x*(n-z)]-y)/(2x) (1)

so for any given x,y,z we want the required b from (1) to both be an integer and be strictly greater than each of x,y,z.  Using this I did a search for x,y,z between 1 and 99 and found 2 solutions beyond the 4 already found and they are

Base 904: 171

Base 215: 126

now looking at these and the other 4 it appears that there may not be any solutions with x,y,z>7 but I have yet to work out a proof of this.


  Posted by Daniel on 2009-04-13 14:54:01
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 (15)
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