A four-term sequence is formed by adding each term of a four-term arithmetic sequence of positive integers to the corresponding term of a four-term geometric sequence of positive integers. The first three terms of the resulting four-term sequence are , , and . What is the fourth term of this sequence?
- A)
- B)
- C)
- D)
- E)
Answer
E
Key insight
Subtracting consecutive terms removes the arithmetic part's constant: differences 3 and 31 give b(r-1) + d = 3 and br(r-1) + d = 31, so b(r-1)^2 = 28.
Solution
Let the arithmetic sequence be and the geometric sequence , all positive integers. Then
Subtract consecutive equations to eliminate :
Subtract again to eliminate : .
The ratio is a positive integer greater than (a fractional ratio would need with , and fail quickly). So is a square divisor of : or .
- : , , . The arithmetic terms are not all positive. Rejected.
- : , , . Arithmetic: ; geometric: . Check: . Valid.
The fourth term is .
The answer is .
Why this works
Differences of consecutive terms kill the constant of an arithmetic sequence, and second differences kill the common difference too, isolating the geometric part as . The integer condition then leaves only a couple of candidate ratios, and the positivity condition selects one. Always verify the reconstructed sequences against the given data.
The trap
Accepting r = 2 (b = 28, d = -25), which makes the arithmetic sequence 29, 4, -21, ... negative; all terms must be positive integers, forcing r = 3.
Common mistakes
- Accepting r = 2 (b = 28, d = -25), which makes the arithmetic sequence 29, 4, -21, ... negative; all terms must be positive integers, forcing r = 3.
- Assuming the arithmetic sequence must be increasing; here and the two sequences move in opposite directions.
Techniques
Split into exhaustive cases and handle each · Set up the equation/formula and compute; no special trick needed