Function Notations for quadratics

29 Views Asked by At

Given $T(x) = ax^2 + bx + c$ Find $a,\,b$ and $c$ if $T(0) = -4$, $T(1) = -2$ and $T(2) = 6$

I first made $C$ for when $x = 0,\,-4$. But don't know were to go from here. Any help?

2

There are 2 best solutions below

7
On BEST ANSWER

Since $c=-4$, it follows $T(1)=a+b-4$ and $T(2)=4a+2b-4$. Also, you know $T(1)=-2$ and $T(2)=6$. You must find $a$ and $b$ satisfying \begin{align*} a+b-4&=-2\\ 4a+2b-4&=6 \end{align*}

0
On

Hint: $T(1) = a+b+c$, and $T(2) = 4a+2b+c$, but $c = T(0) = -4$. Can you finish it off...?