SOLUTION: I have to plot the these functions on the graph. 1.f(x)=(1/2)^x 2.f(x)= 3^x-2 ^

Algebra ->  Logarithm Solvers, Trainers and Word Problems -> SOLUTION: I have to plot the these functions on the graph. 1.f(x)=(1/2)^x 2.f(x)= 3^x-2 ^      Log On


   



Question 140785This question is from textbook
: I have to plot the these functions on the graph.
1.f(x)=(1/2)^x
2.f(x)= 3^x-2
^
This question is from textbook

Answer by checkley77(12844) About Me  (Show Source):
You can put this solution on YOUR website!
We tutors have a graphing function: [[[graph( 300, 200, -6, 5, -10, 10, x-2, x^2/10-x) (graph 300x200 pixels, x from -6 to 5, y from -10 to 10, of TWO functions x^2 and x^2/10-x)]]] that provides us with the ability to reference a line equation of a graph and the graphing function seen here does all the work.
------------------------------------------------
1.f(x)= 3^x-2 (green curve)
+graph%28+300%2C+200%2C+-6%2C+5%2C+-10%2C+10%2C+.5%5Ex%2C+3%5E%28x-2%29%29+ (graph 300x200 pixels, x from -6 to 5, y from -10 to 10, of TWO functions .5^x and 3^(x-2)).