This was another weekly question posed to our high school, but rather than trigonometry, this one involves combinations. To reiterate the question, it goes as follows:
"Find A and B in ${100 \choose 0}^2 + {100 \choose 2}^2 + \dots + {100 \choose 100}^2 = {A \choose B}$."
(There is in fact a non-trivial solution to this: see below for the edit.)
I've tried multiple different methods in order to solve this problem, but have had no success. A bit of research led me to the following property of combinations, which seems like it could be useful:
$\binom n 0 ^2 + \binom n 1 ^2 + \dots + \binom n n ^2 = \binom { 2n} n$
(See Proving $ \binom n 0 ^2 + \binom n 1 ^2 + \dots + \binom n n ^2 = \binom { 2n} n $ without induction for a proof of this property, for anyone curious.)
From this, I could conclude the following:
$\binom {100} 0 ^2 + \binom {100} 1 ^2 + \dots + \binom {100} {100} ^2 = \binom { 200} {100}$
This is one step closer to our original equality, but I'd somehow need to remove from this sum the combinations where an odd number of elements are chosen. I tried a few different methods for this, including using this property:
$\binom {n} {r} = \binom {n} {n-r}$
Which gave me something along the lines of:
$\binom {100} 0 ^2 + \binom {100} 2 ^2 + \dots + \binom {100} {100} ^2 = 2\binom {100} 0 ^2 + 2\binom {100} 2 ^2 + \dots + \binom {100} {50} ^2$
However, I'm not quite sure where to go from here. I also tried to expand out all of the combinations by using Pascal's triangle (so, for example, I wrote $\binom {100} 2 ^2$ as $[\binom {99} 1 + \binom {99} 2]^2$) but this didn't lead me anywhere either.
I'm not looking for a solution here, I rather want some kind of hint as to what property or method I should be using to progress from this point.
Thanks in advance!
Important Edit: While messing around with Desmos, and calculating this sum as $\sum_{n=0}^{50} \binom {100} {2n} ^2$, I noticed that interestingly, the value that it calculates (4.5274257328 x $10^{58}$) is the exact same as the one it calculates for $\binom {199} {99}$. Thus, it does in fact seem as though this sum is equal to a non-trivial binomial coefficient: $\binom {199} {99}$, to be exact (which is equal, by the property above, to $\binom {199} {100}$.)
Thus, I am now curious how one could go from the original sum to $\binom {199} {99}$, since its clear that there is in fact a non-trivial solution to the problem now.
Based on this, I was able to make a bit more progress. Since we know the following two things: $\binom {100} 0 ^2 + \binom {100} 1 ^2 + \dots + \binom {100} {100} ^2 = \binom { 200} {100}$
$\binom {200} {100} = \binom {199} {99} + \binom {199} {100} = 2\binom {199} {99}$
...it's pretty easy to conclude that:
${100 \choose 0}^2 + {100 \choose 2}^2 + \dots + {100 \choose 100}^2 = {100 \choose 1}^2 + {100 \choose 3}^2 + \dots + {100 \choose 99}^2$
Thus, if this equality can be proven, I think the question is pretty much solved.