We want to find an exponential function for which f(3)=24 and f(4)=48,
which means that it passes through (3,24) and (4,48). Let's create a system of equations by substituting ( x, f(x)) = ( 3, 24) into the general form of exponential function, f(x)=ab^x, and then substituting again with ( x, f(x)) = ( 4, 48).
24=a * b^3 & (I) 48=a * b^4 & (II)
We want to solve the above system of equations.
When solving a system of equations using substitution, there are three steps.
Isolate a variable in one of the equations.
Substitute the expression for that variable into the other equation and solve.
Substitute this solution into one of the equations and solve for the value of the other variable.
Observing the given equations, it looks like it will be simplest to isolate a in the first equation.
The solution to this system of equations is a=3 and b=2. With this information, we can finally write an equation of the exponential function that passes through the given points.
f(x)=ab^x ⇔ f(x)=3 (2)^x