asked 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!

answered
User Genesst
by
7.0k 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

answered
User Kaarto
by
8.8k points

No related questions found

Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.