Consider two G.Ps. 2, 2 2 , 2 3 , ..... and 4, 4 2 , 4 3 , .... of 60 and n terms respectively. If the geometric mean of all the 60 + n terms is (2)8225, then k=1∑nk(n−k) is equal to :
Options
Solution
Key Concepts and Formulas
Geometric Mean (G.M.): For N positive numbers a1,a2,…,aN, their Geometric Mean is (a1⋅a2⋅…⋅aN)1/N.
Sum of First m Natural Numbers:∑k=1mk=2m(m+1).
Sum of Squares of First m Natural Numbers:∑k=1mk2=6m(m+1)(2m+1).
Summation of k(n−k):∑k=1nk(n−k)=n∑k=1nk−∑k=1nk2.
Step-by-Step Solution
Step 1: Calculate the product of terms for the first G.P.
The first G.P. is 2,22,23,… with 60 terms. The terms are 21,22,…,260.
The product P1 is 21⋅22⋅…⋅260=2(1+2+…+60).
Using the sum of the first m natural numbers formula with m=60:
1+2+…+60=260(60+1)=260⋅61=30⋅61=1830
So, P1=21830.
Step 2: Calculate the product of terms for the second G.P.
The second G.P. is 4,42,43,… with n terms. The terms are 41,42,…,4n.
The product P2 is 41⋅42⋅…⋅4n=4(1+2+…+n).
Using the sum of the first m natural numbers formula with m=n:
1+2+…+n=2n(n+1)
So, P2=42n(n+1).
To express this with base 2, we use 4=22:
P2=(22)2n(n+1)=22⋅2n(n+1)=2n(n+1).
Step 3: Determine the total product and the geometric mean.
The total number of terms is N=60+n.
The total product P of all terms is P1⋅P2:
P=21830⋅2n(n+1)=2(1830+n(n+1))=2(n2+n+1830).
The Geometric Mean (G.M.) of these N terms is P1/N:
G.M.=(2(n2+n+1830))60+n1=260+nn2+n+1830.
Step 4: Solve for the unknown number of terms, n.
We are given that the G.M. is 28225. Equating the exponents:
60+nn2+n+1830=8225.
Cross-multiplying gives:
8(n2+n+1830)=225(60+n)8n2+8n+14640=13500+225n
Rearranging into a quadratic equation:
8n2+(8−225)n+(14640−13500)=08n2−217n+1140=0
Using the quadratic formula n=2A−B±B2−4AC:
n=2(8)217±(−217)2−4(8)(1140)n=16217±47089−36480n=16217±10609
Since 10609=103:
n=16217±103
This yields two possible values for n:
n1=16217+103=16320=20n2=16217−103=16114=857
Since n must be a positive integer (number of terms), we take n=20.
Step 5: Evaluate the required summation.
We need to find ∑k=1nk(n−k) with n=20.
∑k=120k(20−k)=∑k=120(20k−k2)
Using the linearity of summation and the standard formulas:
=20∑k=120k−∑k=120k2=20(220(20+1))−(620(20+1)(2⋅20+1))=20(220⋅21)−(620⋅21⋅41)=20(210)−(10⋅7⋅41)=4200−2870=1330
Common Mistakes & Tips
Exponent Manipulation: Ensure accurate application of exponent rules, especially when changing bases (e.g., from 4 to 2).
Quadratic Formula: Double-check the calculations when using the quadratic formula, particularly the discriminant.
Integer Solutions: Remember that the number of terms (n) must be a positive integer; discard any non-integer or negative solutions.
Summation Formulas: Have the formulas for ∑k and ∑k2 memorized for quick application.
Summary
The problem involved calculating the geometric mean of terms from two geometric progressions. By expressing all terms as powers of 2, we found the total product and geometric mean. Equating this with the given geometric mean allowed us to solve for the number of terms, n=20. Finally, we evaluated the required summation ∑k=1nk(n−k) using standard summation formulas for n=20, which resulted in 1330.