Question 522691
Ron's computer password must contain three lowercase letters followed by four numerical digits. 
If repetition is permitted how many differand passwords are possible?
Ans: 26^3*10^4
------------------------ 
If repetition is not permitted how many different passwords are possible?
Ans: 26*25*24*10*9*8*7
===========================
Cheers,
Stan H.