The present value of $2x$ paid at the end of $k$ years and the present value of $x$ paid at the end of $2k$ years sum up to $2x$. Show that the annual rate of interest is $(\frac{\sqrt{3}+1}{2})-1$
I tried summing the present values of each case.
Let $i$ be the annual effective rate of interest.
$$\begin{align} 2x(1+i)^k +x(1+i)^{2k} & =2x\\ 2(1+i)^k+(i+i)^{2k} & =2 \\ \end{align}$$
Let $(1+i)^k=a$
$2a+a^2-2=0$
Using the quadratic formulae, I get $a=-1+\sqrt{3}$
Then I get $i=(-1+\sqrt{3})^{\frac{1}{k}}-1$.
But that is not the answer.