For this kind of problem, we are given a function with 3 unknowns (a, b, and c) and 3 tools with which to find those 3 unknowns (Horizontal asymptote(HA), y-intercept, and x-intercept).
First, let's use the Horizontal asymptote. Consider what happens as x approaches infinity. In other words, what is the value of the limit of the function as x approaches infinity. The problem statement tells us that this value is -18. Therefore, we can find the following equation,
-18 = limx→∞ b*a^(-x) + c
Notice that if we calculate this limit, it is equivalent to just the variable "c",
-18 = c
So the value of "c" in our function is -18, We can use this to find "a" and "b".
Next, let's use the y-intercept
y-intercept = (0,864)
Plugging these values of x and y into the function yields,
864 = b*a^0 + c
864 = b + c
Recall that c = -18, so we can plug that in to find b,
864 = b - 18
882 = b
Now we know that b = 882
Lastly, we can use the x-intercept to find a,
x-intercept = (2,0)
Plugging these values of x and y into the function yields,
0 = b*a^(-2) + c
Now plug in the known values of "b" and "c",
0 = 882a^(-2) - 18
We can solve this using simple algebra to find that a = 7.
In conclusion, the values for the 3 unknowns are,
a = 7
b = 882
c = -18
and the function is f(x) = 882*(7)^(-x) - 18