Respuesta :
Function for compound interest:
Amount = Initial amount * ( 1 + (r/n) ) ^ (nt)
where r = interest rate per year, n = period per year
n = 2, r = 0.01
Answer: F(t) = 2,800 * [ 1 + (0.01/2) ] ^ 2t
Amount = Initial amount * ( 1 + (r/n) ) ^ (nt)
where r = interest rate per year, n = period per year
n = 2, r = 0.01
Answer: F(t) = 2,800 * [ 1 + (0.01/2) ] ^ 2t
The function which represent the given situation for Amount by compound interest is [tex]A = 2800 X 1.005^{2t}[/tex]
What is Compound Interest?
Compound interest is the addition of interest to the principal sum of a loan or deposit, or in other words, interest on principal plus interest.
Here, P = $2800
I = 1 % compounded semiannually = 0.5 % = 0.005
Time = t years
n = 2t semi-years
We know that,
[tex]A = P(1+i)^n[/tex]
[tex]A = 2800 ( 1 + 0.005 )^{2t}[/tex]
[tex]A = 2800 X 1.005^{2t}[/tex]
Thus, The function which represent the given situation for Amount by compound interest is [tex]A = 2800 X 1.005^{2t}[/tex].
Learn more about Compound Interest from:
https://brainly.com/question/14295570
#SPJ2