SOLUTION: in how many ways can you make a four-letter password from A, B, C, D, E if you are not allowed to repete characters?

Algebra ->  Permutations -> SOLUTION: in how many ways can you make a four-letter password from A, B, C, D, E if you are not allowed to repete characters?      Log On


   



Question 88720: in how many ways can you make a four-letter password from A, B, C, D, E if you are not allowed to repete characters?
Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
in how many ways can you make a four-letter password from A, B, C, D, E if you are not allowed to repeat characters?
5 ways to select the 1st letter
4 ways to select the 2nd letter
3 ways to select the 3rd letter
2 ways to select the 4th letter
-------------
Total # of ways = 5*4*3*2 = 120 passwords
----------------------
Another way to get the answer 5P4 = 5!/(5-4)!
----------------------
Cheers,
Stan H.