Respuesta :
n    f(n)
1Â Â Â 24Â Â Â f(1) = 24 (0.5)^0
2Â Â Â 12Â Â f(2) = 24 (0.5)^1
3Â Â Â Â 6Â Â f(3) = 24 (0.5)^2
4Â Â Â Â Â 3Â Â f(4) = 24 (0.5)^3
f(n) = 24 [0.5]^(n-1)
1Â Â Â 24Â Â Â f(1) = 24 (0.5)^0
2Â Â Â 12Â Â f(2) = 24 (0.5)^1
3Â Â Â Â 6Â Â f(3) = 24 (0.5)^2
4Â Â Â Â Â 3Â Â f(4) = 24 (0.5)^3
f(n) = 24 [0.5]^(n-1)
Answer:
[tex]f(n)= 24(0.5)^{n-1}[/tex]
Step-by-step explanation:
the table below shows the amount of chlorine
f(n), in ounces, that was left in the pool after n weeks:
n   1     2    3   5
f(n) Â 24 Â Â 12 Â Â Â 6 Â Â 3
We can see that the value of f(n) is decreasing
f(n) does not have common difference. Lets find common ratio
[tex]\frac{12}{24} = 0.5[/tex]
[tex]\frac{6}{12} = 0.5[/tex]
[tex]\frac{3}{6} = 0.5[/tex]
General rule is f(n) = a1 + (r)^(n-1)
Where a1 represents the first term = 24
r represents the common ratio = 0.5
So the function becomes [tex]f(n)= 24(0.5)^{n-1}[/tex]