SOLUTION: a computer randomly generates a four letter password. how many passwords are possible if letters may repeat?

Algebra ->  Permutations -> SOLUTION: a computer randomly generates a four letter password. how many passwords are possible if letters may repeat?      Log On


   



Question 636148: a computer randomly generates a four letter password. how many passwords are possible if letters may repeat?
Answer by jim_thompson5910(35256) About Me  (Show Source):
You can put this solution on YOUR website!
There are 26^4 = 456976 different passwords

This is assuming that either the password isn't case sensitive or only lowercase is allowed.