document.write( "Question 1111499: Find the number of possible passwords using the following criteria
\n" );
document.write( "The password must have exactly five letters
\n" );
document.write( "The password must have exactly two vowels ( a,e,I,o,u)
\n" );
document.write( "The password must alternate vowels and consonants ( consonant,vowel,consonant,vowel and consonant)
\n" );
document.write( "Letters may be repeated. \n" );
document.write( "
Algebra.Com's Answer #726507 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Find the number of possible passwords using the following criteria \n" ); document.write( "The password must have exactly five letters \n" ); document.write( "---- \n" ); document.write( "How many characters? \n" ); document.write( "5 letters & some numbers? \n" ); document.write( "----- \n" ); document.write( "The password must have exactly two vowels ( a,e,I,o,u) \n" ); document.write( "The password must alternate vowels and consonants ( consonant,vowel,consonant,vowel and consonant) \n" ); document.write( "Letters may be repeated. \n" ); document.write( " |