Please answer all questions Question1: A password is a string of 8 characters taken from the alphabet (that is, the set of 26 characters {a, b, c, ..., x, y, z}), the set of 10 digits {0, 1, 3, 4, 5, 6, 7, 8, 9} and the set of 5 special characters {!, @, #, ∗, +}. How many unique passwords are there where no character can be repeated and there are exactly 2 digits? Keep in mind No character should be repeated including digits. Therefore, the question is asking you to calculate the unique passwords with no repeated characters and with exactly 2 digits. There are 10 choices for the first digit, 9 choices for the second digit. Same goes for the other characters. You should think to choose 2 locations for the digits and then think of the other 6 locations. No character can be repeated Qusetion 2: How many unique passwords are there where you can repeat characters and there are at least 2 digits? Question 3: How many unique passwords are there where you can repeat characters and have at least 2 digits and at least 1 special character?
Please answer all questions
Question1: A password is a string of 8 characters taken from the alphabet (that is, the set of 26 characters {a, b, c, ..., x, y, z}), the set of 10 digits {0, 1, 3, 4, 5, 6, 7, 8, 9} and the set of 5 special characters {!, @, #, ∗, +}.
How many unique passwords are there where no character can be repeated and there are exactly 2 digits? Keep in mind No character should be repeated including digits. Therefore, the question is asking you to calculate the unique passwords with no repeated characters and with exactly 2 digits. There are 10 choices for the first digit, 9 choices for the second digit. Same goes for the other characters. You should think to choose 2 locations for the digits and then think of the other 6 locations. No character can be repeated
Qusetion 2:
How many unique passwords are there where you can repeat characters and there are at least 2 digits?
Question 3:
How many unique passwords are there where you can repeat characters and have at least 2 digits and at least 1 special character?
Step by step
Solved in 3 steps