Original question: How many "words" of 1 letter, 2 letters, 3 letters and 4 letters can be formed with the letters of "MAAS"
Both combinations and permutations are needed to solve this question, however I find it hard it to distinguish between the two.
I understand how to make words of 4 letters, but 1, 2 and 3 I find difficult. I can of course compute it by hand, since I only have 4 letters, but they specifically ask for permutations and combinations.
Anyone who can help me?
Hint : Consider the 2 $A$ letters to be distinct, what are the permutations of $MA_1A_2S$? Then, you should divide by how many times you overcount a specific word, for example $MA_1A_2S$ should be considered the same as $MA_2A_1S$.