I need help with a challenge problem I'm attempting to solve in my math book.
The first one is: Factor $4x^2(x-3)^3-6x(x-3)^2+4(x-3)$
I worked through the problem and got {$[x-3][4x^2(x-3)^2-6x(x-3)+4]$}.
Could someone please look at this and tell me if I'm correct, wrong, or even close to the right answer.
You can pull out a $2$ and get $$ 2(x-3)(2x^2(x-3)^2 -3x(x-3)+2). $$ If you then let $w=x(x-3)$, then your second factor is $2w^2-3w+2$. The discriminant of that polynomial is $b^2-4ac=(-3)^2-4\cdot2\cdot2=-7$. So if you allow complex numbers, you could factor this further. Barring that, you can expand what you've got: $$ \begin{align} & \phantom{{}={}} 2x^2(x-3)^2 -3x(x-3)+2 \\[8pt] & = 2x^2(x^2-6x+9) - (3x^2 - 9x) + 2 \\[8pt] & = 2x^4 -12x^3+18x^2 - 3x^2 + 9x + 2 \\[8pt] & = 2x^4 -12x^3 +15x^2 + 9x+2 \end{align} $$ There's a criterion for whether this has rational roots. If you need to factor using only integer coefficients, that finishes the problem off. Otherwise, it might take a lot more work.