JohnnyGui said:
I need to substract these possible permutations that I have covered before
There can be combinatorial problems where such a subtraction is necessary, but typically the aspect of many-permutations-are-the-same-combination is handled by using division or multiplication. The general concept is that 1 combination of objects can be used to generate F permutations of the objects. ( So if we are interested in counting
combinations we can count permutations and then divide that answer by F.)
How many possible permutations are there in which there are as many cards with M as there are with K?
Since you used the word "permutation" it indicates that you wish to consider n cards that are distinguishable. However, you didn't indicate any way to distinguish one "M" from another "M".
The concept of several literally "indistinguishable" things is paradoxical. For example, If we had two balls that were literally indistinguishable, then we wouldn't have two balls. We would have only one ball. They would be the
same ball. If we want to reason about several "indistinguishable" things we have to keep in mind that they are indistinguishable with respect to some properties but distinguishable with respect to others.
Suppose we have 4 cards, C1,C2,C3,C4, and a set of 4 (distinct) labels: M1,M2,K1,K2. How many "ways" can the 4 labels be assigned to the 4 cards? We have 4 choices of a label for card C1, 3 choices of a label for card C2, etc. So we have a total of (4)(3)(2)(1) = 24 "ways".
Suppose we wish to consider M1 and M2 "indistinguishable" (with respect to their having the same "M-ness").
Then a "way" like
C1=M1, C2=M2, C3= K1, C3= K2
is no longer distinct from a "way" like
C1=M2, C2 =M1,C3 =K1, C3 = K2
Losing the distinction between M1 and M2 , we would describe another kind of "way" by:
C1=M, C2=M, C3=K1, C3 = K2
Each "way" of this kind, can be realized in 2 "ways" of the previous kind. So if we are interested in counting the number of "ways" of this kind we can use:
(number of "ways" of this kind)(2) = (number of ways of the previous kind) = 24
(number of "ways" of this kind) = 24/2 = (number of ways with M1 not distinguished from M2)
Similarly, if we wish to also lose the distinction between K1 and K2 we can use
(number of "ways" with K1 not distinguished from K2 and M1 not distinguished from M2)(2) = (number of ways with M1 not distinguished from M2)
(number of "ways" with K1 not distinguished from K1 and M1 not distinguished from M2) = (24/2)/2 = 24/4.