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), (where a,b,c,d∈N), then a+b+c+d is equal to

7
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 = 3!2!10!=6×23628800=302400.
Let PAA be the property that at least two 'A's are together (AA). Let PLL be the property that at least two 'L's are together (LL).
We want to find the number of arrangements with neither PAA nor PLL. Using PIE: Total - ∣PAA∣−∣PLL∣+∣PAA∩PLL∣.
-
∣PAA∣: 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∣=2!9!=2362880=181440.
-
∣PLL∣: 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∣=3!9!=6362880=60480.
-
∣PAA∩PLL∣: Treat "AA" as one unit and "LL" as another. We arrange {(AA), A, D, H, R, M, S, (LL)}. This is 8 distinct items. ∣PAA∩PLL∣=8!=40320.
Number of arrangements with no two alike letters together = Total - ∣PAA∣−∣PLL∣+∣PAA∩PLL∣ =302400−181440−60480+40320 =302400−241920+40320=60480+40320=100800.
We are given this number as (4a.5b.6c.7d). Prime factorization of 100800: 100800=1008×100=(16×63)×100=(24×32×7)×(22×52)=26×32×52×71.
The given form in prime factors: 4a.5b.6c.7d=(22)a⋅5b⋅(2⋅3)c⋅7d=22a⋅5b⋅2c⋅3c⋅7d=22a+c⋅3c⋅5b⋅7d.
Comparing exponents: For base 3: c=2. For base 7: d=1. For base 5: b=2. For base 2: 2a+c=6. Substituting c=2: 2a+2=6⟹2a=4⟹a=2.
So, a=2,b=2,c=2,d=1. These are all natural numbers. The required sum is a+b+c+d=2+2+2+1=7.
