StepWorking
01given
a,b>0, the sequence a,b,181 is in geometric progression (GP), and a1,10,b1 is in arithmetic progression (AP).
02goal
Find the value of the linear combination 16a+12b (or evaluating the target expression).
03approach
Use the middle term property for GP (b2=a⋅181) and AP (2⋅10=a1+b1). Express a in terms of b, substitute into the GP equation to get a quadratic in b, reject non-positive roots, and find a.
04execute
From AP: 20=a1+b1⟹a1=20−b1=b20b−1⟹a=20b−1b.
From GP: b2=18a=18(20b−1)b. Since b>0, divide both sides by b:
b=18(20b−1)1⟹18b(20b−1)=1⟹360b2−18b−1=0.
Factoring the quadratic:
360b2−30b+12b−1=0⟹30b(12b−1)+1(12b−1)=0⟹(12b−1)(30b+1)=0.
Since b>0, we have b=121.
Substitute b=121 back to find a:
a=20(1/12)−11/12=5/3−11/12=2/31/12=81.
Evaluate 16a+12b:
16(81)+12(121)=2+1=3.
✓verify
Check terms:
GP: a=1/8,b=1/12,c=1/18. Ratio: (1/12)/(1/8)=2/3, (1/18)/(1/12)=2/3. Valid GP.
AP: 1/a=8,10,1/b=12. Common difference is 2. Valid AP.
Both a,b>0. The value 16a+12b=2+1=3.