How to factor this polynominal?

  • Thread starter Thread starter hkus10
  • Start date Start date
hkus10
Messages
50
Reaction score
0
1) (x-10)[(x+4)(x+1) - 24] - 3[(-11x - 11) + 24] + 8[-21 + 3x]

what I get is (x-10)(x^2+5x-20) + 57x-207
The reason that I do not combine them is because I think it is much more difficult to deal with x^3?
What should I do here?
 
Physics news on Phys.org
It looks to me like you should just multiply the whole thing out and then try to factor it. Once you've done that you can use the rational roots theorem to find possible factors. There aren't very many.
 
hkus10 said:
1) (x-10)[(x+4)(x+1) - 24] - 3[(-11x - 11) + 24] + 8[-21 + 3x]

what I get is (x-10)(x^2+5x-20) + 57x-207
The reason that I do not combine them is because I think it is much more difficult to deal with x^3?
What should I do here?
There are lots of (x+1)s & 24s appears here & there ...

Try something like:

(x-10)[(x+4)(x+1) - 24] - 3[(-11x - 11) + 24] + 8[-21 + 3x]
=<br /> \left((x+1)-11\right)\left[ \left((x+1)+3\right)(x+1)-24\right]+3\left(11(x+1)-24\right)+8\left[3(x+1)-24\right]​
Now there are more (x+1)s & 24 plus more 3s & 11s. Multiply these out. Don't do too much arithmetic.
<br /> =\left((x+1)-11\right)\left[(x+1)^2+3(x+1)-24\right]+33(x+1)-3\cdot24+24(x+1)-8\cdot24

=(x+1)^3+3(x+1)^2-24(x+1)-11(x+1)^2-33(x+1)+11\cdot24\ \ +\ 33(x+1)+24(x+1)-11\cdot24​
Lots of stuff cancels out at this point: 11*24, 33(x+1), 24(x+1) .

What's left?
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top