Skip to main content
Back to Statistics & Probability
JEE Main 2024
Statistics & Probability
Statistics
Hard

Question

Let x1,x2,x3,,x20x_{1}, x_{2}, x_{3}, \ldots, x_{20} be in geometric progression with x1=3x_{1}=3 and the common ratio 12\frac{1}{2}. A new data is constructed replacing each xix_{i} by (xii)2\left(x_{i}-i\right)^{2}. If xˉ\bar{x} is the mean of new data, then the greatest integer less than or equal to xˉ\bar{x} is ____________.

Answer: 1

Solution

1. Key Concepts and Formulas

  • Geometric Progression (GP): A sequence where each term after the first is found by multiplying the previous one by a constant common ratio, rr. The ii-th term is given by xi=ari1x_i = a \cdot r^{i-1}, where aa is the first term.
    • Sum of the first NN terms of a GP: SN=a(1rN)1rS_N = \frac{a(1-r^N)}{1-r}, for r1r \neq 1.
  • Mean of a Data Set: For a data set y1,y2,,yNy_1, y_2, \ldots, y_N, the mean is yˉ=1Ni=1Nyi\bar{y} = \frac{1}{N} \sum_{i=1}^{N} y_i.
  • Greatest Integer Function (Floor Function): z\lfloor z \rfloor denotes the greatest integer less than or equal to zz.

2. Step-by-Step Solution

Step 1: Define the terms of the Geometric Progression (xix_i) The problem states that x1=3x_1 = 3 and the common ratio r=12r = \frac{1}{2}. There are 20 terms. The general term of a GP is xi=x1ri1x_i = x_1 \cdot r^{i-1}. Substituting the given values, we get: xi=3(12)i1x_i = 3 \cdot \left(\frac{1}{2}\right)^{i-1} This expression defines each term of the original data set.

Step 2: Define the New Data and its Mean A new data set is constructed where each xix_i is replaced by (xi1)2(x_i - 1)^2. Let the terms of this new data set be yi=(xi1)2y_i = (x_i - 1)^2. The mean of this new data set, denoted by xˉ\bar{x}, is given by the formula: xˉ=120i=120yi=120i=120(xi1)2\bar{x} = \frac{1}{20} \sum_{i=1}^{20} y_i = \frac{1}{20} \sum_{i=1}^{20} (x_i - 1)^2 Our goal is to evaluate this sum and then divide by 20.

Step 3: Expand the Summation Term Substitute the expression for xix_i into the sum and expand the squared term: i=120(xi1)2=i=120(3(12)i11)2\sum_{i=1}^{20} (x_i - 1)^2 = \sum_{i=1}^{20} \left( 3 \left(\frac{1}{2}\right)^{i-1} - 1 \right)^2 Using the algebraic identity (ab)2=a22ab+b2(a-b)^2 = a^2 - 2ab + b^2: =i=120[(3(12)i1)223(12)i11+12]= \sum_{i=1}^{20} \left[ \left(3 \left(\frac{1}{2}\right)^{i-1}\right)^2 - 2 \cdot 3 \left(\frac{1}{2}\right)^{i-1} \cdot 1 + 1^2 \right] =i=120[9(14)i16(12)i1+1]= \sum_{i=1}^{20} \left[ 9 \left(\frac{1}{4}\right)^{i-1} - 6 \left(\frac{1}{2}\right)^{i-1} + 1 \right] We can now split this into three separate summations due to the linearity of summation: =i=1209(14)i1i=1206(12)i1+i=1201= \sum_{i=1}^{20} 9 \left(\frac{1}{4}\right)^{i-1} - \sum_{i=1}^{20} 6 \left(\frac{1}{2}\right)^{i-1} + \sum_{i=1}^{20} 1 Let's evaluate each of these three summations individually.

Step 4: Evaluate Each Summation Separately

  • Sum A: i=1209(14)i1\sum_{i=1}^{20} 9 \left(\frac{1}{4}\right)^{i-1} This is a geometric progression with first term a=9(1/4)11=9a = 9 \cdot (1/4)^{1-1} = 9, common ratio R=14R = \frac{1}{4}, and number of terms N=20N = 20. Using the GP sum formula SN=a(1RN)1RS_N = \frac{a(1-R^N)}{1-R}: SA=9(1(14)20)114=9(1(14)20)34=12(1(14)20)S_A = \frac{9 \left(1 - \left(\frac{1}{4}\right)^{20}\right)}{1 - \frac{1}{4}} = \frac{9 \left(1 - \left(\frac{1}{4}\right)^{20}\right)}{\frac{3}{4}} = 12 \left(1 - \left(\frac{1}{4}\right)^{20}\right) Since (14)20\left(\frac{1}{4}\right)^{20} is an extremely small positive number (approximately 9×10139 \times 10^{-13}), it can be approximated as 0 for calculations where the integer part is sought. SA12(10)=12S_A \approx 12(1 - 0) = 12

  • Sum B: i=1206(12)i1\sum_{i=1}^{20} 6 \left(\frac{1}{2}\right)^{i-1} This is a geometric progression with first term a=6(1/2)11=6a = 6 \cdot (1/2)^{1-1} = 6, common ratio R=12R = \frac{1}{2}, and number of terms N=20N = 20. Using the GP sum formula: SB=6(1(12)20)112=6(1(12)20)12=12(1(12)20)S_B = \frac{6 \left(1 - \left(\frac{1}{2}\right)^{20}\right)}{1 - \frac{1}{2}} = \frac{6 \left(1 - \left(\frac{1}{2}\right)^{20}\right)}{\frac{1}{2}} = 12 \left(1 - \left(\frac{1}{2}\right)^{20}\right) Similar to Sum A, (12)20\left(\frac{1}{2}\right)^{20} is an extremely small positive number (approximately 9.5×1079.5 \times 10^{-7}). SB12(10)=12S_B \approx 12(1 - 0) = 12

  • Sum C: i=1201\sum_{i=1}^{20} 1 This is simply the sum of 1, twenty times. SC=1×20=20S_C = 1 \times 20 = 20

Step 5: Combine the Sums to Find the Total Sum The total sum is SASB+SCS_A - S_B + S_C: i=120(xi1)2=SASB+SC\sum_{i=1}^{20} (x_i - 1)^2 = S_A - S_B + S_C Substituting the precise expressions: =[12(1(14)20)][12(1(12)20)]+20= \left[12 \left(1 - \left(\frac{1}{4}\right)^{20}\right)\right] - \left[12 \left(1 - \left(\frac{1}{2}\right)^{20}\right)\right] + 20 =1212(14)2012+12(12)20+20= 12 - 12\left(\frac{1}{4}\right)^{20} - 12 + 12\left(\frac{1}{2}\right)^{20} + 20 =2012(122)20+12(12)20= 20 - 12\left(\frac{1}{2^{2}}\right)^{20} + 12\left(\frac{1}{2}\right)^{20} =2012(12)40+12(12)20= 20 - 12\left(\frac{1}{2}\right)^{40} + 12\left(\frac{1}{2}\right)^{20} The terms involving powers of (1/2)(1/2) are very small: 12(12)40012\left(\frac{1}{2}\right)^{40} \approx 0 12(12)20=1210485760.000011412\left(\frac{1}{2}\right)^{20} = \frac{12}{1048576} \approx 0.0000114 So, the total sum is approximately 200+0.0000114=20.000011420 - 0 + 0.0000114 = 20.0000114. Total Sum20.0000114\text{Total Sum} \approx 20.0000114

Step 6: Calculate the Mean (xˉ\bar{x}) The mean is the total sum divided by the number of terms (20): xˉ=Total Sum20=20.000011420=1.00000057\bar{x} = \frac{\text{Total Sum}}{20} = \frac{20.0000114}{20} = 1.00000057

Step 7: Find the Greatest Integer Less Than or Equal to xˉ\bar{x} The greatest integer less than or equal to xˉ\bar{x} is denoted by xˉ\lfloor \bar{x} \rfloor. xˉ=1.00000057=1\lfloor \bar{x} \rfloor = \lfloor 1.00000057 \rfloor = 1

3. Common Mistakes & Tips

  • Approximation of small terms: In JEE, when dealing with very small terms like (1/2)20(1/2)^{20} or (1/4)20(1/4)^{20} in a summation that is expected to result in an integer or a value close to an integer, it's generally safe to approximate these terms as 0 if they don't affect the integer part. However, always be mindful if the problem explicitly asks for high precision or if the answer options are very close. In this case, even precise calculation of these small terms shows they do not change the floor value.
  • Expansion Errors: A common mistake is to incorrectly expand (ab)2(a-b)^2. Double-check signs and coefficients.
  • Double Check Formulas: Always verify the formulas for sum of GP before applying them.

4. Summary This problem demonstrates how to systematically approach summations by breaking them into manageable parts. It combines concepts from geometric progressions with basic statistics (mean) and algebra (summation properties). The ability to correctly identify and apply the appropriate summation formulas, along with careful algebraic manipulation, is crucial. The approximation of negligible terms is a practical skill for time-constrained exams. By carefully expanding the squared term and evaluating the resulting geometric series, we find the total sum, which leads to a mean slightly greater than 1, and thus a greatest integer of 1.

5. Final Answer The final answer is 1\boxed{1}.

Practice More Statistics & Probability Questions

View All Questions