Question 1068859
A = 14
B = 2


g(x) = A * B^x


A = 14
B = 2


when x = 0, this becomes g(x) = 14 * 2^0 = 14 * 1 = 14
when x = 1, this becomes g(x) = 14 * 2^1 = 14 * 2 = 28
when x = 2, this becomes g(x) = 14 * 2^2 = 14 * 4 = 56