The function is of the form f(x)=k ⋅2cx, so we need to find k and c
Also we know f(0)=220,f(12)=440
Create the system of equations:
220=k⋅2c∗0
440=k⋅2c∗12
From first equations: k=220
From second equations:
440=220∗212c
2=212c
12c=1
c=121
So our function is: f(x)=220∗2121x
Comments