Let N be a randomly selected number between 1 and 999,999 inclusive.
Is it more likely that N contains the digit 1 or that it does not?
The chance that any individual digit is 1 is 1/10.
So the chance that any individual digit is not 1 is 9/10.
The chance that they are all not 1 is almost exactly (.9)^6 which is about 53%.
So, Ni is more likely to NOT contain the digit 1.
(Note, (.9)^6 would have been exact if the range was 0 to 999,999)