Ask Question
3 May, 10:21

A password can be any string of length 7, 8, or 9. Each character in the password can be any capital letter or special character from the set {*, $, &, #, %}. There are no other restrictions on the password. How many possible different passwords are there?

+2
Answers (1)
  1. 3 May, 12:44
    0
    744

    Step-by-step explanation:

    The alphabet has 26 letters. Since each character of the password can be a capital letter or one of the four character of the set {*, $, &, #, %}, then each space in the password has 26+5=31 options to select a character.

    a) If the password has length 7, then there are 31*7=217 different passwords.

    b) If the password has length 8, then there are 31*8=248 different passwords and,

    c) if the password has length 9, then there are 31*9=279 different passwords.

    Then the total of different passwords is 217+248+279=744.
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “A password can be any string of length 7, 8, or 9. Each character in the password can be any capital letter or special character from the ...” in 📙 Mathematics if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers