Hey I am supposed to determine the principal payment of the following situation:
Loan amount: 50 000$
Interest rate: 5% p.a.
Number of years: 30
What I did:
I calculated the interest monthly rate: $(1+0,05)^{\frac{1}{12}}-1=0,004074124$ and I used formula:
$A=P*\frac{i}{1-\left ( 1+i \right )^{-n}}\leftrightarrow A=50000*\frac{0,004074124}{1-\left ( 1+0,004074124 \right )^{-30*12}}\leftrightarrow A=265,027 $ dollars
But the correct solution should be 268,41.
Can anyone please tell me, where I made the mistake?
The formula you used for the calculation is incorrect. The correct formula for the monthly payment is
$$A =\$50000\cdot\frac{\frac{0.05}{12}(1+\frac{0.05}{12})^{30*12}}{(1+\frac{0.05}{12})^{30*12}-1} = \$268.41$$