It is often possible to find the answer to a counting question in two different ways. Doing so results in two formulas that give the answer, which might look different, but must be equal (since they are both the correct answer to the same question). This provides a proof of the equality of the two formulas, called a combinatorial proof.
Consider the set of 7-bit strings of weight 3. That is, strings of 0s and 1s that are seven characters long and have exactly three 1s. How many such strings are there?
Consider the counting question βHow many ways can you permute the letters of the word STATISTICS?β Note that this is not just a permutation, since there are repeated letters.
Continue with this approach until you have found an expression for the number of ways to permute the letters of STATISTICS as a product of binomial coefficients. Write out this product.
Now answer the counting question again, this time starting by asking how many ways you can select positions for the letter A first. Continue in any way you like until you have found a different expression for the number of ways to permute the letters of STATISTICS as a product of binomial coefficients. Write out this product.
Try yet another approach. What is wrong with saying the answer is \(10!\text{?}\) This is too large, but we can correct it by dividing to account for outcomes that are equivalent. What should you divide by?