InterviewSolution
Saved Bookmarks
| 1. |
If nC4 = nC6, find 12Cn. |
|
Answer» As we know that if nCp = nCq, now one of the following conditions need to be satisfied: (i) p = q (ii) n = p + q Therefore from the question nC4 = nC6, we can say that 4 ≠ 6 Therefore, the condition (ii) must be satisfied, n = 4 + 6 n = 10 Then, we need to find 12Cn, As we know that the value of n so, 12Cn = 12C10 Lets use the formula, nCr = n!/r!(n – r)! Therefore now, value of n = 12 and r = 10 nCr = n!/r!(n – r)! 12C10 = 12! / 10!(12 – 10)! = 12! / (10! 2!) = [12 × 11 × 10!] / (10! 2!) = [12 × 11] / (2) = 6 × 11 = 66 ∴ The value of 12C10 = 66. |
|