Let's look at what we're given:
- a1=2×51
- a2=5×81
- a3=8×111
Notice the pattern in the denominators:
- First term: 2, 5 (difference = 3)
- Second term: 5, 8 (difference = 3)
- Third term: 8, 11 (difference = 3)
The general term is:
an=(3n−1)×(3n+2)1
Instead of trying to add these fractions directly, we use partial fractions:
(3n−1)(3n+2)1=3n−1A+3n+2B
Finding A and B:
1=A(3n+2)+B(3n−1)
- When 3n+2=0: 1=B(−3), so B=−31
- When 3n−1=0: 1=A(3), so A=31
Therefore:
an=31(3n−11−3n+21)
Writing out the first few terms:
a1=31(21−51)
a2=31(51−81)
a3=31(81−111)
a100=31(2991−3021)
When we add all terms:
∑n=1100an=31[(21−51)+(51−81)+(81−111)+⋯+(2991−3021)]
Most terms cancel out! This is called a telescoping series.
What remains:
31(21−3021)
31(21−3021)=31×2×302302−2=31×604300
=3×604300=604100=15125
Answer: 15125