How many different 5-character passwords can be formed using the digits 0-9 and lowercase letters a-z if the first character must be a letter and repetitions are allowed?
Show Hint
When repetitions are allowed, the number of choices remains constant for each position. If repetitions were NOT allowed, the number of choices would decrease by one for each subsequent position.