CSAT Solved Papers/ 2022/Q76
2022 CSAT — Q76
One non-zero digit, one vowel and one consonant from English alphabet (in capital) are to be used in forming passwords, such that each password has to start with a vowel and end with a consonant. How many such passwords can be generated?
Worked rationale
The password is three characters in a fixed pattern: vowel, then the digit, then consonant (it must start with a vowel and end with a consonant, leaving the digit in the middle).
Counts available:
- vowels: ()
- non-zero digits: (–)
- consonants:
By the multiplication principle:
Answer: (c) 945.
Why the other options miss
- A dropped the digit slot: uses only, leaving the digit factor out.
- B wrong digit count: uses , taking digits instead of .
- D counted zero as a digit: takes digits (–, i.e. ), ignoring the “non-zero” clause.
Specialist insight
The position pattern is fully forced (vowel–digit–consonant), so there is no arrangement factor — just one choice per slot: . The two traps are using digits instead of (the “non-zero” clause, trap d) and forgetting the digit slot entirely (trap a). Read the constraints into the slot counts before multiplying.
Pattern vowel–digit–consonant: (digit is non-zero , not ) (c).