Skip to main contentSkip to solution

For any natural number n, suppose the sum of the first n terms of an arithmetic progression is (n+2n2)(n + 2n^2). If the nthn^{th} term of the progression is divisible by 99, then the smallest possible value of nn is

Solution

✅ Correct Option: 2

We need to find a pattern for the arithmetic progression and then determine when its nth term is divisible by 9.


We're told that the sum of the first n terms of an arithmetic progression is:

Sn=n+2n2S_n = n + 2n^2

Key Insight: Instead of calculating terms one by one, we can use the relationship between consecutive sums to find a general formula for the nth term.


For any sequence, we know that:

First term: a1=S1a_1 = S_1

For n≥2n \geq 2: an=Sn−Sn−1a_n = S_n - S_{n-1}

Let us find the first term:

a1=S1=1+2(1)2=1+2=3a_1 = S_1 = 1 + 2(1)^2 = 1 + 2 = 3

For n≥2n \geq 2:

an=Sn−Sn−1a_n = S_n - S_{n-1}

an=(n+2n2)−((n−1)+2(n−1)2)a_n = (n + 2n^2) - ((n-1) + 2(n-1)^2)

Let us expand (n−1)2=n2−2n+1(n-1)^2 = n^2 - 2n + 1:

an=n+2n2−(n−1)−2(n2−2n+1)a_n = n + 2n^2 - (n-1) - 2(n^2 - 2n + 1)

an=n+2n2−n+1−2n2+4n−2a_n = n + 2n^2 - n + 1 - 2n^2 + 4n - 2

an=4n−1a_n = 4n - 1

Let us check if this formula works for n=1n = 1:

a1=4(1)−1=3a_1 = 4(1) - 1 = 3

So the general term is: an=4n−1a_n = 4n - 1


We need ana_n to be divisible by 9, which means:

4n−1≡0(mod9)4n - 1 \equiv 0 \pmod{9}

4n≡1(mod9)4n \equiv 1 \pmod{9}

We need to find what value of nn makes 4n4n leave remainder 1 when divided by 9.

Let us check systematically:

4×1=44 \times 1 = 4 (remainder 4)

4×2=84 \times 2 = 8 (remainder 8)

4×3=124 \times 3 = 12 (remainder 3)

4×4=164 \times 4 = 16 (remainder 7)

4×5=204 \times 5 = 20 (remainder 2)

4×6=244 \times 6 = 24 (remainder 6)

4×7=284 \times 7 = 28 (remainder 1)

So n=7n = 7 is our answer.


Let us verify that a7a_7 is indeed divisible by 9:

a7=4(7)−1=28−1=27a_7 = 4(7) - 1 = 28 - 1 = 27

Since 27=3×927 = 3 \times 9, yes, a7a_7 is divisible by 9.

Why this approach is faster: Instead of calculating 7 different terms individually, we found the general formula and used modular arithmetic to solve directly.

Therefore, the smallest possible value of nn is 7\boxed{7}.

Keyboard Shortcuts

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