
David W. answered 04/14/17
Tutor
4.7
(90)
Experienced Prof
First, observe that FORMULATED has 10 letters; 4 vowels and 6 consonants [note: no duplicates].
The question, “’How many of these have the vowels at the two ends on the ‘word’?” is an excellent starting point. It means that the “word” looks like: v c c c v. These vowel positions are fixed and characters do not repeat, so we have 4*3 (that is, 4C2) possibilities for the vowels, and 6*5*4 (that is, 6C3) possibilities for the consonants. That’s a total of (4*3)*(6*5*4) = 1440 “words” that have a vowel on each end.
The reason that this last question is such a valuable clue is that it is really asking, “How many ‘words’ have two vowels in two specific positions?” Now, if we know how many possible two-positions there are in a 5-letter word, we simply multiply (because there will be 1440 for each of them). The possible positions are:
c c c v v
c c v c v
c c v v c
c v c c v
c v c v c
c v v c c
v c c c v
v c c v c
v c v c c
v v c c c
Wow! That’s merely 5C2 (that is, choose two of the five positions to be a vowel) = 10.
There are 1440*10 = 14400 possible 5-letter “words” with two vowels and three consonants.
The question, “’How many of these have the vowels at the two ends on the ‘word’?” is an excellent starting point. It means that the “word” looks like: v c c c v. These vowel positions are fixed and characters do not repeat, so we have 4*3 (that is, 4C2) possibilities for the vowels, and 6*5*4 (that is, 6C3) possibilities for the consonants. That’s a total of (4*3)*(6*5*4) = 1440 “words” that have a vowel on each end.
The reason that this last question is such a valuable clue is that it is really asking, “How many ‘words’ have two vowels in two specific positions?” Now, if we know how many possible two-positions there are in a 5-letter word, we simply multiply (because there will be 1440 for each of them). The possible positions are:
c c c v v
c c v c v
c c v v c
c v c c v
c v c v c
c v v c c
v c c c v
v c c v c
v c v c c
v v c c c
Wow! That’s merely 5C2 (that is, choose two of the five positions to be a vowel) = 10.
There are 1440*10 = 14400 possible 5-letter “words” with two vowels and three consonants.


David W.
PLZ do not name this Answer as "David's." See --
https://blog.codinghorror.com/the-ten-commandments-of-egoless-programming/
It is right/wrong and better/worse and complete/incomplete and compact/elaborate and ... regardless of who wrote it, when, and why.
I'm working on adapting Algebra solutions to (1) learning style, (2) prerequisite/remedial knowledge, (3) past performance [like computer games track levels], (4) mood-of-the-day, (5) etc. to computerize these "typical" problems. That means graphics/color/animation/sound/etc. and 25 teachers (coordinated, PLZ) to one student rather than 25 students to one teacher. There is now money for educational software!! Care to learn Algebra from IBM's Watson? Average students could learn an entire year of high school Algebra in two weeks!!
Report
04/14/17
Kenneth S.
04/14/17