Finding value of $a$.

40 Views Asked by At

Find $a$ for $f(x)= 6x^3-5x^2+5x-a.$ given that $3x^2-x+2$ is a factor of $f(x)$.

$3x^2-x+2$ posses no real roots hence I am unable to proceed.

3

There are 3 best solutions below

2
On

\begin{align} f(x)&=6x^3−5x^2+5x−a\\ &=2x(3x^2-x+2)-(3x^2-x+a) \end{align} Obviously $a=2$.

0
On

So you have $f(x) = 6x^3 -5x^2 + 5x - a= (3x^2-x+2)g(x)$, with $g$ a polynom with degree $1$, ie: $g(x) = cx+d$.

Expanding the RHS, you can identify with the LHS in order to find the parameters $c,d$ and then you will be able to find $a$.

0
On

By long division we get,

$$6x^3-5x^2+5x-a=(3x^2-x+2)(2x-1)+(2-a)$$

But,remainder is $0$.

So,$2-a=0\implies a=2$