The best place to start here is with the point (0,9). Since raising any number to the 0 power yields 1, plugging that point into the generic exponential function allows us to solve for the value of a:
y = a*bx ; 9 = a*b0 ; a = 9
Now that we know the value of a, we can use the point (10, 9216) to solve for b:
y = 9*bx ; 9216 = 9*b10 ; 1024 = b10 ; b = 2
Therefore, our exponential function is y = 9*2x.