The series is: (2n+1)+(2n+3)+(2n+5)+…+(2n+47)
To find how many terms we have, we'll look at the pattern:
First term: 2n+1 (where the added number is 1)
Second term: 2n+3 (where the added number is 3)
Third term: 2n+5 (where the added number is 5)
Last term: 2n+47 (where the added number is 47)
The added numbers form the sequence: 1,3,5,7,…,47
This is the sequence of first few odd numbers. To count them:
The k-th odd number is 2k−1
So if 2k−1=47, then k=24
Therefore, we have 24 terms in our series.
Each term has 2n in it, so we can factor this out:
(2n+1)+(2n+3)+(2n+5)+…+(2n+47)
=2n+2n+2n+…+2n+(1+3+5+…+47)
=24×2n+(1+3+5+…+47)
=48n+(1+3+5+…+47)
The sum 1+3+5+…+47 is the sum of the first 24 odd numbers.
There's a beautiful pattern here: the sum of the first k odd numbers equals k2.
Let us verify this with small examples:
First 1 odd number: 1=12
First 2 odd numbers: 1+3=4=22
First 3 odd numbers: 1+3+5=9=32
So, 1+3+5+…+47=242=576
Now we can substitute back into our equation:
48n+576=5280
48n=5280−576=4704
n=484704=98
We need to find 1+2+3+…+98.
The formula for the sum of first n natural numbers is:
Sum=2n(n+1)
This formula works because if you write the sum forwards and backwards, then add them:
Forward: 1+2+3+…+n
Backward: n+(n−1)+(n−2)+…+1
Adding: (n+1)+(n+1)+(n+1)+…+(n+1)=n(n+1)
Since we added the sum to itself, the original sum is 2n(n+1).
Therefore: 1+2+3+…+98=298×99=29702=4851
Answer: 4851
Key takeaways for similar problems:
- Count terms carefully in arithmetic sequences
- Factor out common parts to simplify
- Remember: sum of first k odd numbers = k2
- Remember: sum of first n natural numbers = 2n(n+1)