I had this equation as a bonus question on a quiz today. I got to a certain extend and was completely unsure how to continue.
- $$(10x^4-18x^3-94x^2-8x+2) \div (10x+2)$$
I figured the easiest first step would be to divide. (Actually, I assumed it was factorable, but I have no idea how to go about that)
$$\frac{(10x^4-18x^3-94x^2-8x+2)} {(10x+2)}$$ $$\frac{10x^4}{10x+2} + \frac{-18x^3}{10x+2} + \frac{-94x^2}{10x+2} + \frac{-8x}{10x+2} + \frac{2}{10x+2}$$
Simplifying some more (multiplying by $10x+2$)
$$10x^4-18x^3-94x^2-8x-2 = 0$$
But what do I do from here? Do I factor? Do do something else?
If I do factor How do I go about that? If not, what do I do instead?