Ask Question
5 February, 04:59

Suppose a person may use any six different letters except a, e, i, o, or u, to make a computer password. Using permutations, find the number of possible six-letter, lower-case passwords.

+2
Answers (1)
  1. 5 February, 06:08
    0
    39,070,080 possible passwords

    Step-by-step explanation:

    The complete alphabet has 26 letters. Removing the 5 vowels, we have 21 letters.

    We want to make groups of 6 letters, and the order of each letter matters, because it will create a different password, so we can write a permutation to solve this problem.

    The number of elements is 21, and the group has 6 elements, so we have a permutation of 21 choose 6:

    P (21,6) = 21! / (21-6) ! = 21! / 15! = 21 * 20 * 19 * 18 * 17 * 16 = 39,070,080 possible passwords
Know the Answer?
Not Sure About the Answer?
Find an answer to your question ✅ “Suppose a person may use any six different letters except a, e, i, o, or u, to make a computer password. Using permutations, find the ...” in 📘 Mathematics if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers