Look at this table:

x y
1 8
2 16
3 32
4 64
5 128
Write a linear function (y=mx+b) or an exponential function (y=a(b)x) that models the data.
y=

1 answer

y = 8 * 2^(x-1)