Solveeit Logo

Question

Question: If number of arrangements of letters of the word "DHARAMSHALA" taken all at a time so that no two al...

If number of arrangements of letters of the word "DHARAMSHALA" taken all at a time so that no two alike letters appear together is (4a.5b.6c.7d)(4^a.5^b.6^c.7^d), (where a,b,c,dNa,b,c,d \in N), then a+b+c+da+b+c+d is equal to

Answer

7

Explanation

Solution

The word "DHARAMSHALA" has 10 letters: D(1), H(1), A(3), R(1), M(1), S(1), L(2). We need to find the number of arrangements where no two identical letters are together. This requires the Principle of Inclusion-Exclusion.

Total arrangements of "DHARAMSHALA": Total letters = 10. 'A' repeats 3 times, 'L' repeats 2 times. Total arrangements = 10!3!2!=36288006×2=302400\frac{10!}{3!2!} = \frac{3628800}{6 \times 2} = 302400.

Let PAAP_{AA} be the property that at least two 'A's are together (AA). Let PLLP_{LL} be the property that at least two 'L's are together (LL).

We want to find the number of arrangements with neither PAAP_{AA} nor PLLP_{LL}. Using PIE: Total - PAAPLL+PAAPLL|P_{AA}| - |P_{LL}| + |P_{AA} \cap P_{LL}|.

  1. PAA|P_{AA}|: Treat "AA" as a single unit. We arrange {(AA), A, D, H, R, M, S, L, L}. This is 9 items with 'L' repeated twice. PAA=9!2!=3628802=181440|P_{AA}| = \frac{9!}{2!} = \frac{362880}{2} = 181440.

  2. PLL|P_{LL}|: Treat "LL" as a single unit. We arrange {D, H, A, A, A, R, M, S, (LL)}. This is 9 items with 'A' repeated thrice. PLL=9!3!=3628806=60480|P_{LL}| = \frac{9!}{3!} = \frac{362880}{6} = 60480.

  3. PAAPLL|P_{AA} \cap P_{LL}|: Treat "AA" as one unit and "LL" as another. We arrange {(AA), A, D, H, R, M, S, (LL)}. This is 8 distinct items. PAAPLL=8!=40320|P_{AA} \cap P_{LL}| = 8! = 40320.

Number of arrangements with no two alike letters together = Total - PAAPLL+PAAPLL|P_{AA}| - |P_{LL}| + |P_{AA} \cap P_{LL}| =30240018144060480+40320= 302400 - 181440 - 60480 + 40320 =302400241920+40320=60480+40320=100800= 302400 - 241920 + 40320 = 60480 + 40320 = 100800.

We are given this number as (4a.5b.6c.7d)(4^a.5^b.6^c.7^d). Prime factorization of 100800100800: 100800=1008×100=(16×63)×100=(24×32×7)×(22×52)=26×32×52×71100800 = 1008 \times 100 = (16 \times 63) \times 100 = (2^4 \times 3^2 \times 7) \times (2^2 \times 5^2) = 2^6 \times 3^2 \times 5^2 \times 7^1.

The given form in prime factors: 4a.5b.6c.7d=(22)a5b(23)c7d=22a5b2c3c7d=22a+c3c5b7d4^a.5^b.6^c.7^d = (2^2)^a \cdot 5^b \cdot (2 \cdot 3)^c \cdot 7^d = 2^{2a} \cdot 5^b \cdot 2^c \cdot 3^c \cdot 7^d = 2^{2a+c} \cdot 3^c \cdot 5^b \cdot 7^d.

Comparing exponents: For base 3: c=2c = 2. For base 7: d=1d = 1. For base 5: b=2b = 2. For base 2: 2a+c=62a+c = 6. Substituting c=2c=2: 2a+2=6    2a=4    a=22a+2 = 6 \implies 2a = 4 \implies a = 2.

So, a=2,b=2,c=2,d=1a=2, b=2, c=2, d=1. These are all natural numbers. The required sum is a+b+c+d=2+2+2+1=7a+b+c+d = 2+2+2+1 = 7.