SOLUTION: How could you find the number of different combinations of 6 letters in a computer password

Algebra ->  Permutations -> SOLUTION: How could you find the number of different combinations of 6 letters in a computer password       Log On


   



Question 898069: How could you find the number of different combinations of 6 letters in a computer password

Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
How could you find the number of different combinations of 6 letters in a computer password
-------
If repetition is allowed:: 26^6 ways
---
If repetition is not allowed:: 26P6 = 26!/21! = 26*25*24*23*22*21
-------------------
Cheers,
Stan H.
------------------------