document.write( "Question 891677: In how many ways can the letters of HEPTAGON be permuted so that the vowels are never separated? \n" ); document.write( "
Algebra.Com's Answer #539958 by Edwin McCravy(20055)\"\" \"About 
You can put this solution on YOUR website!
HEPTAGON
\n" ); document.write( "
\r\n" );
document.write( "Example: NHEOATGP\r\n" );
document.write( "\r\n" );
document.write( "That example has the vowel sequence EOA \r\n" );
document.write( "\r\n" );
document.write( "The vowels {A,E,O} can be arranged together in any of 3! ways.\r\n" );
document.write( "\r\n" );
document.write( "For each of those 3! ways, we can form the permutation of these 6 things: \r\n" );
document.write( "\r\n" );
document.write( "H,P,T,G,N,(vowel sequence)\r\n" );
document.write( "\r\n" );
document.write( "in 6! ways.\r\n" );
document.write( "\r\n" );
document.write( "Answer: 3!6! = 6*120 = 720 ways.\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );