Can someone help? need to find the a and b for this function. Anything helps!!

60 Views Asked by At

enter image description here Function is $f(x)= ax^4-25x^3+2x^2+25x+b $ it passes through (7,E) E= 1296 and there is a zero of -1

1

There are 1 best solutions below

4
On BEST ANSWER

You can find $a$ and $b$ as a system of equations:

We know that for $x=7$, $f(x)=1296$, this will be one equation on $a$ and $b$.

And for $x=-1$, $f(x) = 0$, this will give another equation on $a$ and $b$.

Can you write down the equations and solve the system or do you need more help?

Edit: The equations will be: $$\begin{cases} a \times 7^4 - 25 \times 7^3 + 2 \times 7^2+25 \times 7 + b = 1296 \\ a \times (-1)^4 - 25 \times (-1)^3 + 2 \times (-1)^2+25 \times (-1) + b = 0 \end{cases}$$

Edit 2: If you subtract the first equation from the second you get an equation without $b$: $$a \times (7^4-(-1)^4) - 25 \times (7^3-(-1)^3) + 2 \times (7^2-(-1)^2) + 25 \times (7-(-1)) = 1296 \ .$$ I was a bit lazy and I did not compute the powers of $7$. :)

With this last equation, you'll be able to compute the value of $a$. To obtain the value of $b$ you can use one of the other equations (I suggest using the one with the smaller numbers).