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

User Ngungo
by
3.1k points

1 Answer

9 votes
9 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
User FacelessPanda
by
2.5k points