94.5k views
1 vote
Suppose you have an investment fund that began with $200 and is increasing by

5% each month. Write a sequence that represents how much the fund is worth each
month for the first six months (starting at month 0) and then write an expression for
the value after n months.

User Jjxtra
by
7.1k points

1 Answer

4 votes

Answer:

  • see below for the sequence of values
  • a(n) = 200·1.05^n

Explanation:

Each month the value is multiplied by 1 +5% = 1.05. After n months, the value (a) will be 1.05^n times the original value, so will be ...

a(n) = 200·1.05^n

_____

An exponent is used to signify repeated multiplication.

Suppose you have an investment fund that began with $200 and is increasing by 5% each-example-1
User Cherise
by
7.9k points