1. Key Concepts and Formulas
- Geometric Progression (G.P.): A sequence where each term after the first is found by multiplying the previous one by a fixed, non-zero number called the common ratio (r). The terms can be represented as a,ar,ar2,…,arn−1. The sum of the first n terms is Sn=r−1a(rn−1) (for r=1). If a1,…,an are in G.P. with common ratio r, their reciprocals a11,…,an1 also form a G.P. with common ratio r1.
- Mean (Xˉ): For a set of N numbers X1,X2,…,XN, the mean is Xˉ=N∑i=1NXi.
- Variance (σ2): A measure of the spread of a data set. For N numbers X1,…,XN and mean Xˉ, the variance is given by σ2=N∑i=1NXi2−(Xˉ)2.
2. Step-by-Step Solution
Step 1: Represent the G.P. Terms and Initial Conditions
Let the five positive numbers in G.P. be a1,a2,a3,a4,a5. We can express these terms using the first term a and the common ratio r. Since all numbers are positive, we must have a>0 and r>0.
The terms are:
a1=a
a2=ar
a3=ar2
a4=ar3
a5=ar4
Step 2: Formulate Equations from Given Mean Information
We are given the mean of the five terms and the mean of their reciprocals.
-
Equation from Mean of Terms:
The mean of the five terms is 1031.
5a+ar+ar2+ar3+ar4=1031
Factor out a and multiply by 5:
a(1+r+r2+r3+r4)=231
The expression in the parenthesis is the sum of a G.P. with first term 1, common ratio r, and 5 terms. Since the mean of reciprocals is different from 1/(mean of terms), we know r=1. Using the sum formula Sn=r−1a(rn−1):
a(r−1r5−1)=231... (1)
-
Equation from Mean of Reciprocals:
The reciprocals are a1,ar1,ar21,ar31,ar41. These also form a G.P. with first term a1 and common ratio r1. The mean of their reciprocals is 4031.
5a1+ar1+ar21+ar31+ar41=4031
Factor out a1 and multiply by 5:
a1(1+r1+r21+r31+r41)=831
The expression in the parenthesis is the sum of a G.P. with first term 1, common ratio r1, and 5 terms.
1+r1+r21+r31+r41=r1−1(r1)5−1=r1−rr51−r5=r51−r5×1−rr=r4(−(r−1))−(r5−1)=r4(r−1)r5−1
Substitute this back:
a1(r4(r−1)r5−1)=831... (2)
Step 3: Solve for a and r
To solve for a and r, we divide Equation (1) by Equation (2):
a1(r4(r−1)r5−1)a(r−1r5−1)=831231
The term r−1r5−1 cancels from both numerator and denominator on the left side. On the right side, 231÷831=231×318=4.
a⋅(ar4)=4
a2r4=4
Since a>0 and r>0, we take the square root of both sides:
ar2=2
This is a significant result: the third term of the G.P., a3=ar2, is equal to 2.
Now, we use the additional given condition: a3+a4+a5=14.
Substitute the G.P. terms:
ar2+ar3+ar4=14
Substitute ar2=2 into this equation:
2+(ar2)r+(ar2)r2=14
2+2r+2r2=14
Divide the entire equation by 2:
1+r+r2=7
Rearrange into a quadratic equation:
r2+r−6=0
Factor the quadratic equation:
(r+3)(r−2)=0
This gives two possible values for r: r=−3 or r=2. Since the problem states that the numbers are positive, the common ratio r must also be positive. Therefore, we choose r=2.
Now, substitute r=2 back into ar2=2 to find a:
a(22)=2
4a=2
a=21
Step 4: List the G.P. Terms
With a=21 and r=2, the five terms of the G.P. are:
a1=21
a2=21×2=1
a3=21×22=2
a4=21×23=4
a5=21×24=8
The G.P. terms are {21,1,2,4,8}.
Step 5: Calculate the Variance
We need to calculate the variance σ2=nm using the terms {21,1,2,4,8} and the mean Xˉ=1031. We use the formula σ2=N∑Xi2−(Xˉ)2.
First, calculate the sum of the squares of the terms (∑Xi2):
∑Xi2=(21)2+(1)2+(2)2+(4)2+(8)2
∑Xi2=41+1+4+16+64
∑Xi2=41+85=41+340=4341
Next, calculate the square of the mean (Xˉ)2:
(Xˉ)2=(1031)2=100961
Now, substitute these values into the variance formula:
σ2=54341−100961
σ2=20341−100961
To subtract these fractions, find a common denominator, which is 100:
σ2=20×5341×5−100961
σ2=1001705−100961
σ2=1001705−961
σ2=100744
Simplify the fraction 100744 by dividing both the numerator and denominator by their greatest common divisor, which is 4:
m=744÷4=186
n=100÷4=25
So, the variance is σ2=25186.
Step 6: Determine m+n
The problem states that the variance is nm, where m and n are co-prime.
We have m=186 and n=25.
To verify co-primality:
Prime factors of 186: 2×3×31
Prime factors of 25: 52
Since they share no common prime factors, 186 and 25 are indeed co-prime.
Finally, we calculate m+n:
m+n=186+25=211
3. Common Mistakes & Tips
- Ignoring Conditions: Always pay attention to conditions like "positive numbers," as they help eliminate extraneous solutions (e.g., r=−3).
- Algebraic Precision: Be meticulous with algebraic manipulations, especially when dealing with sums of G.P. terms and fractions, to avoid calculation errors.
- Choosing Variance Formula: The formula σ2=N∑Xi2−(Xˉ)2 is generally more efficient for calculations than the definition σ2=N∑(Xi−Xˉ)2, as it avoids multiple subtractions and squaring of decimals or fractions.
4. Summary
This problem involved a multi-step approach combining properties of Geometric Progressions with statistical definitions of mean and variance. By representing the G.P. terms and using the given mean of terms and mean of reciprocals, we established a system of equations. Solving these equations led to the determination of the first term a=21 and common ratio r=2, yielding the G.P. terms {21,1,2,4,8}. Subsequently, we calculated the variance using the appropriate formula, simplified it to its co-prime form 25186, and found m+n=211.
5. Final Answer
The final answer is 211.