InterviewSolution
Saved Bookmarks
| 1. |
If 15C3r = 15Cr + 3, find r. |
|
Answer» Given, 15C3r = 15Cr+3 We know that, If nCP = nCq, Then one of the following conditions need to be satisfied : i. p = q ii. n = p + q Let us use condition (i), ⇒ 3r = r + 3 ⇒ 2r = 3 ⇒ r = \(\frac{3}{2}\) ⇒ r + 3 = \(\frac{3}{2}\) + 3 ⇒ r + 3 = \(\frac{9}{2}\) We know that, For a combination nCr,r≥0 and r should be an integer, which is not satisfies here, So, the condition (ii) must be satisfied, ⇒ 15 = 3r + r + 3 ⇒ 4r = 12 ⇒ r = \(\frac{12}{4}\) ⇒ r = 4 ∴ The value of r is 4. |
|