Skip to main content
Back to Sequences & Series
JEE Main 2020
Sequences & Series
Sequences and Series
Medium

Question

The sum of all those terms, of the arithmetic progression 3, 8, 13, ...., 373, which are not divisible by 3, is equal to ____________.

Answer: 3

Solution

Key Concepts and Formulas

  • Arithmetic Progression (AP): A sequence where the difference between consecutive terms is constant.
    • nn-th term: an=a1+(n1)da_n = a_1 + (n-1)d
    • Sum of nn terms: Sn=n2(a1+an)S_n = \frac{n}{2}(a_1 + a_n) or Sn=n2(2a1+(n1)d)S_n = \frac{n}{2}(2a_1 + (n-1)d)
  • Principle of Inclusion-Exclusion for Sums: To find the sum of elements satisfying a condition, we can calculate the sum of all elements and subtract the sum of elements that do not satisfy the condition. In this case: Sum (not divisible by 3) = Sum (all terms) - Sum (divisible by 3)
  • Modulo Arithmetic: Used to identify numbers divisible by a specific integer. a0(modm)a \equiv 0 \pmod{m} means aa is divisible by mm.

Step-by-Step Solution

Step 1: Analyze the Original Arithmetic Progression (AP)

We are given the arithmetic progression: 3,8,13,,3733, 8, 13, \ldots, 373.

  • The first term (a1a_1) is 33.
  • The common difference (dd) is 83=58 - 3 = 5.
  • The last term (ana_n) is 373373.

Step 2: Calculate the Total Number of Terms in the AP

We use the formula for the nn-th term of an AP: an=a1+(n1)da_n = a_1 + (n-1)d. Substituting the known values: 373=3+(n1)5373 = 3 + (n-1)5 Subtract 3 from both sides: 370=(n1)5370 = (n-1)5 Divide by 5: 3705=n1\frac{370}{5} = n-1 74=n174 = n-1 Add 1 to find nn: n=75n = 75 There are 7575 terms in the given AP.

Step 3: Calculate the Sum of All Terms in the AP

Using the formula for the sum of nn terms, Sn=n2(a1+an)S_n = \frac{n}{2}(a_1 + a_n): Stotal=752(3+373)S_{total} = \frac{75}{2}(3 + 373) Stotal=752(376)S_{total} = \frac{75}{2}(376) Stotal=75×188S_{total} = 75 \times 188 Stotal=14100S_{total} = 14100 The sum of all terms in the AP is 1410014100.

Step 4: Identify and Analyze the Terms Divisible by 3

We need to find the terms in the AP that are divisible by 3. A general term of the AP is ak=3+(k1)5a_k = 3 + (k-1)5. We want to find aka_k such that ak0(mod3)a_k \equiv 0 \pmod{3}. 3+(k1)50(mod3)3 + (k-1)5 \equiv 0 \pmod{3} Since 30(mod3)3 \equiv 0 \pmod{3} and 52(mod3)5 \equiv 2 \pmod{3}: 0+(k1)20(mod3)0 + (k-1)2 \equiv 0 \pmod{3} 2(k1)0(mod3)2(k-1) \equiv 0 \pmod{3} Since 2 is coprime to 3, we must have k10(mod3)k-1 \equiv 0 \pmod{3}. This means k1k-1 must be a multiple of 3. Let k1=3mk-1 = 3m, where mm is a non-negative integer. Then k=3m+1k = 3m+1.

The terms divisible by 3 are:

  • For m=0m=0, k=1k=1: a1=3+(11)5=3a_1 = 3 + (1-1)5 = 3.
  • For m=1m=1, k=4k=4: a4=3+(41)5=3+15=18a_4 = 3 + (4-1)5 = 3 + 15 = 18.
  • For m=2m=2, k=7k=7: a7=3+(71)5=3+30=33a_7 = 3 + (7-1)5 = 3 + 30 = 33.

These terms form a new arithmetic progression with:

  • First term (A1A_1) = 33.
  • Common difference (DD) = 183=1518 - 3 = 15. (This is 3×d3 \times d, as expected when selecting every third term).

Step 5: Calculate the Number of Terms Divisible by 3

We need to find how many terms of this new AP are less than or equal to the last term of the original AP, 373373. Let the number of terms be MM. The MM-th term of this new AP is AM=A1+(M1)DA_M = A_1 + (M-1)D. AM=3+(M1)15A_M = 3 + (M-1)15 We require AM373A_M \le 373: 3+(M1)153733 + (M-1)15 \le 373 (M1)15370(M-1)15 \le 370 M137015=743=24.66M-1 \le \frac{370}{15} = \frac{74}{3} = 24.66\ldots Since M1M-1 must be an integer, the largest possible value for M1M-1 is 2424. M1=24    M=25M-1 = 24 \implies M = 25 There are 2525 terms in the AP that are divisible by 3. The last term divisible by 3 is A25=3+(251)15=3+24×15=3+360=363A_{25} = 3 + (25-1)15 = 3 + 24 \times 15 = 3 + 360 = 363.

Step 6: Calculate the Sum of Terms Divisible by 3

Using the sum formula for the AP of terms divisible by 3 (SM=M2(A1+AM)S_M = \frac{M}{2}(A_1 + A_M)): Sdivisible_by_3=252(3+363)S_{divisible\_by\_3} = \frac{25}{2}(3 + 363) Sdivisible_by_3=252(366)S_{divisible\_by\_3} = \frac{25}{2}(366) Sdivisible_by_3=25×183S_{divisible\_by\_3} = 25 \times 183 Sdivisible_by_3=4575S_{divisible\_by\_3} = 4575

Step 7: Calculate the Sum of Terms Not Divisible by 3

Using the Principle of Inclusion-Exclusion: Snot_divisible_by_3=StotalSdivisible_by_3S_{not\_divisible\_by\_3} = S_{total} - S_{divisible\_by\_3} Snot_divisible_by_3=141004575S_{not\_divisible\_by\_3} = 14100 - 4575 Snot_divisible_by_3=9525S_{not\_divisible\_by\_3} = 9525


Common Mistakes & Tips

  • Incorrectly calculating the number of terms (nn): Always remember to add 1 after finding n1n-1.
  • Errors in identifying the sub-AP: Carefully determine the first term and common difference of the AP formed by terms divisible by 3. The common difference of the sub-AP is often a multiple of the original common difference.
  • Off-by-one errors in counting terms for the sub-AP: Ensure the last term calculated for the sub-AP does not exceed the original AP's last term.
  • Arithmetic errors: Double-check all calculations, especially multiplications and subtractions, as they can easily lead to the wrong final answer.

Summary

The problem requires finding the sum of terms in an arithmetic progression that are not divisible by 3. This is achieved by first calculating the sum of all terms in the AP. Then, we identify the terms divisible by 3, which form a new AP, and calculate their sum. Finally, subtracting the sum of terms divisible by 3 from the total sum gives the required sum of terms not divisible by 3. The initial AP has a1=3a_1=3, d=5d=5, and an=373a_n=373, yielding n=75n=75 terms and a total sum of 1410014100. The terms divisible by 3 form an AP with A1=3A_1=3, D=15D=15, and M=25M=25 terms, summing to 45754575. The sum of terms not divisible by 3 is 141004575=952514100 - 4575 = 9525.

The final answer is 9525\boxed{9525}.

Practice More Sequences & Series Questions

View All Questions