Difficulty: Easy
Correct Answer: 24
Explanation:
Introduction / Context:Equal binomial coefficients at positions r and r+2 imply a reflection around the center via C(n, k) = C(n, n − k). We use this to relate r and r+2.
Given Data / Assumptions:
Concept / Approach:Nontrivial equality happens when r = 50 − (r+2). Solve for r.
Step-by-Step Solution:
Set r = 50 − (r + 2) ⇒ r = 48 − r ⇒ 2r = 48 ⇒ r = 24.Verification / Alternative check:Check: C(50, 24) = C(50, 26) by symmetry, consistent with the condition.
Why Other Options Are Wrong:23, 22, 21 do not satisfy r = 50 − (r+2).
Common Pitfalls:Assuming equality implies r = r+2 (impossible) instead of using symmetry across n/2.
Final Answer:24
Discussion & Comments