How to factor this polynominal?

  • Thread starter Thread starter hkus10
  • Start date Start date
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 2K views
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:

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

[tex]=(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[/tex]​
Lots of stuff cancels out at this point: 11*24, 33(x+1), 24(x+1) .

What's left?