Analyzing the Setup
We are given the binomial coefficients Ar=(r10), Br=(r20), and Cr=(r30). Our objective is to evaluate the sum:
S=r=1∑10Ar(B10Br−C10Ar)
By distributing Ar inside the summation, we can decompose the expression into two distinct parts:
S=B10r=1∑10ArBr−C10r=1∑10Ar2
The Vandermonde Magic
To evaluate the first sum, ∑r=110ArBr, we first consider the sum from r=0 to 10:
Using the symmetry property (r20)=(20−r20), the sum becomes ∑r=010(r10)(20−r20). This represents the coefficient of x20 in the expansion of (1+x)10(1+x)20=(1+x)30, which is (2030)=C10.
Since our target sum starts at r=1, we subtract the r=0 term, where A0B0=(010)(020)=1. Thus:
The Symmetry Trick
Next, we evaluate the second sum, ∑r=110Ar2. We consider the sum from r=0 to 10:
Applying the symmetry property (r10)=(10−r10), the sum becomes ∑r=010(r10)(10−r10). This is the coefficient of x10 in (1+x)10(1+x)10=(1+x)20, which is (1020)=B10.
Subtracting the r=0 term, A02=(010)2=1, we obtain:
The Final Collapse
Now, we substitute these results back into our master equation for S:
S=B10(C10−1)−C10(B10−1)
Expanding the terms, we get:
S=B10C10−B10−C10B10+C10
The terms B10C10 and −C10B10 cancel out, leaving us with the final result:
S=C10−B10