3

A person deposited $5000\$$ at $10\%$ simple interest for $2$ years. How much more money will she have in her account at the end of two years, if it is compounded semi-annually? $50/40/77.5/85.5$

My attempt: $\dfrac{5000*10*2}{100}=1000,$ so amount$=6000.$ $5000\left(1+\dfrac{10}{2*100}\right)^{2*2}=5000\left(\dfrac{21}{20}\right)^4=6077.5\$$. So, answers is $77.5\$$.

My query: Can we have a quicker way to solve this question? In my approach, the calculation is lengthy. Multiplying $21$, $4$ times is time-consuming.

P.S- It is actually a MCQ and one question should be solved in less than $1$ minute and calculator is not allowed.

aarbee
  • 8,246

3 Answers3

3

Edit: Some time after the answer below, the question was changed to specify no calculator. In that case, one can square $1.05$, getting $1.1025$, and square again. The squaring of $1.1025$ can be done conventionally. We don't have to pay much attention to the digits on the right.

You can also use the second order approximation $(1+x)^4\approx 1+4x+6x^2$ for $x$ reasonably close to $0$. This will get you close enough.


Answer before "no calculator" was specified:

You can use the $x^y$ button on your calculator, it it has one. All scientific and financial calculators do. Or you can press the $x^2$ button twice.

Note that Google has a nice calculator. If in the search window you type (1.05)^4 it will do the calculation.

Remark: The answer should be rounded to the nearest cent. It would be good to drop the "percent" notation and think of the interest rate as $0.10$. So when we compound every half-year, the interest rate is $0.05$.

It follows that in $4$ compounding periods our $5000$ grows to $5000(1.05)^4$.

André Nicolas
  • 507,029
  • edited my question. – aarbee Sep 07 '13 at 20:02
  • It looks like there is not a quicker way. Because multiplying $105$, $4$ times is as lengthy (or may be lengthier) as $21$, $4$ times. – aarbee Sep 07 '13 at 20:10
  • You use the $x^y$ button. In one operation it will give you $(1.05)^{47}$, if that's what you need. Or use the Google calculator. Or any number of freely available calculator programs. If you really want to do such calculations by hand, there are shortcuts, not really of much relevance any more. – André Nicolas Sep 07 '13 at 20:13
  • Sir, calculator is not allowed in exam. – aarbee Sep 07 '13 at 20:14
  • Then you can square $\frac{21}{20}$, or $1.05$, and square again. – André Nicolas Sep 07 '13 at 20:16
  • "The squaring of $1.1025$ can be done conventionally. We don't have to pay much attention to the digits on the right."- that's a very lucrative statement. I wish you could explain how we can multiply 'without' paying much attention to the digits on the right. Paying close attention to $1.1025$ told me that you simply wrote $25$ by squaring $5$. and regarding $1$ after decimal, I thought you wrote just like that. but when I squared $1.06$, found it be $1.1236$, I understood that $1$ came from adding $5$ two times. But how to extend it to the squaring of $1.1025$? – aarbee Sep 07 '13 at 20:41
  • Btw, $(1+x)^4≈1+4x+6x^2$ gave me pretty close answer, that too quickly. Thanks! – aarbee Sep 07 '13 at 20:46
  • You are welcome. At first, because you did not mention the no calculator rule, I thought this might be a very low level question. Back in the old days, before calculators, we had endless tricks for doing calculations quickly. And we all carried slide rules! – André Nicolas Sep 07 '13 at 20:49
  • Well sir, certainly it's not a question of your level. Your time deserves better. But students like me are privileged that we can find teachers like you online. – aarbee Sep 07 '13 at 20:53
  • But it is a more interesting question than at first it appeared to be. – André Nicolas Sep 07 '13 at 20:54
  • Sorry to drag on, but my one doubt is left. Is there a way to square $1.1025$ quickly? (like, we can quickly square $1.05$) – aarbee Sep 07 '13 at 21:12
  • 1
    Sort of quickly: $(1+t)^2=1+2t+t^2$. Use $t=0.1025$. Then $2t=0.2050$, and $t^2$ is basically the same as $(0.1)^2=0.01$. So we get $1.215$. Alternately, view our number as $(1.1+0025)^2$ and only the first two terms matter. – André Nicolas Sep 07 '13 at 22:20
  • that's just too good. great! – aarbee Sep 08 '13 at 09:02
2

Well, since $21*5=105$ none of the both is quicker... Once you have to multiply $21^4$ with $5$ and once you have to divide it by $20^4$... No really big deal, but maybe the $*5$ way is quicker.

If you have to calculate it by hand the good way to go is with factorization, I think : $$21^4=(3*7)^4=3^4*7^4=9*9*49*49=81*49*49=(81*50-81)*49=3969*50-3969=396900/2-3969=198450-3969=194481$$ I just did it entirely by head, so I'm not so sure about the correctness, sorry for that, I'm no calculator ;)

You should check the tips and hints about mental calculation if it's to be solved in less than 1 minute, I did maybe 3 minutes to do the whole while typing it at the same time.

Lery
  • 803
  • 6
  • 11
  • that's a pretty nice way to calculate. Really interesting. – aarbee Sep 07 '13 at 20:33
  • Actually, even quicker would be to go : $$994949=99(5050-50-49)=9(102401-2401)=10*21609-21609=216090-21609=194481$$ And that's truly done in 1 minute, that way. I was sleepy, sorry for not seeing it before. – Lery Sep 07 '13 at 21:14
1

$10\%$ interest per year means $5\%$ interest per half-year. So, after each half-year, your principal multiplies by $1.05$. Thus, after four half-years, your amount is $5000(1.05)^4$. For simple interest, your amount is $5000(1+2(0.1))$. So you are seeking $5000(1.05^4- 1.2)$.


You may use the binomial theorem, to calculate $(1.05)^4$:

$(1+5\cdot10^{-2})^4=1+4\cdot(5\cdot10^{-2})+6\cdot(5\cdot10^{-2})^2+4.(5\cdot10^{-2})^3+(5\cdot10^{-2})^4$.


You may also use $f(x+h) \approx f(x) + h\cdot f'(x)$. So for $f(x)=x^4$, $a=1$ and $h=0.05$, we get $f(1.05)\approx 1+0.05\cdot 4(1)^3=1.2$ (the actual value is $1.21550625$).

The Taylor expansion of a function is $f(x+h)=f(x)+h\cdot f'(x)+h^2\dfrac{f''(x)}{2!}+h^3\dfrac{f'''(x)}{3!}+\dots$.

So using more terms will give you a better approximation: Using the next term we get,

$f(1.05)\approx1+0.05\cdot4(1)^3+(0.05)^2\dfrac{12(1)^2}2=1.2+0.025\cdot6\,\,(=1.215)$.

You obtain, $5000(1.05^4- 1.2)\approx 5000(1.2+0.015-1.2)=75$.

Using this you will get an approximate answer and since you're on a multiple choice test, this should be helpful if the values given in the options aren't too close.

Alraxite
  • 5,647
  • $50001.2= 6000$, which is the same as that in simple interest. So, as per this, answer should be zero. But $50001.2155062$ gives me $6077.5$. So, ans is $77.5$ which is what I need. So, though I appreciate your effort and concern, but approximation is not going to help in my case. But binomial can be a great help. Thanks.! – aarbee Sep 07 '13 at 20:26
  • @Ramit I've edited my answer. Hope it helps. – Alraxite Sep 07 '13 at 20:58
  • It certainly helps. In the last expression, I guess, we should have $1.2+0.015-1.2$ and not $0.025$? – aarbee Sep 07 '13 at 21:03
  • @Ramit Yes, I've fixed it. Thanks. – Alraxite Sep 07 '13 at 21:07