Question

You are asked to select a password for a Web site. It must consist of five...

You are asked to select a password for a Web site. It must consist of five lowercase letters and two digits in any order. How many possible such passwords are there if a) repetitions are allowed b) repetitions are not allowed?

Homework Answers

Answer #1

Since there must be 5 lower case characters and 2 digits so the password is 7 characters long.

(a) repetitions are allowed. Therefore there are 26^5 lowercase characters and 10^2 digits that we can pick.

Now because The digits can be placed in any order we may pick the positions of the lowercase characters or the digits. The 5 lowercase characters may be placed in 5 of the 7 slots 7C5=21 ways.

We don't need to do the calculation for the digits into the two remaining slots because they will automatically fall into the two remaining places.

So there are 21 * 26^5 * 10^2 = 2.5 * 10^10 passwords possible.

(b) repetitions are not allowed. Therefore there are 26P5 selection of lowercase characters, and 10P2 possible digits possible. The way we pick our possible positions are still the same 7C5=21ways .

So there are 21 * 26P5 * 10P2 = 1.5 * 10^10 passwords possible.

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
Suppose a certain web site has you choose a username and a password where the username...
Suppose a certain web site has you choose a username and a password where the username consists of 9 alphanumeric characters and the password is 6 alphanumeric characters the last of which must be numeric and the first of which must be alphabetical. a. How many usernames are possible if they are not case sensitive? b. How many passwords are possible if they are not case sensitive? c. How many usernames are possible if they are case sensitive? d. How...
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 password must consist of a minimum of 8 letters (not case sensitive) and a maximum...
A password must consist of a minimum of 8 letters (not case sensitive) and a maximum of 10. If the policy prohibits repeated characters, how many passwords are possible? (Leave your answer in terms of factorials).
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
The company has agreed on an 8 character password format, comprised of upper case letters ,...
The company has agreed on an 8 character password format, comprised of upper case letters , lower case letters, and digits (0-9). Find the number of passwords possible where the first 2 characters have to be upper case letters, the next 5 can be lower case letters or digits , and the last character has to be an upper case letter. Here are the restrictions: a. Repetitions are allowed b. Repetitions are not allowed
Suppose you must create a password that consists of six characters where the first two characters...
Suppose you must create a password that consists of six characters where the first two characters are numbers and the remaining characters can be any numbers and any letters (case-sensitive). How many such passwords are possible?
1. The company has agreed on an 8 character password format, comprised of upper case letters...
1. The company has agreed on an 8 character password format, comprised of upper case letters , lower case letters, and digits (0-9). Find the number of passwords possible where the first two characters have to be upper case letters, the next 5 can be lower case letters or digits , and the last character has to be an upper case letter. Here are the restrictions: a. Repetitions are allowed b. Repetitions are not allowed 2. 30 people were asked...
How many passwords of 5 characters can be made if each password must start with two...
How many passwords of 5 characters can be made if each password must start with two digits and end with three letters. The digits will be with replacement and the letters will be without replacement.
Customer account "numbers" for a certain company consist of 44 letters followed by 44 numbers. Step...
Customer account "numbers" for a certain company consist of 44 letters followed by 44 numbers. Step 1 of 2: How many different account numbers are possible if repetitions of letters and digits are allowed? Customer account "numbers" for a certain company consist of 44 letters followed by 44 numbers. Step 2 of 2: How many different account numbers are possible if repetitions of letters and digits are not allowed?
Students in a college are allowed to chose their own passwords consisting of three (3) digits...
Students in a college are allowed to chose their own passwords consisting of three (3) digits and three (3) lower-case letters, in that order. How many different passwords are possible if a. repetitions allowed? b. repetitions are not allowed? c. The first character cannot be 0, with no repetitions are not allowed?