If $a_1,a_2,a_3,a_4$ are four consecutive coefficients in the expansion of $(1+x)^n$, prove that $$\frac{a_{1}}{a_{1}+a_{2}}+\frac{a_{3}}{a_{3}+a_{4}}=\frac{2a_{2}}{a_{2}+a_{3}}$$
My solution:
Let $a_1 x^{r-1},a_2 x^{r},a_3 x^{r+1},a_4 x^{r+2} = {n\choose{r-1}} x^{r-1},{n\choose{r}} x^{r},{n\choose{r+1}} x^{r+1},{n\choose{r+2}} x^{r+2}$.
I sub this into the required proof and I have to do some laboured, long algebra process.
From my experience, someone on MSE will have a much more concise proof than this, so I am asking to enlighten myself.
This is just another variation where we stick at binomial coefficients avoiding factorials. We recall two binomial identities: \begin{align*} \binom{n+1}{r} &= \binom{n}{r-1}+\binom{n}{r}\tag{1}\\ \binom{n+1}{r}&=\binom{n}{r-1}\frac{n+1}{r}\tag{2} \end{align*}