Solveeit Logo

Question

Question: Number of different words that can be formed using all the letters of the word "DEEPMALA" if two vow...

Number of different words that can be formed using all the letters of the word "DEEPMALA" if two vowels are together and the other two are also together but separated from the first two is

A

960

B

1200

C

2160

D

1440

Answer

1440

Explanation

Solution

Here's a breakdown of the solution:

  1. Identify Letters: The word DEEPMALA has 8 letters: D, P, M, L (4 consonants) and E, E, A, A (4 vowels).

  2. Condition Breakdown: We need to form two groups of two vowels each (G1G_1 and G2G_2) such that they are separated.

  3. Form Vowel Groups:

    • Case 1: Groups are (EE) and (AA).

      • The block (EE) has 1 internal arrangement. The block (AA) has 1 internal arrangement.
      • These two blocks are distinct.
      • Arrange the 4 consonants (D, P, M, L) in 4!=244! = 24 ways.
      • This creates 5 slots for the vowel blocks.
      • Place the 2 distinct blocks ((EE), (AA)) into 2 of these 5 slots in P(5,2)=20P(5, 2) = 20 ways.
      • Total for Case 1 = 24×20=48024 \times 20 = 480.
    • Case 2: Groups are (EA) and (EA).

      • Each (EA) group can be arranged internally as (EA) or (AE) (2!=22! = 2 ways).

      • This leads to three sub-scenarios for the actual blocks formed:

        • Subcase 2a: Both blocks are (EA) and (EA). The blocks are identical.

          • Arrange consonants: 4!=244! = 24 ways.
          • Place 2 identical (EA) blocks in 5 slots: C(5,2)=10C(5, 2) = 10 ways.
          • Total = 24×10=24024 \times 10 = 240.
        • Subcase 2b: Both blocks are (AE) and (AE). The blocks are identical.

          • Arrange consonants: 4!=244! = 24 ways.
          • Place 2 identical (AE) blocks in 5 slots: C(5,2)=10C(5, 2) = 10 ways.
          • Total = 24×10=24024 \times 10 = 240.
        • Subcase 2c: One block is (EA) and the other is (AE). The blocks are distinct.

          • Arrange consonants: 4!=244! = 24 ways.
          • Place 2 distinct blocks ((EA), (AE)) in 5 slots: P(5,2)=20P(5, 2) = 20 ways.
          • Total = 24×20=48024 \times 20 = 480.
      • Total for Case 2 = 240+240+480=960240 + 240 + 480 = 960.

  4. Total Words: Sum of words from Case 1 and Case 2 = 480+960=1440480 + 960 = 1440.