Bunuel
If positive numbers a, b, c are in arithmetic progression such that abc = 4, then the minimum value of b is
A. 2^(1/3)
B. 2^(2/3)
C. 2^(1/2)
D. 2^(3/2)
E. 2^(1/4)
kapil1995, I believe the solution above is not correct as \(2^n,2^{n+x},2^{n+2x}\) is \(2^n,2^x(2^n),2^x(2^x2^n)\), that is successive term is getting multiplied by \(2^x\), making the sequence Geometric progression.
Logical:
a*b*c=4 and looking at the options
Since the terms are equidistant, the way to minimise b and c as also maximise a is by taking all three same => a=b=c
Thus, \(a*b*c=b^3=4=2^2………b=2^{\frac{2}{3}}\)
Algebraic methodNow, you could also verify that we have to look for \(b^3=2^2\)
Let the product be \((b-x)*b*(b+x)=b(b^2-x^2)\)
Now \(b^2-x^2<b^2\) unless x is 0.
If x can be 0 too, then \(b^2-x^2\leq b^2\)
Multiply both sides by b without changing the sign
as b is positive \(b(b^2-x^2)\leq b(b^2)\), but \(b(b^2-x^2)=4\)
Thus, \(4\leq b^3……2^2\leq b^3\)
Taking cube root,
\(2^{\frac{2}{3}}\leq b\)
Thus, b is at least \(2^{\frac{2}{3}}\)