You have a list of 7 letters, of which 3 are vowels (a, i, e) and 4 are consonants (b, c, d, f). you need to use these letters to form four-letter words in such a manner that they should contain exactly 2 vowels from the given 3 and exactly 2 consonants from the given 4. how many such four-letter words can you form using the seven given letters?

Respuesta :

There are 432 four-letter words you can form using the seven given letters if you have a list of 7 letters.

What are permutation and combination?

A permutation is the number of different ways a set can be organized; order matters in permutations, but not in combinations.

We have:

A list of 7 letters, of which 3 are vowels (a, i, e) and 4 are consonants (b, c, d, f).

a, i, e - 2 vowels can be selected in 3C2 ways.

b, c, d, f - 2 consonants can be selected 4C2 ways.

We can arrange 4 alphabets in 4! ways.

Total ways = C(3, 2)×C(4, 2)×4!

= 3×6×24

= 432

Thus, there are 432 four-letter words you can form using the seven given letters if you have a list of 7 letters.

Learn more about permutation and combination here:

https://brainly.com/question/2295036

#SPJ1