Re: Friday Puzzler--10-digit number
Larry Barrett
Simplify the problem a little to read 'is there a one digit number where the first digit is the number of 0s?'
If you say that the answer is 0, then there is one 0, so the first digit must therefore be 1. But if it is 1, then there are no 0s.
How about 'find a two digit number where the first digit is the number of 0s, the second digit is the number of 1s'.
The possible answers are 00, 01, 10, 11.
The problem with 00 is that there are two 0s, so this must be changed to 20, but now there is only one 0.
The problem with 01 is that there is one zero, so this must be changed to 11, and now there are zero 0s and two 1s.
The problem with 10 is that there is one 1, so this must be changed to 11, but now there are zero 0s, etc.
Similar problems with 11.
I think there is no solution to the original problem.