Dear Akanksha
Remember following rules
1) The number of permutations of 'n' different thing takng 'r' at a time without repetition is
nPr = n!/(n-r)!
So if u go by this approach then in the question there are 4 different letters ( as A is repeated thrice) so ways in which word (containing four letters ) can be formed is
4P4 = 4!/(4-4)! = 4!, what i have suggested in previous response to this question.
2) However if repetition is allowed then the problem can be solved as
There are following cases in which 4 letter words can be formed.
a) 1A, 3 different letters other than A
so for this 3 different letters can be selected from remaining three letters in one way only,
so the ways in which this can be arranged is 4! ....(1)
b) 2A, 2 different letters other than A
Now, if 2 different letters are arranged with 2A's then the permutation is 4!/2!
But the 2 different letters other than A can be selected from 3 letters (R,M & N only) in 3C2 = 3 ways. Taking care of this selection the number of words that can be formed is (4!/2!)*3 .....(2)
c) 3A, 1 different letter other than A
if one different letter is R than the words formed using 3A and R is 4!/3!
But the selection of this different letter from remaining three (R,M,N) can be made in three different ways so total number of words that can be formed is given by (4!/3!)*3 ..... (3)
Thus adding all above possibilities the ways in which 4 letter words can be formed is given by
4! + (4!/2!)*3 + (4!/3!)*3 (ANSWER)