1

Below is what I was reading:

If you deposit $£1,000$ in a bank account which is paying $3\%$ compound interest per year. How much interest would be earnt over $3$ years?

The formula used to solve this was:

$$1000 \times 1.03^3 = £1,092.73$$

Then you subtract for the answer:

$$1,092.73 – 1000 = £92.73$$

I then started playing around with the formula, just to get a better understanding.

I did this:

$1,000 \times 0.03^3$ and expected the answer to be $92.73$ but instead I got $0.027$

Why is the answer coming out as $0.027$ and not $92.73$?

Tom
  • 207
  • 1
    You expected $1000\cdot0.03^3=1000\cdot 1.03^3-1000$. You probably factored $1000$ but you can't do that because of the 3 in the exponent. – vitamin d Dec 30 '23 at 13:42
  • To me 1000×1.03^3=£1,092.73 is like saying a 1000 x (103%)^3. So I thought it would be 1000×0.033=£92.73 because it's like saying 1000 x (3%)^3. – troy beckett Dec 30 '23 at 13:49

2 Answers2

2

You just did A minor yet critical mistake, Which is easy to identify, $1000((1.03)^3-1)\neq1000((0.03)^3)$

Because $(1.03)^3-1\neq(1.03-1)^3$

Dheeraj Gujrathi
  • 1,036
  • 4
  • 20
-2

According to your expectations, we have that:

$$1000 \times 1.03^3 - 1000 = 1000 \times 0.03^3$$

Which gives us

$$1000 \times (1.03^3-1) = 1000 \times 0.03^3$$

And so

$$1.03^3-1=0.03^3$$

But expanding it out,

$$1.03^3 - 1^3 = 0.03^3$$ $$0.03(1.03^2+1.03+1) = 0.03^3$$ $$1.03^2+1.03+1 = 0.03^2$$

We can see that the RHS is smaller than $1$, but the LHS is bigger than one, so this is not true.

Aaa Lol_dude
  • 1,624
  • 4
  • 22