Let $a, b$ be positive real numbers such that $10 < a < b$. Then find the number of positive integers $b$ such that (i) $10, a, b$ are in geometric progression, and (ii) $10, a, b$ form the sides of a triangle.
My approach: $10, a, b$ need to satisfy the following conditions:
(i) $10+a>b$
(ii) $a+b>10$
(iii) $10+b>a$
(iv) $a=10r, b=10r^2$ where $r\in (1,\infty)$
using (iv) in the above equations I got:
$r^2-r-1<0$
$r^2+r-1>0$
$r^2-r+1>0$
Then I could not proceed. Help required.
Note that (ii) and (iii) follow from $10<a<b$.
(i) and (iv) together give the inequality you listed as $r^2-r-1<0$.
We can easily solve this using the quadratic formula to give $\frac{1-\sqrt{5}}{2}<r<\frac{1+\sqrt{5}}{2}$.
Using the upper value, we have $b<10 \times (\frac{1+\sqrt{5}}{2})^2\approx 26.18$.
Hence $b$ can be any integer from $11$ to $26$ (inclusive), a total of $16$ possibilities.