Hello Aj,
The first thing we have to remember is
logbx = n
bn = x
y = AeBx
logey = loge(AeBx)
Since log(cd) = log c + log d, we can rewrite the equation above as
logey = logeA + loge(eBx)
logey = logeA + Bx
We have the following table of values
x logey
0 0.693
1 1.193
2 1.693
3 2.193
4 3.193
5 3.693
6 4.193
We can use these values to solve for A and B. Note that loge = ln and it's just easier to type.
lny = lnA + Bx
Using x=0 we can solve for A
0.693 = lnA + B(0)
0.693 = lnA
e0.693 = elnA = A
A = 2
Using A = 2 and another (x, lny) pair, we can solve for B
lny = lnA + Bx
1.193 = ln2 + B(1)
1.193 = .693 + B
B = .5
Using these values, we can restate our original equation
y = 2e0.5x