document.write( "Question 1191840: How many possible arrangements of the 6 letters in the word BEAUTY if the 3 vowels are together? \n" ); document.write( "
Algebra.Com's Answer #823689 by Edwin McCravy(20056)![]() ![]() You can put this solution on YOUR website! \r\n" ); document.write( "Choose an arrangement of the three vowels {E,A,U} in 3! ways. \r\n" ); document.write( "\r\n" ); document.write( "Let X represent the arrangement of {E,A,U} that you chose.\r\n" ); document.write( "\r\n" ); document.write( "For each of those possible 3! choices of vowel arrangement, \r\n" ); document.write( "we can choose an arrangement of {B,X,T,Y} any of 4! ways.\r\n" ); document.write( "\r\n" ); document.write( "Answer: (3!)(4!)\r\n" ); document.write( "\r\n" ); document.write( "Edwin\n" ); document.write( " |