179k views
1 vote
A savings account compounds interest, at a rate of 17%, once a year. John puts $1,000 in the account as the principal. How can John set up a function to track the amount of money he has?

A(x) = 1000(17)x where 17 is the interest rate
A(x) = 1000(.17)x where .17 is the interest rate
A(x) = 1000(1 + .17)x where .17 is the interest rate
A(x) = 1000(1 + 17)x where 17 is the interest rate

User Radu Varga
by
6.2k points

2 Answers

6 votes
#3
A(x) = 1000(1+.17)x

because the 17 percent would have to be changed to a decimal form
User Ivan
by
6.2k points
3 votes

Answer:

C.
A(x)=1000\cdot (1+0.17)^x, where 0.17 is the interest rate.

Explanation:

We have been given that a savings account compounds interest, at a rate of 17%, once a year. John puts $1,000 in the account as the principal. We are asked to set up a function to track the amount of money John has.

We will use exponential form of function to set up required function.

An exponential function is in form
y=a\cdot b^x, where,

a = Initial value,

b = For growth b is in form (1+r), where r represents the growth rate in decimal form.

Let us convert our given rate in decimal form.


17\%=(17)/(100)=0.17

Since John invested an amount of $1,000, so a=1000 for our growth function.

Upon substituting our given values in growth function we will get,


A(x)=1000\cdot (1+0.17)^x, where A(x) represents amount of money after x years.

Therefore,
A(x)=1000\cdot (1+0.17)^x is our required function and option C is the correct choice.

User Ecto
by
6.2k points
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.