Suppose that a password must satisfy the following conditions:
1) The password must be between 2 and 6 characters
2) The first character must be a letter and the last character must be a digit (0 - 9).
3) All characters except for the first or last may be either a letter or a digit.
4) Repetition is allowed.
5) They are not case sensitive.
How many passwords are possible?
(26)(10)+(26)(10)(36)+(26)(10)(36)(36)+(26)(10)(36)(36)(36)+(26)(10)(36)(36)(36)(36)
=260+9360+336960+12130560+436700160
=449177300
1) The password must be between 2 and 6 characters
2) The first character must be a letter and the last character must be a digit (0 - 9).
3) All characters except for the first or last may be either a letter or a digit.
4) Repetition is allowed.
5) They are not case sensitive.
How many passwords are possible?
(26)(10)+(26)(10)(36)+(26)(10)(36)(36)+(26)(10)(36)(36)(36)+(26)(10)(36)(36)(36)(36)
=260+9360+336960+12130560+436700160
=449177300