Analyzing the Setup
The binomial coefficients nCr follow a specific pattern of growth and decay. For any row n, the coefficients increase until they reach the middle and then decrease symmetrically.
If n is even, there is a single maximum value at r=2n. If n is odd, the symmetry creates a plateau where the two middle terms, r=2n−1 and r=2n+1, share the maximum value.
For a=max(19Cp), since 19 is odd, the peak occurs at p=9 or 10. We choose a=19C9.
For b=max(20Cq), since 20 is even, the peak is singular at q=10. Thus, b=20C10.
For c=max(21Cr), since 21 is odd, the peak occurs at r=10 or 11. We choose c=21C11.
The Recurrence Bridge
To relate these values without calculating large factorials, we utilize the fundamental recurrence relation:
Applying this to b=20C10, we can express it in terms of a:
This simplifies to the ratio:
Next, we apply the same logic to c=21C11 in terms of b:
This rearranges to the ratio:
Final Synthesis
We now have two ratios: 1a=2b and 11b=21c. To unite them, we find a common denominator for b.
Multiplying the first ratio by 11 gives:
Multiplying the second ratio by 2 gives:
By chaining these together, we arrive at the final, harmonious relationship:
This result demonstrates that the maximum values of these binomial rows are proportional to the values 11,22, and 42.