document.write( "Question 1164753: a) In how many different ways can the letters of the word KNOWLEDGE be
\n" );
document.write( "arranged in such a way that the vowels always come together?\r
\n" );
document.write( "\n" );
document.write( "b) In a group of 6 boys and 4 girls, four children are to be selected.
\n" );
document.write( "In how many different ways can they be selected such that at least one boy
\n" );
document.write( "should be there?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #789168 by Edwin McCravy(20056)![]() ![]() You can put this solution on YOUR website! \r\n" ); document.write( "Yes, she's right. I didn't count the \"G\". I fixed it below:\r\n" ); document.write( "\n" ); document.write( "\r\n" ); document.write( "a) In how many different ways can the letters of the word KNOWLEDGE be\r\n" ); document.write( "arranged in such a way that the vowels always come together?\r\n" ); document.write( "\r\n" ); document.write( "We can choose the 3 vowels to be together (call it a \"vowel trio\") any of\r\n" ); document.write( "these 3 ways: EEO, EOE, OEE.\r\n" ); document.write( "\r\n" ); document.write( "For each of those 3 choices, there are 7 things (six single letters and one\r\n" ); document.write( "vowel-trio). The 7 things are\r\n" ); document.write( "\r\n" ); document.write( "K, N, W, L, D, G, (the vowel trio)\r\n" ); document.write( "\r\n" ); document.write( "There are 7! ways to arrange those six things:\r\n" ); document.write( "\r\n" ); document.write( "Answer: 3∙7! = 3∙5040 = 15120 ways.\r\n" ); document.write( "======================\r\n" ); document.write( "b) In a group of 6 boys and 4 girls, four children are to be selected. In |