Final answer:
The exponential function that contains the points (0,8) and (3,64) is f(x) = 8*2x. We find this by solving for the constants c and a using the given points.
Step-by-step explanation:
To find the exponential function f(x)=c*ax that passes through the points (0,8) and (3,64), we can use these points to determine the constants c and a.
Using the first point (0,8), when we plug x = 0 into the function f(x)=c*ax, we get f(0)=c*a0=c, as any number to the zero power is 1. Therefore, c = 8.
Now, let's use the second point (3,64). Substituting x = 3 and the previously found c into the equation, we get 64 = 8*a3. Solving for 'a', we divide both sides by 8 yielding a3 = 64/8 = 8. Taking the cubic root of both sides gives us a=2. Therefore, our exponential function is f(x) = 8*2x.