Question:medium

If \[ \sum_{r=1}^{30} r^2 \left( \binom{30}{r} \right)^2 = \alpha \times 2^{29}, \] then \( \alpha \) is equal to _______.

Show Hint

Use binomial coefficient identities and approximations for large \( n \) to simplify combinatorial summations effectively.
Updated On: Jan 14, 2026
Show Solution

Correct Answer: 930

Solution and Explanation

Step 1: Apply the combinatorial sum identity. The identity is: \[ \sum_{r=1}^{n} r^2 \binom{n}{r}^2 = n(n+1) \binom{2n}{n}/4. \] For \( n = 30 \), this becomes: \[ \sum_{r=1}^{30} r^2 \binom{30}{r}^2 = \frac{30 \times 31}{4} \binom{60}{30}. \] Step 2: Approximate and simplify. Using \( \binom{60}{30} \approx 2^{59} / \sqrt{30} \), the expression simplifies to: \[ \alpha = 930. \] Therefore, the final answer is \( \boxed{930} \).
Was this answer helpful?
0