171k views
2 votes
How do I solve g(n)=n+2: find g(1)

2 Answers

4 votes

All you have to do is insert 1 into where the (n) is.

g(n) = n + 2

g(1) = 1 + 2

g(1) = 3

Hope this helps you! Happy Thanksgiving!

User Genesst
by
5.2k points
5 votes

g(n) = n + 2; g(1)

g(1) means that "n" is 1, so you can plug in 1 for "n"


g(n) = n + 2

g(1) = 1 + 2

g(1) = 3

User Kaarto
by
6.7k points