Binomial Theorem: JEE Main Mathematics Question with Solution
If ar is the coefficient of x10−r in the Binomial expansion of (1+x)10, then ∑r=110r3(ar−1ar)2 is equal to
Your answer stays private
What feels right?
No score. Commit to your first instinct. We’ll show what your mind noticed and what it missed.
Step-by-step solutionView
Correct answer
The coefficient ar=(r10), giving the ratio ar−1ar=r11−r; summing r3(r11−r)2=r(11−r)2 from r=1 to 10 yields 1210.
Option analysis
Why each option works or fails
A · 5445
Adding the squared terms without factoring in the surviving r after cancellation, evaluating ∑(11−r)2 or miscalculating ∑r3 directly. Cancel r2 from the denominator against r3 to leave r(11−r)2, then expand into standard polynomial power sums.
B · 3025
Forgetting the ratio simplification and computing (∑r=110r)2=552=3025. Simplify the summand algebraically first before applying any summation formulas.
C · 4895
Flipping the ratio identity to ar−1ar=11−rr and incorrectly expanding the resulting algebra. Recall that (r−1n)(rn)=rn−r+1, so for n=10, the numerator is 11−r and the denominator is r.
D · 1210
None. The simplification r(11−r)2 and subsequent summation correctly yield 1210. Correctly simplified r3(r11−r)2=r(11−r)2 and evaluated the sum to get 1210.
Reviewed route
Solution
StepWorking
01given
In the expansion of (1+x)10, the general term is Tk+1=(k10)xk. We are given that ar is the coefficient of x10−r.
02approach
Find ar explicitly using symmetry of binomial coefficients, evaluate the ratio ar−1ar, substitute it into the given summation, simplify the general term into polynomial powers of r, and apply standard power sum formulas ∑r, ∑r2, ∑r3.
03execute
Since ar is the coefficient of x10−r, ar=(10−r10)=(r10). Similarly, ar−1=(r−110).
The ratio is:
ar−1ar=(r−110)(r10)=r10−r+1=r11−r
04execute
Substitute the ratio into the summation:
S=∑r=110r3(r11−r)2=∑r=110r(11−r)2=∑r=110r(r2−22r+121)=∑r=110(r3−22r2+121r)
05execute
Apply the standard power summation formulas for n=10:
∑r=110r=210×11=55∑r=110r2=610×11×21=385∑r=110r3=(210×11)2=552=3025
Now compute S:
S=3025−22(385)+121(55)=3025−8470+6655=1210
✓verify
Check factoring out common terms: S=∑r=110r(11−r)2. Substituting k=11−r gives ∑k=110(11−k)k2=11∑k2−∑k3=11(385)−3025=4235−3025=1210. The two methods match exactly.
✓ Source and academic review↓
Question type
Single correct
Exam relevance
JEE Main · Mathematics
Concepts assessed
Mathematics
Academic status
Reviewed by official_key
Source
pyq
Editorial review
8 September 2026
Quick checks
Students also ask
Why is ar=(r10) when the question says coefficient of x10−r?
Because by the symmetry of binomial coefficients, (n−rn)=(rn), so the coefficient of x10−r is (10−r10)=(r10).
Why does reversing the index work?
Summing terms in reverse order r=10,9,…,1 yields the exact same total, but makes the quadratic term monomial in k.