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?
 
Thread 'Use greedy vertex coloring algorithm to prove the upper bound of χ'
Hi! I am struggling with the exercise I mentioned under "Homework statement". The exercise is about a specific "greedy vertex coloring algorithm". One definition (which matches what my book uses) can be found here: https://people.cs.uchicago.edu/~laci/HANDOUTS/greedycoloring.pdf Here is also a screenshot of the relevant parts of the linked PDF, i.e. the def. of the algorithm: Sadly I don't have much to show as far as a solution attempt goes, as I am stuck on how to proceed. I thought...
Back
Top