How do you write an exponential function whose graph passes through the points (0,-18) and (-2,-2)?

1 Answer
Nov 15, 2017

We can have

g(x)=18(3)x

Explanation:

An exponential function is given by y=a(bx).

Setting up a system of equations, we have:

18=ab0
2=ab2

We can immediately see from the first equation that a=18 because b0=1 .

2=18b2

2=18b2

b2=9

b=±3

But b>0.

So the only plausible function is y=18(3)x. We confirm graphically:
enter image source here

Hopefully this helps!