This is in reference to this question. Letter Arrangement with Permutations
_A_A_L_
IF M is not together, then M can go into 4 distinct places (denoted by the underscores above). So the number of ways the Ms can be places is $\binom{3 + 4 -1}{3}$ and the letters A A L can be arranged in $\frac{3!}{2!}$ ways. So the total number of arrangements is $\binom{6}{3} \times 3 = 60$
Is this the correct way of doing this question?