A typical question where we should create scenarios.
The word is HARVARD
The number of letters: H, V, D - 1 each and A, R - 2 each
Scenario 1:All the letters are distinct.
Since we have a total of 5 distinct letters so we can directly use the filling space method to get the possible number of ways \(=5 \times 4 \times 3 \times 2 \times 1 = 120\) ways
Scenario 2: Two letters are identical and two letters are distinct.
The two identical letters can be either A or R so we have 2 choices.
Next, we can select the remainder of two distinct letters from the 4 remaining letters (Do note, that if we chose R and R as identical letters then now we can select one A so we have H, V, D, and A all available.
So this gives us \(4C2 = 6\) ways
So now we have a case which would be HDRR (just one example) type. We can arrange them in \(\frac{4!}{2!} = 12 \) ways
So total ways = \(2 \times 6 \times 12 = 144\) ways
Scenario 2: Two sets of two identical letters (AABB type)
We can clearly do that by selecting AARR and they can be arranged in \(\frac{4!}{2! \times 2!}\) = 6 ways
So the answer = 120 + 144 + 6 = 270
Option. D