Danny borrows 4,000 from Genevive at an annual effective rate of interest i. He agrees to pay back 4,000 after 14 years and 5,440.32 after another 14 years. Danny repays the outstanding balance after 7 years after his first payment. What is the amount of Danny's second payment?
I am not sure what the problem wants me to find.
Danny clearly only pays twice, so the second payment should be 5,440.32, right?
I also don't understand why Danny's loan is paid off between his first and second payment...what is going on?
The PV (present value) of the two payments is $4000(1+i)^{-14}+5440.32(1+i)^{-28}$. This is $4000$. Thus we obtain the equation $$4000(1+i)^{-14}+5440.32(1+i)^{-28}=4000.$$ Let $x=(1+i)^{-14}$. Then the above equation can be written as $$5440.32x^2+4000x-4000=0.$$ This is a quadratic equation in $x$. Solving the equation using the Quadratic Formula, and discard the negative root. Now we know $x$, so we know $(1+i)^{-14}$. We could use the result to calculate $i$, though it turns out we don't need to.
Now let's look at the second scenario. Let $P$ be the payment $7$ years after the first payment. Then a present value calculation shows that $$4000(1+i)^{-14}+P(1+i)^{-21}=4000.\tag{1}$$ We know $(1+i)^{-14}$, so we can calculate $(1+i)^{-7}$ by taking the square root, and then we can calculate $(1+i)^{-21}$. Now we know everything in Equation (1) except $P$, so we can solve for $P$.
Remark: As was mentioned in a comment, in the second scenario the second payment comes after $21$ years, not $28$ years. So less interest has accumulated, and therefore in the second scenario the second payment $P$ is less than $5440.32$. Exactly how much less is not obvious, so requires the above calculation.