Welcome to Westonci.ca, where your questions are met with accurate answers from a community of experts and enthusiasts. Explore a wealth of knowledge from professionals across various disciplines on our comprehensive Q&A platform. Discover in-depth answers to your questions from a wide network of professionals on our user-friendly Q&A platform.

If f(n) = 2n^2 + 2 and g(n) = n + 1, what is (f -g)(n) when n = -1?

Sagot :

yxzdxn
the easiest way is to first subtract them first and then replace n with -1:
2n^2+2-n-1 => 2n^2-n+1
now we replace n with -1
2(-1)^2-(-1)+1 => 2+2=4
"4" is teh final answer