Bunuel
sachinrelan
Louie takes out a three-month loan of $1000. The lender charges him 10% interest per month compunded monthly. The terms of the loan state that Louie must repay the loan in three equal monthly payments. To the nearest dollar, how much does Louie have to pay each month?
(A) 333
(B) 383
(C) 402
(D) 433
(E) 483
Couldn't solve by a systematic approach.
Let the monthly payment be \(x\).
After the 1st month there will be \(1,000*1.1-x\) dollars left to repay;
After the 2nd month there will be \((1,000*1.1-x)*1.1-x=1,210-2.1x\) dollars left to repay;
After the 3rd month there should be 0 dollars left to repay: \((1,210-2.1x)*1.1-x=0\) --> \(1331=3.31x\) --> \(x\approx{402}\)
Answer: C.
I get a different answer by using the Compound Interest formula, i.e- P[1 +(r)/100n]^nt
Since this formula uses annualized figures, so:
r = 10% per month = 120% per year
n = 12 (as interest is compounded monthly)
t = 3 months = 3/12 years
Using the formula for compound interest, I get:
P + C.I = 1000(1.1)^3 = 1331
So, EMI = 1331/3 = 443.66 which is ~ $444
What's wrong with this approach?
Thanks,
Ishan