SOLUTION: f(x) = x + 1 and g(x) = x2

Algebra ->  Functions -> SOLUTION: f(x) = x + 1 and g(x) = x2      Log On


   



Question 907537: f(x) = x + 1 and g(x) = x2
Answer by Fombitz(32388) About Me  (Show Source):
You can put this solution on YOUR website!
Are you just looking for a graph of each?
f%28x%29=x%2B1
graph%28300%2C300%2C-10%2C10%2C-10%2C10%2Cx%2B1%29
.
.
.
g%28x%29=x%5E2
graph%28300%2C300%2C-10%2C10%2C-10%2C10%2Cx%5E2%29
.
.
.