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, r. The i-th term is given by xi=a⋅ri−1, where a is the first term.
- Sum of the first N terms of a GP: SN=1−ra(1−rN), for r=1.
- Mean of a Data Set: For a data set y1,y2,…,yN, the mean is yˉ=N1∑i=1Nyi.
- Greatest Integer Function (Floor Function): ⌊z⌋ denotes the greatest integer less than or equal to z.
2. Step-by-Step Solution
Step 1: Define the terms of the Geometric Progression (xi)
The problem states that x1=3 and the common ratio r=21. There are 20 terms.
The general term of a GP is xi=x1⋅ri−1.
Substituting the given values, we get:
xi=3⋅(21)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 xi is replaced by (xi−1)2. Let the terms of this new data set be yi=(xi−1)2.
The mean of this new data set, denoted by xˉ, is given by the formula:
xˉ=201∑i=120yi=201∑i=120(xi−1)2
Our goal is to evaluate this sum and then divide by 20.
Step 3: Expand the Summation Term
Substitute the expression for xi into the sum and expand the squared term:
∑i=120(xi−1)2=∑i=120(3(21)i−1−1)2
Using the algebraic identity (a−b)2=a2−2ab+b2:
=∑i=120[(3(21)i−1)2−2⋅3(21)i−1⋅1+12]
=∑i=120[9(41)i−1−6(21)i−1+1]
We can now split this into three separate summations due to the linearity of summation:
=∑i=1209(41)i−1−∑i=1206(21)i−1+∑i=1201
Let's evaluate each of these three summations individually.
Step 4: Evaluate Each Summation Separately
-
Sum A: ∑i=1209(41)i−1
This is a geometric progression with first term a=9⋅(1/4)1−1=9, common ratio R=41, and number of terms N=20.
Using the GP sum formula SN=1−Ra(1−RN):
SA=1−419(1−(41)20)=439(1−(41)20)=12(1−(41)20)
Since (41)20 is an extremely small positive number (approximately 9×10−13), it can be approximated as 0 for calculations where the integer part is sought.
SA≈12(1−0)=12
-
Sum B: ∑i=1206(21)i−1
This is a geometric progression with first term a=6⋅(1/2)1−1=6, common ratio R=21, and number of terms N=20.
Using the GP sum formula:
SB=1−216(1−(21)20)=216(1−(21)20)=12(1−(21)20)
Similar to Sum A, (21)20 is an extremely small positive number (approximately 9.5×10−7).
SB≈12(1−0)=12
-
Sum C: ∑i=1201
This is simply the sum of 1, twenty times.
SC=1×20=20
Step 5: Combine the Sums to Find the Total Sum
The total sum is SA−SB+SC:
∑i=120(xi−1)2=SA−SB+SC
Substituting the precise expressions:
=[12(1−(41)20)]−[12(1−(21)20)]+20
=12−12(41)20−12+12(21)20+20
=20−12(221)20+12(21)20
=20−12(21)40+12(21)20
The terms involving powers of (1/2) are very small:
12(21)40≈0
12(21)20=104857612≈0.0000114
So, the total sum is approximately 20−0+0.0000114=20.0000114.
Total Sum≈20.0000114
Step 6: Calculate the Mean (xˉ)
The mean is the total sum divided by the number of terms (20):
xˉ=20Total Sum=2020.0000114=1.00000057
Step 7: Find the Greatest Integer Less Than or Equal to xˉ
The greatest integer less than or equal to xˉ is denoted by ⌊xˉ⌋.
⌊xˉ⌋=⌊1.00000057⌋=1
3. Common Mistakes & Tips
- Approximation of small terms: In JEE, when dealing with very small terms like (1/2)20 or (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 (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.