Concept:
Use permutations of letters with repetition.
Step 1: Count total letters.
Word: K A L I N G A → 7 letters
Frequency:
\[
A = 2, \text{others distinct}
\]
Step 2: Fix first letter.
First letter is fixed as K.
Remaining letters:
\[
A, A, L, I, N, G
\]
Total = 6 letters
Step 3: Apply permutation formula.
\[
\frac{6!}{2!}
\]
Step 4: Compute.
\[
6! = 720
\]
\[
\frac{720}{2} = 360
\]