A computer password is required to be 9 characters long. How many passwords are possible if the password requires 3 letter(s) followed by 6 digits (numbers 0-9), where no repetition of any letter or digit is allowed?
I thought about using the formula: p(n, r) = n!/(n-r)!
So p(9,9) is wrong.. Not sure what to do for this problem..