A 7-character password is formed from the 26 uppercase letters \(A\)–\(Z\) and the 10 digits \(0\)–\(9\). The password must satisfy all of the following:
• The first character is a letter.
• Exactly 3 of the remaining 6 characters are digits.
• No character is repeated.
• No two digits are consecutive (adjacent).
How many such passwords are possible?
Select one option.
Next ▶