Question 1111499: Find the number of possible passwords using the following criteria
The password must have exactly five letters
The password must have exactly two vowels ( a,e,I,o,u)
The password must alternate vowels and consonants ( consonant,vowel,consonant,vowel and consonant)
Letters may be repeated.
Answer by Alan3354(69443) (Show Source):
You can put this solution on YOUR website! Find the number of possible passwords using the following criteria
The password must have exactly five letters
----
How many characters?
5 letters & some numbers?
-----
The password must have exactly two vowels ( a,e,I,o,u)
The password must alternate vowels and consonants ( consonant,vowel,consonant,vowel and consonant)
Letters may be repeated.
|
|
|