Question

Determine the number of passwords comprised of 3 upper case, 3 lower case letters, 4 digits,...

Determine the number of passwords comprised of 3 upper case, 3 lower case letters, 4 digits, and 2 special characters (these include #$&*()!?^[], so 11 in total)

Homework Answers

Answer #1

since there are 26 letters and 3 are to be chosen and the letters can be repeated- 26*26*26

since there are 26 letters and 3 are to be chosen and the letters can be repeated- 26*26*26

since there are 10 digits and 4 are to be chosen and the digits can be repeated-10*10*10*10

since there are 11 special characters are to be chosen and the letters can be repeated-11*11

= 26^6*10^4*11^2

now these can be arranged in 12 spots so no. of arrangements = 12!

total no. of ways -26^6*10^4*11^2*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
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
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...
1) Assume that a password can contain upper and lower-case letters (26), digits, and special characters...
1) Assume that a password can contain upper and lower-case letters (26), digits, and special characters from the set { !, #, $, %, &, * }. Furthermore, each password must start with a letter and must contain at least one digit and one special character. How many different six-character passwords can be formed according to this specification?
DISCRETE MATH. If passwords contain letters(lower and upper case), numbers (0-9) and can use these special...
DISCRETE MATH. If passwords contain letters(lower and upper case), numbers (0-9) and can use these special characters(!,@,#,$,%) how many 8 character long passwords are possible? One character has to be an uppercase and another one has to be a special character.
Determine how many different computer passwords are possible if (a) the digits and letters can be...
Determine how many different computer passwords are possible if (a) the digits and letters can be repeated, and (b) if the digits and letters cannot be repeated. i. 4 digits followed by 2 letters ii. 5 digits followed by 1 letter. iii. 3 digits followed by 3 letters
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 computer system uses passwords that contain exactly 5 characters, and each character is 1 of...
A computer system uses passwords that contain exactly 5 characters, and each character is 1 of the 3 lowercase letters (a, b, c) or 3 upper case letters (A, B, C) or the 5 odd digits (1, 3, 5, 7, 9).. Let Ω denote the set of all possible passwords, and let A and B denote the events that consist of passwords with only letters or only integers, respectively. Determine the number of passwords for A′∩ B′. Report the exact...
A version of Microsoft LAN manager software supports passwords of length 14, using 67 characters (e.g.,...
A version of Microsoft LAN manager software supports passwords of length 14, using 67 characters (e.g., upper and lower case letters, digits, and punctuations). For brevity suppose that all passwords are required to be 14 characters long. a. Determine the number of possible passwords that can be generated. b. Except that the software has a flaw: The software stores a password as 2 separate strings of length 7, i.e., the password the user types is read and compared as 2...
2) Allowing (or requiring) users to use numerical digits (including 0) and one of 28 “special...
2) Allowing (or requiring) users to use numerical digits (including 0) and one of 28 “special characters” dramatically increases the number of possible passwords. Furthermore, passwords often are case-sensitive, effectively doubling the size of the alphabet by defining 52 distinct letter characters.    Assuming that passwords are case-sensitive and can include numerical digits and special characters, how many possible 6, 8 and 10 character passwords can be created? (8 points) 3) Allowing digits and special characters creates an enormous number...
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