I'm stuck on this problem:
Consider the five letters A, B, C, D, and E. How many words with four letters can you create if each letter can be used at most two times? (One letter can i.e. be used 0, 1, or 2 times)
At first I thought it would be Permutation(10,4), but that is far off. Any ideas?
Thanks!