If $f(x-1)+f(x-2) = 5x^2 - 2x + 9$
and
$f(x)= ax^2 + bx + c$
what would be the value of $a+b+c$?
I was doing
$f(x-1)+f(x-2)= f(x-3)$ then $f(x)$
a = 5
b = -2
c = 9
$(5-3)+(-2-3)+(9-3)$
But do not think is is correct
What would be correct approach?
$f(x-2) = a(x-2)^2 + b(x-2) + c = a(x-2)(x-2) + bx - 2b + c = ax^2 -4ax + 4 + bx - b + c$ $
so $$f(x−1)+f(x−2) = 2ax^2 -6ax + a +4 + 2bx - 2b + 2c = 5x^2 - 2x + 9$$ right?
– edgarmtze Mar 28 '13 at 20:474aand-2b. – Jerry Mar 28 '13 at 20:52