How many alphabets need to be there in a language if one were to make 1 million distinct 3 digit initials using the alphabets of the language?

Correct Answer: 100
1 million distinct 3 digit initials are needed. Let the number of required alphabets in the language be 'n'.Therefore, using 'n' alphabets we can form n × n × n = n3 distinct 3 digit initials.
NOTE:Distinct initials are different from initials where the digits are different. For instance, AAA and BBB are acceptable combinations in the case of distinct initials while they are not permitted when the digits of the initials need to be different.This n3 different initials = 1 million.i.e. n3 = 106 (1 million =106)n3 = 1023n = 102
n = 100Hence, the language needs to have a minimum of 100 alphabets