A security system requires each employee to create a 6-character access code consisting of 3 non-zero digits followed by 3 letters from the standard 26-letter English alphabet. The access code must satisfy the following restrictions:
1. The first digit must be odd.
2. No two adjacent digits in the code can be identical.
3. The first letter must be a vowel (), the second letter must be a consonant, and the third letter cannot be identical to the first letter.
How many distinct access codes can be created under these rules?
- A
- Cevap
- C
- D
- E
Cevap
The total number of valid codes is obtained by multiplying the number of choices at each stage. For the digits: (odd non-zero) (non-zero digit 1st digit) (non-zero digit 2nd digit) . For the letters: (vowels) (consonants) (any letter 1st letter) . The overall number of codes is .
Adım Adım Çözüm
Anahtar Kavram
Fundamental Counting Principle with Positional Restrictions