An n-digit number is a positive number with exactly n digits. Atleast nine hundred distinct n-digit numbers are to be formed using only the three digits 2, 5 and 7. The smallest value of n for which this is possible is
7
Since at any place, any of the digits 2, 5 and 7 can be used, total number of such positive n-digit numbers are 3n. Since, we have to form atleast 900 distinct numbers, 3n≥900⇒n≥7.
Therefore, the smallest value of n is 7.