
William W. answered 03/16/23
Math and science made easy - learn from a retired engineer
Just take the basic form y=abx and plug in the two points (0,9) and (3,4608):
First:
9 = ab0
9 = a(1)
a = 9
Second, now that you know what "a" is:
y = 9bx
4608 = 9b3
4608/9 = b3
512 = b3
b = cuberoot(512) = 8
So:
y = 9(8x)