Skip to main content
Back to Sequences & Series
JEE Main 2019
Sequences & Series
Sequences and Series
Easy

Question

The number of terms common to the two A.P.'s 3, 7, 11, ....., 407 and 2, 9, 16, ....., 709 is ______.

Answer: 3

Solution

Key Concepts and Formulas

  • Arithmetic Progression (A.P.): A sequence of numbers such that the difference between the consecutive terms is constant. The general form is a,a+d,a+2d,a, a+d, a+2d, \ldots, where aa is the first term and dd is the common difference. The nn-th term is given by an=a+(n1)da_n = a + (n-1)d.
  • Common Terms of Two A.P.s: The terms common to two A.P.s themselves form an A.P.
    • The first term of this new A.P. is the smallest term present in both original A.P.s.
    • The common difference of this new A.P. is the Least Common Multiple (LCM) of the common differences of the two original A.P.s.
  • Finding the Number of Terms: If the new A.P. has first term AA and common difference DD, and its terms must be less than or equal to a maximum value MM, the number of terms kk is found by solving A+(k1)DMA + (k-1)D \le M for the largest integer kk.

Step-by-Step Solution

Step 1: Analyze the First Arithmetic Progression (A.P.) We are given the first A.P. as 3,7,11,,4073, 7, 11, \ldots, 407.

  • The first term (a1a_1) is 33.
  • The common difference (d1d_1) is 73=47 - 3 = 4.
  • The last term is 407407. The general term of this A.P. is Tn=a1+(n1)d1=3+(n1)4T_n = a_1 + (n-1)d_1 = 3 + (n-1)4.

Step 2: Analyze the Second Arithmetic Progression (A.P.) We are given the second A.P. as 2,9,16,,7092, 9, 16, \ldots, 709.

  • The first term (a2a_2) is 22.
  • The common difference (d2d_2) is 92=79 - 2 = 7.
  • The last term is 709709. The general term of this A.P. is Tm=a2+(m1)d2=2+(m1)7T_m = a_2 + (m-1)d_2 = 2 + (m-1)7.

Step 3: Find the First Common Term To find the terms common to both A.P.s, we can look for a number that can be expressed in the form 3+(n1)43 + (n-1)4 and also in the form 2+(m1)72 + (m-1)7 for some positive integers nn and mm. Let's list the initial terms of both sequences:

  • A.P. 1: 3,7,11,15,19,23,27,31,3, 7, 11, 15, 19, 23, 27, 31, \ldots
  • A.P. 2: 2,9,16,23,30,37,2, 9, 16, 23, 30, 37, \ldots By comparing the terms, we can see that the first common term is 2323. We can verify this: For A.P. 1: 23=3+(n1)420=(n1)4n1=5n=623 = 3 + (n-1)4 \Rightarrow 20 = (n-1)4 \Rightarrow n-1 = 5 \Rightarrow n=6. For A.P. 2: 23=2+(m1)721=(m1)7m1=3m=423 = 2 + (m-1)7 \Rightarrow 21 = (m-1)7 \Rightarrow m-1 = 3 \Rightarrow m=4. Since we found integer values for nn and mm, 2323 is indeed a common term.

Step 4: Find the Common Difference of the New A.P. of Common Terms The common terms of two A.P.s form a new A.P. The common difference of this new A.P. is the Least Common Multiple (LCM) of the common differences of the original A.P.s.

  • d1=4d_1 = 4
  • d2=7d_2 = 7 The LCM of 44 and 77 is LCM(4,7)\text{LCM}(4, 7). Since 44 and 77 are coprime (their greatest common divisor is 11), their LCM is their product: D=LCM(4,7)=4×7=28D = \text{LCM}(4, 7) = 4 \times 7 = 28. So, the common difference of the new A.P. is 2828.

Step 5: Determine the Upper Bound for the Common Terms A term common to both A.P.s must exist within the range of both original A.P.s. Therefore, any common term cannot exceed the smaller of the last terms of the two original A.P.s.

  • Last term of A.P. 1: 407407
  • Last term of A.P. 2: 709709 The upper bound for the common terms is min(407,709)=407\min(407, 709) = 407.

Step 6: Find the Number of Common Terms The new A.P. of common terms has:

  • First term (AA) = 2323
  • Common difference (DD) = 2828 Let kk be the number of terms in this new A.P. The kk-th term is given by Ak=A+(k1)DA_k = A + (k-1)D. We need to find the number of terms kk such that Ak407A_k \le 407. 23+(k1)2840723 + (k-1)28 \le 407 Subtract 2323 from both sides: (k1)2840723(k-1)28 \le 407 - 23 (k1)28384(k-1)28 \le 384 Divide by 2828: k138428k-1 \le \frac{384}{28} Simplify the fraction: k1967k-1 \le \frac{96}{7} Calculate the decimal value: k113.714k-1 \le 13.714\ldots Add 11 to both sides: k14.714k \le 14.714\ldots Since kk must be an integer (representing the number of terms), we take the greatest integer less than or equal to 14.71414.714\ldots, which is 1414. Therefore, there are 1414 terms common to both A.P.s.

Common Mistakes & Tips

  • Finding the First Common Term: Listing out the first few terms is efficient for small numbers. For larger numbers, setting the general terms equal and solving the resulting linear Diophantine equation for the smallest positive integer solutions is a more robust method.
  • Common Difference of the New A.P.: Always use the LCM of the common differences of the original A.P.s. Do not use the GCD or simply the product if the common differences are not coprime.
  • Upper Bound: Ensure you use the smaller of the two last terms as the upper limit for the common terms. Using the larger last term would incorrectly include terms that are not present in the shorter of the two original sequences.
  • Integer Value for Number of Terms: When solving for kk, remember that the number of terms must be a positive integer. Always take the floor of the resulting decimal value for kk.

Summary To find the number of common terms between two arithmetic progressions, we first identify the first term and common difference of each A.P. The common terms themselves form a new A.P. whose first term is the smallest common value found in both original sequences, and whose common difference is the LCM of the original common differences. The number of such common terms is then determined by finding how many terms of this new A.P. are less than or equal to the minimum of the last terms of the original A.P.s. In this case, the first common term is 2323, the common difference of the new A.P. is 2828, and the upper bound is 407407. Solving for the number of terms yields 1414.

The final answer is 14\boxed{14}.

Practice More Sequences & Series Questions

View All Questions