asked 49.1k views
18 votes
If f(n) = 2n^2 + 2 and g(n) = n + 1, what is (f -g)(n) when n = -1?

asked
User Sidane
by
8.0k points

1 Answer

0 votes
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
answered
User Rian Mostert
by
7.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.