Respuesta :

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!

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