InterviewSolution
Saved Bookmarks
| 1. |
If nC12 = nC5, find the value of n. |
|
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 nC12 = nC5, we can say that 12 ≠ 5 Therefore, the condition (ii) must be satisfied, n = 12 + 5 n = 17 ∴ The value of n is 17. |
|