Does there exist a positive integer n and digits a 1 = 0 , a 2 , … , a n such that
a 1 a 2 … a n − 1 a n − a 1 a 2 … a n − 1 = a n ?
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.
Are there any other solutions? / How can we find all solutions?
Log in to reply
Interesting question... At the moment I'm trying to figure out the number of solutions...I couldn't solve it yet. Do you know the number of solutions?
Log in to reply
With the "right" interpretation, it's a pretty simple problem.
I just got back from vacation. Give me some time to catch up on emails.
Log in to reply
@Calvin Lin – You can just convert the given equation into an algebraic expression: sqrt(10x + y) - sqrt(x) = y, and we want to find positive integers to this equation with 0<y<10.
A simple trial and error shows that this is the only solution.
Log in to reply
@Pi Han Goh – Indeed. Introducing the variables a 1 , … a n just complicates the problem, though it has a "nice" structure to it.
The clever switch to 1 0 x + y − x = y makes this into a much more 'standard' problem, esp since there is a unique x for each y .
Otherwise did you get my email?
[This is not a complete solution.]
Hint: a n ∈ { 0 , 1 , 4 , 5 , 6 , 9 } .
Problem Loading...
Note Loading...
Set Loading...
A possible solution:
⎩ ⎪ ⎨ ⎪ ⎧ a 1 = 1 a 2 = 6 a 3 = 9
Hence, a 1 a 2 a 3 − a 1 a 2 = 1 6 9 − 1 6 = 1 3 − 4 = 9 = a 3