In this exercise, we consider strings made from uppercase letters in the English alphabet and decimal digits.
How many strings of length 10 can be constructed in each of the following scenarios?
(a) The first and last characters of the string are letters.
(b) The first character is a vowel, the second character is a consonant, and the last character is a digit.
(c) Vowels (not necessarily distinct) appear in the third, sixth, and eighth positions and no other positions.
(d) Vowels (not necessarily distinct) appear in exactly two positions.
(e) Precisely four characters in the string are digits and no digit appears more than one time.