BasicSequence Harvard-MIT Basic
2008


Problem - 3267
Determine all pairs $(a, b)$ of real numbers such that $10, a, b, ab$ is an arithmetic progression.

This can be solved by casework. The answer is $(4, -2)$, $\left(\frac{5}{2}, -5\right)$.

report an error