Sequences and Series: JEE Main Mathematics Question with Solution
If an=4n2−16n+15−2, then a1+a2+⋯+a25 is equal to:
Your answer stays private
What feels right?
Hint 1 of 4
How does the denominator 4n2−16n+15 factor?
No score. Commit to your first instinct. We’ll show what your mind noticed and what it missed.
Step-by-step solutionView
Correct answer
Factor the quadratic denominator into (2n−5)(2n−3), decompose an into partial fractions as 2n−31−2n−51, and evaluate the telescoping sum to get 14150.
Option analysis
Why each option works or fails
A · 14752
Summing 26 terms instead of 25 terms gives 31+2(26)−31=31+491=14752. Check the upper summation limit: for n=25, the remaining positive term is 2(25)−31=471, not 491.
B · 13849
Summing only 23 terms or confusing the index offset results in an upper boundary of 431, giving 31−(−431)=12946 or similar incorrect offsets like 13849. Carefully track index cancellation: an=2n−31−2n−51. The surviving terms after 25 additions are precisely −2(1)−51=31 and 2(25)−31=471.
C · 14150
None. The partial fraction decomposition 2n−31−2n−51 telescopes, leaving 31+471=14150. This is the correct answer.
D · 14451
Summing 24 terms instead of 25 terms leaves 31+2(24)−31=31+451=4516=14451.2 or an off-by-one error at the boundary resulting in 14451. Ensure the evaluation includes all terms from n=1 through n=25 inclusive.
Reviewed route
Solution
StepWorking
01given
General term is an=4n2−16n+15−2 and we need to find S=∑n=125an.
02goal
Evaluate ∑n=125an in exact fractional form.
03approach
Factor the quadratic denominator 4n2−16n+15=(2n−3)(2n−5). Then decompose an into partial fractions to set up a telescoping sum.
04execute
Factor the denominator:
4n2−16n+15=(2n−3)(2n−5).
Notice the difference between the factors:
(2n−3)−(2n−5)=2.
Therefore,
−2=(2n−5)−(2n−3).
Rewrite an:
an=(2n−3)(2n−5)(2n−5)−(2n−3)=2n−31−2n−51.
05execute
Let Vn=2n−31. Then Vn−1=2(n−1)−31=2n−51.
So an=Vn−Vn−1, forming a direct telescoping sum:
∑n=125an=∑n=125(Vn−Vn−1)=V25−V0.
Evaluate the terms:
V25=2(25)−31=471.
V0=2(0)−31=−31.
Hence, the sum is:
S=471−(−31)=471+31=47×33+47=14150.
✓verify
Check for N=1: a1=4−16+15−2=3−2. Formula gives V1−V0=−1−(−31)=−32. Correct. For N=25: 14150≈0.3546. Option (2) matches precisely.
Hints that build this answer step by step
How does the denominator 4n2−16n+15 factor?
(2n−5)(2n−3)
What is the partial fraction decomposition of an=(2n−5)(2n−3)−2?
2n−31−2n−51
When telescoping ∑n=125(2n−31−2n−51), which terms remain uncanceled?