
Valmiki R. answered 01/12/15
Tutor
4.9
(44)
Hakuna Matata
A quadratic equation always has the form ax2 + bx + c = f(x)
where the letters a,b,c are the coefficients of the respective powers of x.
Since all the functions you posted are very similar, I will only show the 2nd answer and leave the rest for you to try. I you still don't get the answers, let me know.
g(x) = 2x2 + 4x - 12
f(x) = ax2 + bx + c
Quadratic formula :
x = [- b +/- sqrt(b2 - 4ac)] /2a
x = [- 4 +/- sqrt(42 - 4(2)(-12))] /2(2)
x = [-4 +/- sqrt(16+96)]/4
x = [-4 +/- sqrt(112)]4
x = [-4 +/- 10.6]/4
+/- means that there are 2 possible values of x
x = [-4 + 10.6]/4 or x = [-4 - 10.6]/4
x = 1.646 or x = -3.646