In how many different ways can the letter of the word "SOFTWARE" be arranged in such a way that the vowels always come together?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Taking the whole string of vowels of the word as a letter, there are 6 letters.So possible arrangements are 6!. But the vowel string has 3! permutations. So possible number of permutations are 3 ! 6 !