Respuesta :
Answer:
The value of f(-1) is:
[tex]f(-1)=-20[/tex]
Step-by-step explanation:
Let the quadratic function f(x) be denoted by:
[tex]f(x)=ax^2+bx+c[/tex]
Now, it is given that:
[tex]f(1)=-24[/tex]
This means that:
[tex]a+b+c=-24--------------(1)[/tex]
Also,
[tex]f(4)=0[/tex]
This means that:
[tex]16a+4b+c=0------------(2)[/tex]
on subtracting equation (1) from equation (2) we get:
[tex]15a+3b=24\\\\i.e.\\\\5a+b=8---------(x)[/tex]
Also,
[tex]f(7)=60[/tex]
i.e.
[tex]49a+7b+c=60-----------(3)[/tex]
On subtracting equation (1) from equation (3) we have:
[tex]48a+6b=84\\\\i.e.\\\\8a+b=14--------(y)[/tex]
on subtracting equation(x) from equation(y) we have:
[tex]3a=6\\\\i.e.\\\\a=2[/tex]
on putting the value of 'a' back in equation (x) we have:
[tex]5\times 2+b=8\\\\i.e.\\\\10+b=8\\\\i.e.\\\\b=8-10\\\\i.e.\\\\b=-2[/tex]
Also, on putting the value of a and b in equation (1) we have:
[tex]c=-24[/tex]
Hence, the quadratic function is:
[tex]f(x)=2x^2-2x-24[/tex]
Hence,
[tex]f(-1)=2\times (-1)^2+(-2)\times (-1)-24\\\\i.e.\\\\f(-1)=2+2-24\\\\i.e.\\\\f(-1)=4-24\\\\i.e.\\\\f(-1)=-20[/tex]
Answer:
-20
Step-by-step explanation:
Well we are given that is a quadratic equation.
We are also given f(4) = 0. This means 4 is one root of the quadratic.
We can factor the quadratic into a form like this:
f(x) = a (x - r) (x - 4)
Where r is the other root of the quadratic.
We can subsitute 1 and 7 into the quadratic because we are given that
f(1) = - 24 and f(7) = 60.
We will get the following:
-24 = a (1 - r) (-3)
and
60 = a (7 - 4) (3)
To get rid of the "a" term, we can divide the second equation by the first, giving us the following equations:
- 5/2 = - (7 - r) / (1 - r)
We can multiply both sides by 2 (1 - r).
This gives us:
-5 ( 1 - r) = -2 (7 - r), so
5r - 5 = 2r - 14, so
3r = -9.
Then, we know r = -3.
We can then derive that the unique quadratic with the desired values is:
f(x) = 2 (x + 3) (x - 4).
We can plug in x = -1, so we get f(-1) = (2) (2) (-5) = -20.
Thus, our answer is -20.
To be honest, the first way or the other soultion the one I thought of first. In the middle of doing this problem for fun, I discovered this simpler way.