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

Question

Let A = {1, a 1 , a 2 ....... a 18 , 77} be a set of integers with 1 < a 1 < a 2 < ....... < a 18 < 77. Let the set A + A = {x + y : x, y \in A} contain exactly 39 elements. Then, the value of a 1 + a 2 + ...... + a 18 is equal to _____________.

Answer: 39

Solution

Key Concepts and Formulas

  • For a set AA of nn distinct integers, the set A+A={x+yx,yA}A+A = \{x+y \mid x, y \in A\} has a minimum of 2n12n-1 distinct elements.
  • This minimum number of elements in A+AA+A is achieved if and only if the set AA forms an arithmetic progression (AP).
  • The sum of an arithmetic progression is given by Sk=k2(a1+ak)S_k = \frac{k}{2}(a_1 + a_k), where kk is the number of terms, a1a_1 is the first term, and aka_k is the last term.

Step-by-Step Solution

Step 1: Determine the number of elements in set A and analyze the given condition. The set is given as A={1,a1,a2,,a18,77}A = \{1, a_1, a_2, \ldots, a_{18}, 77\}. The elements are ordered such that 1<a1<a2<<a18<771 < a_1 < a_2 < \ldots < a_{18} < 77. The number of elements in set AA is n=1+18+1=20n = 1 + 18 + 1 = 20. We are given that the set A+AA+A contains exactly 39 elements, i.e., A+A=39|A+A| = 39.

Step 2: Deduce that set A must be an arithmetic progression. The minimum possible number of distinct elements in A+AA+A for a set AA with nn elements is 2n12n-1. In this case, for n=20n=20, the minimum number of elements in A+AA+A is 2(20)1=401=392(20)-1 = 40-1 = 39. Since the given number of elements in A+AA+A is exactly 39, which is the minimum possible, the set AA must form an arithmetic progression.

Step 3: Determine the common difference of the arithmetic progression. Let the set AA be an arithmetic progression with the first term x1=1x_1 = 1 and the last term x20=77x_{20} = 77. The number of terms in the AP is n=20n=20. The formula for the nn-th term of an AP is xn=x1+(n1)dx_n = x_1 + (n-1)d, where dd is the common difference. Substituting the known values: x20=x1+(201)dx_{20} = x_1 + (20-1)d 77=1+19d77 = 1 + 19d Subtracting 1 from both sides: 76=19d76 = 19d Dividing by 19: d=7619=4d = \frac{76}{19} = 4 So, the common difference of the arithmetic progression is 4.

Step 4: Identify the elements a1,a2,,a18a_1, a_2, \ldots, a_{18} and calculate their sum. The elements of set AA are x1,x2,,x20x_1, x_2, \ldots, x_{20}, where x1=1x_1=1 and d=4d=4. The terms a1,a2,,a18a_1, a_2, \ldots, a_{18} correspond to x2,x3,,x19x_2, x_3, \ldots, x_{19} respectively. So, ai=xi+1=x1+ida_i = x_{i+1} = x_1 + i \cdot d for i=1,2,,18i = 1, 2, \ldots, 18. The first term of the sequence a1,,a18a_1, \ldots, a_{18} is a1=x2=x1+1d=1+14=5a_1 = x_2 = x_1 + 1 \cdot d = 1 + 1 \cdot 4 = 5. The last term of this sequence is a18=x19=x1+18d=1+184=1+72=73a_{18} = x_{19} = x_1 + 18 \cdot d = 1 + 18 \cdot 4 = 1 + 72 = 73. We need to find the sum S=a1+a2++a18S = a_1 + a_2 + \ldots + a_{18}. This is the sum of an arithmetic progression with 18 terms, where the first term is 5 and the last term is 73. Using the sum formula Sk=k2(first term+last term)S_k = \frac{k}{2}(\text{first term} + \text{last term}): S=182(a1+a18)S = \frac{18}{2}(a_1 + a_{18}) S=9(5+73)S = 9(5 + 73) S=9(78)S = 9(78) S=702S = 702

Common Mistakes & Tips

  • Misinterpreting A+A|A+A| condition: The key to this problem is recognizing that A+A=2n1|A+A| = 2n-1 implies AA is an AP. If this is missed, the problem becomes unsolvable.
  • Off-by-one errors in indexing: Be careful when identifying a1,,a18a_1, \ldots, a_{18} as specific terms within the full AP of AA. They correspond to the 2nd through 19th terms of AA.
  • Incorrectly applying sum formula: Ensure the sum formula is applied to the correct sub-sequence (a1a_1 to a18a_{18}) with its specific first term, last term, and number of terms.

Summary

The problem leverages a fundamental property of set sums: for a set AA of nn integers, A+A2n1|A+A| \ge 2n-1, with equality holding if and only if AA is an arithmetic progression. Given A=20|A|=20 and A+A=39|A+A|=39, we deduce that AA is an AP. We then use the first and last elements of AA to find the common difference. Finally, we calculate the sum of the intermediate 18 terms of this AP.

The final answer is 702\boxed{702}.

Practice More Sequences & Series Questions

View All Questions