Analyzing the Setup
The problem asks us to evaluate the summation:
r=1∑10r!(r3+6r2+2r+5)=α(11!)
At first glance, this appears to be a complex arithmetic task. However, in the context of JEE Advanced, we look for hidden symmetry. When a factorial r! is multiplied by a polynomial, the intended strategy is almost always to construct a telescoping series.
The Algebraic Bridge
We aim to express the polynomial P(r)=r3+6r2+2r+5 in terms of consecutive factors like (r+1),(r+2), and (r+3). This is effective because (r+1)(r+2)(r+3)r!=(r+3)!.
First, consider the expansion:
(r+1)(r+2)(r+3)=r3+6r2+11r+6
Comparing this to our P(r), we find the difference:
(r3+6r2+11r+6)−(r3+6r2+2r+5)=9r+1
We can rewrite 9r+1 as 9(r+1)−8. Therefore, the decomposition of our polynomial is:
P(r)=(r+1)(r+2)(r+3)−9(r+1)+8
The Telescoping Symphony
Substituting this decomposition back into the original summation, we get:
r=1∑10[(r+3)!−9(r+1)!+8(r!)]
By the linearity of summation, we split this into three parts:
S=r=1∑10(r+3)!−9r=1∑10(r+1)!+8r=1∑10r!
When expanding these terms, the values from 4! to 10! appear in all three sums with coefficients 1,−9, and 8. Since 1−9+8=0, these terms cancel out entirely.
We are left only with the boundary terms:
S=(4!+5!+⋯+13!)−9(2!+3!+⋯+11!)+8(1!+2!+⋯+10!)
After accounting for the cancellations, the expression simplifies to:
Final Calculation
We need the result in the form α(11!). We factor out 11! from the remaining terms:
13!=13×12×11!=156(11!)
12!=12×11!
Substituting these back into the expression:
S=(156+12−8)×11!
S=160×11!
Thus, the value of α is 160.