Sonny18n said:
Sorry but I still don't understand. What am I doing wrong in 2? And how do I get those functions to equal x^2 and 3?
Since you're obviously trying to learn this quickly, I'll give a short crash course on factorizing.
We have the quadratic f(x)=x^2+12x+36.
When we talk about f(x), we are actually talking about x^2+12x+36 in this case.
f(1) will then represent f(x) when x=1, hence
f(x)=x^2+12x+36
and
f(1)=(1)^2+12(1)+36=1+12+36=49
Similarly, f(6)=(6)^2+12(6)+36=12+72+36=144 and f(-6)=(-6)^2+12(-6)+36=36-72+36=0
Notice f(-6)=0, hence x = -6 is a zero of the quadratic f(x). But of course, it's not easy to figure out the values of x this way. We need to turn to factorizing.
Since you already know how to factorize, we'll move on.
So f(x)=x^2+12x+36=(x+6)^2.
Now, f(1)=49 that we saw earlier, but with this factorized form, we can find that out a lot more easily. f(x)=(x+6)^2 hence f(1)=(1+6)^2=7^2=49.
Similarly,
f(6)=(6+6)^2=12^2=144
and
f(-6)=(-6+6)^2=0^2=0
It was easy to see that x=-6 gave us f(x)=0 because if k represents any number then k
2=0 only when k=0. So if we think of x+6 as being k, hence (x+6)^2=k^2 then we can only get (x+6)^2=0 by letting x+6=0, solving gives us x=-6.