Answer:
We have:
f(x) = 14*(5)^x
And we want to write this in the form:
g(x) = A*e^(k*x)
We want to have f(x) = g(x)
This is ratter easy.
The general case is:
A*(r)^x = B*e^(k*x)
Here we have:
A = B
Then:
(r)^x = e^(k*x)
Now we can remember the relation:
(a^x)^y = a^(x*y)
Then we can write:
e^(k*x) = (e^k)^x
Then we have:
(r)^x = (e^k)^x
Then we must have:
r = e^k
Now let's go to our case:
14*(5)^x = A*e^(k*x) = A*(e^k)^x
Then we have:
14 = A
5 = (e^k)
With this equation we can find the value of k.
ln(5) = ln(e^k) = k
ln(5) = k
Then the equation g(x) is:
g(x) = 14*e^(ln(5)*x)