Transcript text: Evaluate ${ }_{9} \mathrm{C}_{6}$ and ${ }_{11} \mathrm{P}_{5}$.
Solution
Solution Steps
To evaluate the combinations and permutations, we can use the formulas for combinations and permutations. For combinations, the formula is \( \binom{n}{k} = \frac{n!}{k!(n-k)!} \). For permutations, the formula is \( P(n, k) = \frac{n!}{(n-k)!} \). We will use Python's math module to compute the factorials and then apply these formulas.
Step 1: Evaluate Combinations
To evaluate \( _{9}C_{6} \), we use the formula for combinations: