Factors in a cubic equation

356 Views Asked by At

I have no idea how to go about this. Any Hint?

Suppose that $(x-3)$ is a factor of

$$kx^3 - 6x^2 + 2kx - 12.$$

Solve for $k$.

3

There are 3 best solutions below

0
On BEST ANSWER

Hint: if $x-3$ is a factor, then when $x=3$ the expression evaluates to 0. So, plug in 3 for $x$ and see what you get...

0
On

Hint:

According to the Remainder Theorem, for any polynomial $f(x)$, if $f(a)=0$, $(x-a) $ is a factor of $f(x)$.

So in your question, if $(x-3)$ is a factor, then for $a=3$, $f(x)=?$

With this fact, you can list a equation in terms of $k,x$ and also a constant("?"),where $x=a=3$.

0
On

$$kx^3 - 6x^2 + 2kx - 12$$ can be factored as $$(kx-6)(x^2+2)$$Now, $(x-3)$ isn't obviously a factor of $(x^2+2)$, so try making it a factor of $(kx-6)$. That is, $$(kx-6) = a(x-3)$$What must $a$ be?