I'll try to explain this as simply as possible. I am wondering how to calculate the number of permutations of two variables across 26 elements with the distribution of variables required to be even. That's confusing, so let me illustrate. Let's say I have the letters A-Z. 26 elements. I assign each letter the number 1 or 2. For the first permutation, Let's assign A-M the number "1" and N-Z the number "2". There are exactly 13 "1"s and 13 "2"s. For a second permutation, let's say A-L are "1", M-Y are "2" and Z is "1". This is a different permutation, but there are still exactly 13 of each.
A-Z all being assigned 1 is an invalid permutation in this example, as there must be exactly 13 of each variable.
Hopefully that explains the permutations I am trying to calculate. So my question is, how would I calculate the number of permutations that could exist in this example?
Thanks!
A-Z all being assigned 1 is an invalid permutation in this example, as there must be exactly 13 of each variable.
Hopefully that explains the permutations I am trying to calculate. So my question is, how would I calculate the number of permutations that could exist in this example?
Thanks!