Question
Question: A strictly increasing sequence of positive integers a, b, c satisfies the property that $\frac{a+b}{...
A strictly increasing sequence of positive integers a, b, c satisfies the property that 2a+b, 2a+c, 2b+c form a geometric sequence. What is the smallest possible value of a + b + c?
19
Solution
We are given that
2a+b,2a+c,2b+cform a geometric progression. Hence the middle term squared equals the product of the extreme terms:
(2a+c)2=2a+b⋅2b+c.Multiplying both sides by 4 gives
(a+c)2=(a+b)(b+c).One clever method is to “reverse‐engineer” the three numbers. Introduce a parameter x and a ratio r (with r>1 since a<b<c) by writing
2a+b=x,2a+c=xr,2b+c=xr2.Then
a+b=2x,a+c=2xr,b+c=2xr2.We can solve for a,b,c by adding and subtracting. Adding the first two gives
2a+b+c=2x+2xr,and since b+c=2xr2 we get
2a=2x+2xr−2xr2,⇒a=x(1+r−r2).Similarly, subtracting a from a+b yields
b=2x−a=2x−x(1+r−r2)=x(1−r+r2),and from a+c we have
c=2xr−a=x(2r−1−r+r2)=x(r+r2−1).For these to be positive integers, the expressions
x(1+r−r2),x(1−r+r2),x(r+r2−1)must be positive integers. It is natural to try a rational r=qp (in lowest terms) and choose x to clear denominators.
A good choice is r=23 (since r>1). Then
a=x(1+23−49)=x(44+6−9)=4x, b=x(1−23+49)=x(44−6+9)=47x, c=x(23+49−1)=x(46+9−4)=411x.For a, b, and c to be integers we choose the smallest x such that x/4 is an integer. Taking x=4 yields
a=1,b=7,c=11.Then
a+b+c=1+7+11=19.Finally, we check the given condition:
2a+b=21+7=4,2a+c=21+11=6,2b+c=27+11=9,which form a G.P. with common ratio 46=69=23.
Thus, the smallest possible value of a+b+c is 19.
Summary (Minimal Explanation):
-
For numbers 2a+b, 2a+c, 2b+c in G.P., we have (a+c)2=(a+b)(b+c).
-
By writing 2a+b=x, 2a+c=xr, 2b+c=xr2 and solving, we get
- Choosing r=23 and x=4 yields a=1, b=7, c=11 and hence a+b+c=19.