I am not that great at math, but am still interested in how one would go about calculating the following question:
Employees can type in their access code. There are two sets: A,B,C,D,E and 1,2,3,4,5.
An access code looks like this: E314. So always one letter at the beginning, then 3 numbers. There are 350 employees. Are there enough unique access codes for every person?
Now, I tried looking this up, but I couldn't find how this should be calculated when there are fixed positions, i.e. the letter at the start of any access code.
Thanks in advance!