Skip to main contentSkip to solution

If (2n+1)+(2n+3)+(2n+5)+....+(2n+47)=5280(2n + 1) + (2n + 3) + (2n + 5) + .... + (2n + 47) = 5280, then what is the value of 1+2+3+...+n1 + 2 + 3 + ... + n?

Entered answer:

Solution

✅ Correct Answer: 4851

The series is: (2n+1)+(2n+3)+(2n+5)+…+(2n+47)(2n + 1) + (2n + 3) + (2n + 5) + \ldots + (2n + 47)

To find how many terms we have, we'll look at the pattern:

First term: 2n+12n + 1 (where the added number is 1)

Second term: 2n+32n + 3 (where the added number is 3)

Third term: 2n+52n + 5 (where the added number is 5)

Last term: 2n+472n + 47 (where the added number is 47)

The added numbers form the sequence: 1,3,5,7,…,471, 3, 5, 7, \ldots, 47

This is the sequence of first few odd numbers. To count them:

The kk-th odd number is 2k−12k - 1

So if 2k−1=472k - 1 = 47, then k=24k = 24

Therefore, we have 24 terms in our series.


Each term has 2n2n in it, so we can factor this out:

(2n+1)+(2n+3)+(2n+5)+…+(2n+47)(2n + 1) + (2n + 3) + (2n + 5) + \ldots + (2n + 47)

=2n+2n+2n+…+2n+(1+3+5+…+47)= 2n + 2n + 2n + \ldots + 2n + (1 + 3 + 5 + \ldots + 47)

=24×2n+(1+3+5+…+47)= 24 \times 2n + (1 + 3 + 5 + \ldots + 47)

=48n+(1+3+5+…+47)= 48n + (1 + 3 + 5 + \ldots + 47)


The sum 1+3+5+…+471 + 3 + 5 + \ldots + 47 is the sum of the first 24 odd numbers.

There's a beautiful pattern here: the sum of the first kk odd numbers equals k2k^2.

Let us verify this with small examples:

First 1 odd number: 1=121 = 1^2

First 2 odd numbers: 1+3=4=221 + 3 = 4 = 2^2

First 3 odd numbers: 1+3+5=9=321 + 3 + 5 = 9 = 3^2

So, 1+3+5+…+47=242=5761 + 3 + 5 + \ldots + 47 = 24^2 = 576


Now we can substitute back into our equation:

48n+576=528048n + 576 = 5280

48n=5280−576=470448n = 5280 - 576 = 4704

n=470448=98n = \dfrac{4704}{48} = 98


We need to find 1+2+3+…+981 + 2 + 3 + \ldots + 98.

The formula for the sum of first nn natural numbers is:

Sum=n(n+1)2\text{Sum} = \dfrac{n(n+1)}{2}

This formula works because if you write the sum forwards and backwards, then add them:

Forward: 1+2+3+…+n1 + 2 + 3 + \ldots + n

Backward: n+(n−1)+(n−2)+…+1n + (n-1) + (n-2) + \ldots + 1

Adding: (n+1)+(n+1)+(n+1)+…+(n+1)=n(n+1)(n+1) + (n+1) + (n+1) + \ldots + (n+1) = n(n+1)

Since we added the sum to itself, the original sum is n(n+1)2\dfrac{n(n+1)}{2}.

Therefore: 1+2+3+…+98=98×992=97022=48511 + 2 + 3 + \ldots + 98 = \dfrac{98 \times 99}{2} = \dfrac{9702}{2} = 4851


Answer: 4851

Key takeaways for similar problems:

  1. Count terms carefully in arithmetic sequences
  2. Factor out common parts to simplify
  3. Remember: sum of first kk odd numbers = k2k^2
  4. Remember: sum of first nn natural numbers = n(n+1)2\dfrac{n(n+1)}{2}

Keyboard Shortcuts

  • Left arrow: Previous question
  • Right arrow: Next question
  • S key: Jump to solution
  • Q key: Jump to question