A loan is repayable by eight annual payments, starting in one year's time with an interest rate $i$. Payments one to three are half as much as payments four to eight. What is the accumulated value of payments one year before the end of the eight annual payments.
What I thought it would be:
Let $X$ be the payment per year. From year 1 to 3 we pay $X$ Annually, and $2X$ From year 3 to 7, so the accumulated value is $$X + X(1+i) + X(1+i)^2 + 2X(1+i)^3 + 2X(1+i)^4 + 2X(1+i)^5 + 2X(1+i)^6$$, but the correct answer is in fact:
$$2X + 2X(1+i) + 2X(1+i)^2 + 2X(1+i)^3 + X(1+i)^4 + X(1+i)^5 + X(1+i)^6$$
Could someone explain the logic behind this?