NVAMediumJEE 2024Arithmetic Progression (AP)

JEE Mathematics 2024 Question with Solution

Let SnS_n be the sum of the first nn terms of an arithmetic progression 3,7,11,3, 7, 11, \ldots . If n(n+1)Sk<42\frac{n(n + 1)}{\sum S_k} < 42, then nn equals:

Answer

Correct answer:9

Step-by-step solution

Standard Method

Given: The arithmetic progression is 3,7,11,3, 7, 11, \ldots, so first term is a=3a = 3 and common difference is d=4d = 4.

Find: The integer value of nn satisfying the given inequality.

First find the sum of the first nn terms:

Sn=n2(2a+(n1)d)=n2(4n+2)=n(2n+1)S_n = \frac{n}{2} \left( 2a + (n - 1)d \right) = \frac{n}{2} \left(4n + 2\right) = n(2n + 1)

Now,

k=1nSk=k=1nk(2k+1)=2k=1nk2+k=1nk\sum_{k=1}^{n} S_k = \sum_{k=1}^{n} k(2k + 1) = 2 \sum_{k=1}^{n} k^2 + \sum_{k=1}^{n} k

Using

k=1nk2=n(n+1)(2n+1)6,k=1nk=n(n+1)2\sum_{k=1}^{n} k^2 = \frac{n(n + 1)(2n + 1)}{6}, \quad \sum_{k=1}^{n} k = \frac{n(n + 1)}{2}

we get

k=1nSk=n(n+1)(4n+5)6\sum_{k=1}^{n} S_k = \frac{n(n + 1)(4n + 5)}{6}

Substituting into the expression used in the solution,

6n(n+1)k=1nSk=6n(n+1)(n(n+1)(4n+5)6)=4n+5\frac{6}{n(n + 1)} \sum_{k=1}^{n} S_k = \frac{6}{n(n + 1)} \left( \frac{n(n + 1)(4n + 5)}{6} \right) = 4n + 5

Now solve the inequality shown in the detailed working:

40<4n+5<4240 < 4n + 5 < 42

So,

35<4n<3735 < 4n < 37

and hence,

8.75<n<9.258.75 < n < 9.25

Since nn is an integer, the only possible value is 99.

Therefore, the value of nn is 99.

Expanded Summation Steps

Given: a=3a = 3 and d=4d = 4 for the arithmetic progression 3,7,11,3, 7, 11, \ldots.

Find: The integer value of nn.

For the first kk terms,

Sk=k2[2a+(k1)d]S_k = \frac{k}{2}[2a + (k-1)d]

Substitute a=3a = 3 and d=4d = 4:

Sk=k2[2(3)+(k1)4]=k2[6+4k4]=k2(4k+2)S_k = \frac{k}{2}[2(3) + (k-1)4] = \frac{k}{2}[6 + 4k - 4] = \frac{k}{2}(4k + 2)

Thus,

Sk=k(2k+1)=2k2+kS_k = k(2k + 1) = 2k^2 + k

Now sum from k=1k = 1 to nn:

k=1nSk=k=1n(2k2+k)=2k=1nk2+k=1nk\sum_{k=1}^{n} S_k = \sum_{k=1}^{n} (2k^2 + k) = 2\sum_{k=1}^{n} k^2 + \sum_{k=1}^{n} k

Using standard formulas,

k=1nk2=n(n+1)(2n+1)6\sum_{k=1}^{n} k^2 = \frac{n(n+1)(2n+1)}{6}

and

k=1nk=n(n+1)2\sum_{k=1}^{n} k = \frac{n(n+1)}{2}

So,

k=1nSk=2(n(n+1)(2n+1)6)+n(n+1)2\sum_{k=1}^{n} S_k = 2 \left( \frac{n(n+1)(2n+1)}{6} \right) + \frac{n(n+1)}{2}

Take n(n+1)2\frac{n(n+1)}{2} common:

k=1nSk=n(n+1)2[2(2n+1)3+1]\sum_{k=1}^{n} S_k = \frac{n(n+1)}{2} \left[ 2\frac{(2n+1)}{3} + 1 \right]

Therefore,

k=1nSk=n(n+1)2[4n+2+33]=n(n+1)(4n+5)6\sum_{k=1}^{n} S_k = \frac{n(n+1)}{2} \left[ \frac{4n+2+3}{3} \right] = \frac{n(n+1)(4n+5)}{6}

The detailed the solution then forms

E=6n(n+1)k=1nSkE = \frac{6}{n(n+1)} \sum_{k=1}^{n} S_k

Hence,

E=6n(n+1)(n(n+1)(4n+5)6)=4n+5E = \frac{6}{n(n+1)} \left( \frac{n(n+1)(4n+5)}{6} \right) = 4n + 5

Now solve

40<E<4240 < E < 42

that is,

40<4n+5<4240 < 4n + 5 < 42

Subtracting 55,

35<4n<3735 < 4n < 37

Dividing by 44,

354<n<374\frac{35}{4} < n < \frac{37}{4}

So,

8.75<n<9.258.75 < n < 9.25

The only integer in this interval is 99.

Therefore, the value of nn is 99.

The solution indicates the effective inequality used is 40<6n(n+1)k=1nSk<4240 < \frac{6}{n(n+1)}\sum_{k=1}^{n} S_k < 42, which matches the final answer.

Common mistakes

  • Using the formula for the nnth term instead of the formula for the sum SnS_n. This is wrong because the question involves sums of terms of the AP, not individual terms. First compute SkS_k correctly, then sum over kk.

  • Forgetting that k=1nSk\sum_{k=1}^{n} S_k means a summation of the partial sums, not just SnS_n. Replacing it directly by SnS_n gives a completely different expression. Expand SkS_k and then apply summation formulas.

  • Making an algebra error while simplifying 2k2+k2\sum k^2 + \sum k. This is wrong because the factorization must be handled carefully to obtain n(n+1)(4n+5)6\frac{n(n+1)(4n+5)}{6}. Take common factors step by step.

Practice more Arithmetic Progression (AP) questions

Get unlimited AI-adaptive practice, mastery tracking, and an AI tutor that explains every step — free to start.

Related questions