Let C be the initial salary of an employee. Then after n years his salary will be S = C + 2000*n. From the other hand, S = a^n. So, we've got an equation:
C + 2000*n = a^n, n≥1.
Let take n = 1:
C + 2000 = a ==> C = 2000 + a.
Let's take n = 2:
C + 2000*2 = a²,
or
2000 + a + 4000 = a²,
or
a² - a - 6000 = 0& ==>& a = 0.5 ± √6000.25,
or, taking into account that a>0, a = 0.5 + √6000.25.
Let's take n = 3:
C + 2000*3 = 2000 + a + 6000 = 0.5 + √6000.25 + 8000 ≈ 8077.9613,
a³ = (0.5 + √6000.25)³ = 473845.6452;
We see that 8077.9613 < 473845.6452. So, it is impossible to built such a sequence.
Comments
Leave a comment