How to solve this?
$\dbinom{1000}{50} + \dbinom{999}{49} + \dbinom{998}{48} + \dbinom{997}{47} +\cdots+ \dbinom{951}{1} + \dbinom{950}{0}$
I was solving some problem which goes like this

Not knowing any other better method (if exists), I thought of adding the coefficients of x^50 from each term!
And reached the step as depicted above.
