document.write( "Question 1164489: In how many different ways can the letters of the word BADMINTON be
\n" );
document.write( "arranged such that all consonants are always together? \n" );
document.write( "
Algebra.Com's Answer #788899 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "Since the 6 consonants are to be together, put them in a single group. That gives us 4 items to be put in some order -- the 3 vowels, and the group of 6 consonants. \n" ); document.write( "Those 4 items can be arranged in 4! = 24 different ways. \n" ); document.write( "Within the group of 6 consonants, or which 2 are the same, the number of arrangements is 6!/2! = 720/2 = 360. \n" ); document.write( "The total number of arrangements with the 6 consonants together is then 24*360 = 8640. \n" ); document.write( " \n" ); document.write( " |