This is inspired by a problem I read today.
Find 2 9-digit numbers (in base-10 notation) such that one is double the other. Both of them are made up of the 9 non-zero digits once each. 123456789 can be one of them, but 122344566 can't be one of them.
I came up with an answer, but I am not sure if it is the only answer. I had a lot of fun finding it.
Tell me in the comments the 2 numbers you came up with, and what process you used. It doesn't have to be a rigorous proof. It could be a simple investigation based on a particular nice insight(that's what I did)
I'll share my answer once one of you comes up with it and says so in the comments.
Have fun!
(P.S.-For anyone who wants to check out the sources of my problems, Adventures In Problem Solving By Shailesh Shirali and Martin Gardner's 'The Colossal Book Of Mathematics' are awesome to start out with)
Easy Math Editor
This discussion board is a place to discuss our Daily Challenges and the math and science related to those challenges. Explanations are more than just a solution — they should explain the steps and thinking strategies that you used to obtain the solution. Comments should further the discussion of math and science.
When posting on Brilliant:
*italics*
or_italics_
**bold**
or__bold__
paragraph 1
paragraph 2
[example link](https://brilliant.org)
> This is a quote
\(
...\)
or\[
...\]
to ensure proper formatting.2 \times 3
2^{34}
a_{i-1}
\frac{2}{3}
\sqrt{2}
\sum_{i=1}^3
\sin \theta
\boxed{123}
Comments
abcdefghi=9 digit number (1)
2(abcdefghi)=9 digit number (2)
a≤4
1∗2=2,2∗2=4,3∗2=6,4∗2=8,5∗2=0,6∗2=2,7∗2=4,8∗2=6,9∗2=8 - last digits of n∗2=2n
Using these facts and the restriction on a:
123456789∗2=246913578 - has 1,2,3,4,5,6,7,8,9 - answer1
132456789∗2=264913578 - has 1,2,3,4,5,6,7,8,9 - answer2
123546789∗2=247093578 - has 2,3,4,5,7,8,9 - not an answer
123457689∗2=246915378 - has 1,2,3,4,5,6,7,8,9 - answer3
123456798∗2=246913596 - has 1,2,3,4,5,6,7,8,9 - answer4
213456789∗2=426913578 - has 1,2,3,4,5,6,7,8,9 - answer5
214356789∗2=428713578 - has 1,2,3,4,5,6,7,8 - not an answer
213465789∗2=426931578 - has 1,2,3,4,5,6,7,8,9 - answer6
213456879∗2=426913758 - has 1,2,3,4,5,6,7,8,9 - answer7
213456798∗2=426913596 - has 1,2,3,4,5,6,9 - not an answer
312456789∗2=624913578 - has 1,2,3,4,5,6,7,8,9 - answer8
314256789∗2=628513578 - has 1,2,3,4,5,6,7,8 - not an answer
312546789∗2=625093578 - has 2,3,5,6,7,8,9 - not an answer
312465789∗2=624931578 - has 1,2,3,4,5,6,7,8,9 - answer9
312457689∗2=624915378 - has 1,2,3,4,5,6,7,8,9 - answer10
312456798∗2=624913596 - has 1,2,3,4,5,6,9 - not an answer
412356789∗2=824713578 - has 1,2,3,4,5,7,8 - not an answer
413256789∗2=826513578 - has 1,2,3,5,6,7,8 - not an answer
412536789∗2=825073578 - has 2,3,5,7,8 - not an answer
412365789∗2=824731578 - has 1,2,3,4,5,7,8 - not an answer
412357689∗2=824715378 - has 1,2,3,4,5,7,8 - not an answer
412356879∗2=824713758 - has 1,2,3,4,5,7,8 - not an answer
412356798∗2=824713596 - has 1,2,3,4,5,6,7,8,9 - answer11
Therefore there are 11 9 - digit numbers abcdefghi that when doubled to make 2(abcdefghi), both numbers have all the 9 non-zero digits once each.
@Sachetan Debray
Log in to reply
That's right. I didn't get that, though. This is what I got
123567849*2=247135698
The 'click' I used was that in the string of 9 non-zero numbers, you have exactly 5 odd numbers, and these must be present in the larger number too, so there must be at least 5 carryover 1s. i think you can generate many more numbers using that.
Can anyone write a code for this? It'll be fun to see.
Log in to reply
@Pi Han Goh ?
Log in to reply
Log in to reply
Log in to reply
@Mahdi Raza, you mean 👏👏, right?