A positive integer N contains each 2-digit combination exactly once:
00, 01, ..., 99.
(A) What is the smallest number of digits N could have?
(B) What is the largest number of digits N could have?
(C) What is the smallest possible value of N?
(D) What is the largest possible value of N?
(no leading zeros)
A number with N digits has N-1 2 digit combinations, not necessarily distinct. Therefore, a number with 100 combinations exactly once must have exactly 101 digits, no more and no less.
This does not guarantee the existence of such a number. But if it exists, it must have 101 digits.