Questions: Calculate the indicated quantity. C(7,5)

Calculate the indicated quantity.
C(7,5)
Transcript text: Calculate the indicated quantity. \[ C(7,5) \]
failed

Solution

failed
failed

Solution Steps

To calculate \( C(7,5) \), we need to use the combination formula \( C(n, k) = \frac{n!}{k!(n-k)!} \). Here, \( n = 7 \) and \( k = 5 \). We will use Python's math library to compute the factorials and then apply the combination formula.

Step 1: Identify the Combination Formula

To calculate the combination \( C(7,5) \), we use the formula: \[ C(n, k) = \frac{n!}{k!(n-k)!} \] where \( n = 7 \) and \( k = 5 \).

Step 2: Calculate Factorials

Calculate the factorials of \( n \), \( k \), and \( n-k \): \[ 7! = 5040 \] \[ 5! = 120 \] \[ (7-5)! = 2! = 2 \]

Step 3: Apply the Combination Formula

Substitute the factorial values into the combination formula: \[ C(7, 5) = \frac{5040}{120 \times 2} \] \[ C(7, 5) = \frac{5040}{240} \] \[ C(7, 5) = 21 \]

Final Answer

\[ \boxed{21} \]

Was this solution helpful?
failed
Unhelpful
failed
Helpful