Question

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?

Homework Answers

Answer #1

there is total (26+26 = 52) upper and lower case letters

total digits= 0 to 9 =10

total characters = 6

We have 6 positions. Each of those positions can be occupied by any of
the (52+10+6) = 68 choices available

total combination possible = (52+10+6)^6 = 68^6

the passwords with NO digits and no special characters are = (52)^6

Total passwords with atleast a digit and a specia character = 68^6 - 52^6

------------------

Total number of passwords possible with atleast one character and atleast
one digit = 68^6 - 52^6 = 79096872960

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
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 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?
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.
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
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
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)
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...
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)
Motorola has developed an edible password pill. When the pill is ingested, it is activated by...
Motorola has developed an edible password pill. When the pill is ingested, it is activated by the acid in your stomach emitting an 18-bit signal which is strong enough to communicate and unlock all your devices. The edible password pill won’t be available in the near future, but it is already FDA approved. A computer system uses passwords that contain exactly six characters, and each character is one of 26 lower case letters (a, z), 26 upper case letters (A,...