The value of $r$ for which $$\binom{20}r\binom{20}0+\binom{20}{r-1}\binom{20}1+\binom{20}{r-2}\binom{20}2+\cdots+\binom{20}0\binom{20}r$$ is maximum is?
I tried to wrap my head around the solution but I don't get it. Could someone help me with it in an easier way? The solution arbitrary begins by considering the expansion of $(1+x)^{20}$ and then multiplying it to itself. A more question-oriented solution would be appreciated. Thanks.
$r$ has to be some sort of plain integer. This whole question isn't about negative or fractional indices.
This expression counts the ways to select $r$ from $40$ elements by splitting the $40$ elements into two groups of $20$ each and summing over all ways to divide up $r$ between the two groups. Thus this is $\binom{40}r$.