0

I am trying to determine how many different permutations I can make with 4 values {1,2,3,4} for an 8 chain sequence. Normally, I would simply do 4 to the power of 8. However, there can only be two repetitions of each value -- so 11223344 is a possibility, but 11111111 is not.

How would I go about solving for the number of possible permutations? I couldn't find a formula for this online, and I'm having trouble figuring it out.

0 Answers0