A fund of 2,000 is to be accumulated by n annual payments of 50 by the end of each year, followed by n annual payments of 100 by the end of each year, plus a smaller final payment made 1 year after the last regular payment. If the effective rate of interest is 4.5%, find n and the amount of the final irregular payment.
Correct answer: $n=9$, payment$=32.42$.
From looking online, the correct solution is by initially solving for $n$ from $$ 50a_{n|.045}(1.045)^n + 100a_{n|.045} = 2000 $$
However, the question says 2000 is to be accumulated by the two annuities plus a final drop payment. So shouldn't the equation of value be
$$ 50a_{n|.045}(1.045)^{n+1} + 100a_{n|.045}(1.045) + X= 2000 $$
(I understand that from the above equation it's not possible to solve for $n$ because $X$ is also an unknown. But I don't understand how the wording of the question implies the first equation.)