document.write( "Question 358137: Using the letters of the word YOUNG, tell how many different 5-letter combinations are possible if:\r
\n" );
document.write( "\n" );
document.write( "a) The first letter must be Y\r
\n" );
document.write( "\n" );
document.write( "b) The vowels and consonants alternate,beginning with a consonant (Y is a consonanthere and Y does not have to be first)\r
\n" );
document.write( "\n" );
document.write( "Please help im lost with this question i would appreciate it \n" );
document.write( "
Algebra.Com's Answer #255637 by jrfrunner(365)![]() ![]() You can put this solution on YOUR website! a) The first letter must be Y \n" ); document.write( "Since there only 4 letters free to be chosen, the answer = 4!=24 \n" ); document.write( "== \n" ); document.write( "b) The vowels and consonants alternate,beginning with a consonant \n" ); document.write( "- \n" ); document.write( "let C=consonant, V=vowel \n" ); document.write( "There are 3 C and 2 V\r \n" ); document.write( "\n" ); document.write( "CVCVC \n" ); document.write( "Number of ways 3*2*2*1*1=12\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |