Question:

If nC9 = nC3. what is n?

Updated On: May 11, 2025
  • 10
  • 11
  • 12
  • 13
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is C

Solution and Explanation

To solve the problem where nC9 = nC3, we use the formula for combinations, which is defined as:
C(n,k) = n! / (k! (n-k)!)
Given that nC9 = nC3, it follows that:
n! / (9! (n-9)!) = n! / (3! (n-3)!)
Cancelling n! from both sides, we have:
1 / (9! (n-9)!) = 1 / (3! (n-3)!)
By cross-multiplying, we simplify to:
3! (n-9)! = 9! (n-3)!
Because 9! = 9 × 8 × 7 × 6 × 5 × 4 × 3!, we can rewrite this equality as:
(n-9)! = (9 × 8 × 7 × 6 × 5 × 4) × (n-3)(n-4)(n-5)(n-6)(n-7)(n-8)
Solving factorial expansions both sides lead us to compare terms directly, which simplifies to n-9 = 3, thus
n = 3 + 9 = 12.
Therefore, the value of n is 12.
Was this answer helpful?
0
0