SOLUTION: g(n)=3n+1; find g(-n)

Algebra ->  Rational-functions -> SOLUTION: g(n)=3n+1; find g(-n)      Log On


   



Question 1045573: g(n)=3n+1; find g(-n)
Answer by Alan3354(69443) About Me  (Show Source):
You can put this solution on YOUR website!
g(n)=3n+1; find g(-n)
----
Wherever you see n, sub -n
---
g(-n) = 3(-n) + 1
g(-n) = -3n + 1
-----
It's not hard.