Question 120155
How do i graph the function y=(1/2)to the x
--------------
Plot a few points and draw a smooth curve thru them:
If x = -2 y = 4
If x = -1 y = 2
If x = 0  y = 1
If x=  1 y = 1/2
--------------------
Graph:
{{{graph(400,300,-4,4,-20,20,(1/2)^x)}}}
======================
Cheers,
Stan H.