document.write( "Question 1164692: In how many different ways can the letters of the word KNOWLEDGE be arranged
\n" ); document.write( "in such a way that the vowels always come together?
\n" ); document.write( "

Algebra.Com's Answer #789176 by Edwin McCravy(20060)\"\" \"About 
You can put this solution on YOUR website!
In how many different ways can the letters of the word KNOWLEDGE be arranged
\n" ); document.write( "in such a way that the vowels always come together?
\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 seven things:\r\n" );
document.write( "\r\n" );
document.write( "Answer: 3∙7! = 3∙5040 = 15120 ways.\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );