Question 1039902
How do you Graph the function by making a table of coordinates for this problem
f(x)=(1/15)^x
-----
Note: y approaches +oo as x goes to -oo
Let x = -1, the y = (1/15)^(-1) = 15 ; plot (-1,15)
Let x = 0, then y = (1/15)^0 = 1 ; plot (0,1)
Let x = 1, then y = (1/15)^1 = 1/15 ; plot (1,1/15)
Note: y approaches zero as x goes to +oo
-------------------
{{{graph(400,400,-10,10,-10,100,(1/15)^x)}}}
---------------------
Cheers,
Stan H.
-------------