a) [5 pts] A password must be 7 characters long. The first t…
a) [5 pts] A password must be 7 characters long. The first two characters must be UPPERCASE letters that cannot repeat. The next two characters must be digits (0-9). The last three characters must be digits, UPPERCASE letters, or special characters from (@ # $ % &), and these characters can repeat. How many such passwords are possible? b) [5 pts] Now suppose the first and last characters of the password must be the same letter, and the middle characters must be unique (no repetition allowed). How many such passwords are possible under these new constraints?
Read Details