Question

Suppose that a certain computer password is allowed to be from 8 to 12 characters long,...

Suppose that a certain computer password is allowed to be from 8 to 12 characters long, and may contain only lowercase letters (a to z), uppercase letters (A to Z), and numbers (0 to 9).

1. How many such passwords are possible?

2. How many such passwords are possible if you cannot repeat characters?

3. How many such passwords are possible if you cannot repeat characters, and you must include

at least one number?

Homework Answers

Answer #1

#1.
There are total 26 + 26 + 10 = 62 letters available for creating a passord of lenght 8 to 12 characters

total number of possible passwords are = 62^8 + 62^9 + 62^10 + 62^11 + 62^12

#2.
If characters cannot be repeated, possible number of passwords are 62C8*8! + 62C9*9! + 62C10*10! + 62C11*11! + 62C12*12!

#3.
if no repeation is allowed and at least one number should be selected, possible number of passwords are
10C1*61C7*8! + 10C1*61C8*9! + 10C1*61C9*10! + 10C1*61C10*11! + 10C1*61C11*12!

Know the answer?
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for?
Ask your own homework help question
Similar Questions
For a certain computer program a password must be exactly 5 characters long. The first character...
For a certain computer program a password must be exactly 5 characters long. The first character can be any lowercase letter, the second must be an uppercase letter, the third character must be a number from 0 – 9, the fourth character can either be a lowercase letter or a number 0 - 9, the fifth character has to be exactly the same as the first character.                                                                                         (6) How many possible passwords are there? What is the...
Each user on a computer system has a password, which is seven to nine characters long,...
Each user on a computer system has a password, which is seven to nine characters long, where each character is an uppercase letter or a digit. Each password must contain at least one digit or at least one Uppercase letter. How many possible passwords are there?
A computer password is required to be 6 characters long. How many passwords are possible if...
A computer password is required to be 6 characters long. How many passwords are possible if the password requires 1 letter(s) followed by 5 digits (numbers 0-9), where no repetition of any letter or digit is allowed? There are possible passwords.
A computer password must be eight characters long. How many passwords are possible if only the...
A computer password must be eight characters long. How many passwords are possible if only the 26 letters of the alphabet are allowed? Assuming that repetitions of alphabets is possible to create the password then the number of passwords possible Assuming that repetitions of alphabets is not possible to create the password then the number of passwords possible A jar contains 4 red marbles numbered 1 to 4 and 10 blue marbles numbered 1 to 10. A marble is drawn...
A computer password can be 5 - 6 characters. The password must contain at least 1...
A computer password can be 5 - 6 characters. The password must contain at least 1 digit. All other characters must either be digits or lower case letters. How many unique passwords exists?
a password must be 4 characters long and contain only digits and lowercase english letters. The...
a password must be 4 characters long and contain only digits and lowercase english letters. The english alphabet contains 5 vowels. Assuming that digits and letters can be repeated how many differnt passwords contain exactly one vowel? enter the exact numeric number
A man needs a​ 4-letter password for a computer program. The letters A and U cannot...
A man needs a​ 4-letter password for a computer program. The letters A and U cannot be​ used, and two consecutive letters cannot be the same. How many passwords are possible if there is no difference between lowercase and​ uppercase?
The AccessPlus system at ISU has the following policy for creating a password: -Passwords must be...
The AccessPlus system at ISU has the following policy for creating a password: -Passwords must be exactly 8 characters in length. -Passwords must include at least one letter (a-z, A-Z) or supported special character (@, #, $ only). -All letters are case-sensitive. -Passwords must include at least one number (0-9). -Passwords cannot contain spaces or unsupported special characters. According to this policy, how many possible AccessPlus passwords are available? (Round to the nearest trillion)
A computer password consists of: • letters {a, A, 6, B, ...,2,Z}, • digits {0, 1,...,9),...
A computer password consists of: • letters {a, A, 6, B, ...,2,Z}, • digits {0, 1,...,9), or = 16 • special characters {!,@,#,$,%}. In addition, a password must • contain at least one upper case letter, • contain at least one special character. How many passwords of length 8 are possible?
A company wants to impose a more secure password system for its employees to use on...
A company wants to impose a more secure password system for its employees to use on the company’s network. The current policy requires a minimum of seven characters. The system under consideration requires a minimum of eight characters. The new system will allow repetition of characters, but not doubling (e.g., the sequence 121 would be acceptable, but not 112). For both password systems, assume the following: Only alphanumeric characters can be used in the passwords, without any spaces or symbols....