Out of 7 consonants and 4 vowels ,how many words scan be made each containing 3 consonants and 2 vowels ?
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.
I find this problem a bit misleading as I am sure that all 25200 combinations would not actually make up words, such as ovit, at least in english. The correct phrasing would be "how many combinations can be made each containing 3 consonants and 2 vowels ?"
Log in to reply
In mathematics/Computer science, "word" means any finite (sometimes infinite) string of of letters out of a given list (alphabet). There's some ambiguity because of the English definition, but since that one wouldn't make sense here it's clear which one they meant.
We can choose 3 consonants from the 7 consonants: 7 C 3 = 3 5
We can choose 2 vowels from the 4 vowels: 4 C 2 = 6
Then arrange the 5 letters: 5 ! = 1 2 0
So the number of words is 3 5 ( 6 ) ( 1 2 0 ) = 2 5 2 0 0
Problem Loading...
Note Loading...
Set Loading...
Assume that a word cannot repeat letters.
There are ( 3 7 ) ( 2 4 ) = 2 1 0 ways to choose the letters for the word. Given the letters, there are 5 ! = 1 2 0 ways to arrange them. Therefore, there are 2 1 0 ⋅ 1 2 0 = 2 5 2 0 0 such words.