132k views
5 votes
Write a function to represent each problem situation Carmen deposits $1000into simple interest account.The rate for the account is 4%.Write a function the represent the balance in the account as a function of time t

User PKonstant
by
6.6k points

1 Answer

4 votes

The function the represent the balance in the account as a function of time t is p(t) = 1000 + 40t

Solution:

Given that,

Carmen deposits $1000 into simple interest account

The rate for the account is 4%

To find: function the represent the balance in the account as a function of time t

Given is simple interest account

The formula for simple interest is given as:


S.I = ( prt)/(100)

Where, "p" is the principal and "r" is the rate of interest and "t" is the number of years

In simple interest,

total amount after "t" years = principal + simple interest

Here in this question, Carmen deposits $1000


p_0 = 1000


r = 4 \% = (4)/(100) = 0.04

Thus we can frame a function as:

total amount after "t" years = principal + simple interest


p(t) = p_0 + (p_0 * r * t )


p(t) = 1000 + (1000 * 0.04)t\\\\p(t) = 1000 + 40t

Where, p(t) is the amount after "t" years and
p_0 is the principal sum

Thus the function is obtained

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