StreakPeaked· Practice

ExamsJEE AdvancedMaths

Define f(m) = sum from i = 0 to m of C(30, 30-i) * C(20, m-i), where C(p,q) denotes p-choose-q. Which of the following statements are correct?

  1. The maximum value of f(m) is C(50, 25)
  2. f(0) + f(1) + f(2) +... + f(50) = 2⁵⁰
  3. f(m) is always divisible by 50 for all integers m with 1 <= m <= 49
  4. f(m) = C(50, m)

Correct answer: The maximum value of f(m) is C(50, 25)

Solution

f(m) = sum_(i=0)^(m) C(30, 30-i)*C(20, m-i) = sum_(i=0)^(m) C(30, i)*C(20, m-i) = C(50, m) by Vandermonde's identity. So D is true. Maximum of C(50,m) is at m=25, giving C(50,25) — so A is true. Sum over m=0 to 50 of C(50,m) = 2⁵⁰ — so B is true. For C, C(50,m) divisible by 50 for 1<=m<=49 requires checking; it is not always true (e.g. C(50,1)=50 is divisible, but the claim needs careful verification — in fact for prime factors this does not hold universally). The correct options are A, B, and D.

Related JEE Advanced Maths questions

⚔️ Practice JEE Advanced Maths free + battle 1v1 →