Question 1082462
A computer password is to be made up consisting of four alphabetical characters. How many different computer passwords can be designed if repetition of letters is allowed?
-----------
If it's not case sensitive, ie, A = a, then it's 26^4.
It it is case sensitive, ie, A <> a, then it's 52^4.