Posted by Jess on Wednesday, December 5, 2012 at 11:43am.
Mod 5 there are only 5 numbers to try, zero is not a solution, so you only have to try ±1 and ±2. A more formal way would be to try some manipulations. If you write the constant term 1 as -4, you can divide the polynomial by 2:
[-4 + 4 x + 2 x^2 + 2 x^3]/2 =
-2 + 2 x + x^2 + x^3 (1)
Then since x is not zero, we have by Fermat's little theorem that x^4 = 1. So, you can replace the -2 by -2 x^4. If you then divide by x, (allowed snce x is not zero), you get:
-2 x^3 + 2 + x + x^2
Using this trick again by replacing the 2 by 2 x^4 and dividing by x, you get:
-2 x^2 + 2 x^3 + 1 + x
If you multiply this by 2 and add this to (1) you get
4 x -3 x^2 + 5 x^3
Then dividing by x and using that
5 = 0, you get:
4 - 3 x
Equating this to zero yields
x = 4*3^(-1) = 8 = 3
To factor the polynomial you thus need to divide it by (x-3) in Z5 (just use long division and do the calculations mod 5).
Related Questions
Calculus - relative extrema x^4-2x^2+5 so far I know how to find the derivative ...
Math - Find all roots - Find all roots: #1.) 2x^3 + 5x^2 - 22x + 15 = 0 #2.) x^4...
Cubic Equations - I have three that I need help with if possible. 1. Solve 2x^3...
TRIG! - Posted by hayden on Monday, February 23, 2009 at 4:05pm. sin^6 x + cos^6...
math - Find all the possible rational roots of f(x)= 4x^4 - 3x^3 +2x^2 + x -3 f(...
Algebra II - I need to write a polynomial in SIMPLEST FORM having roots 2,-2 and...
maths - Choose the option that gives the solution of the initial-value problem ...
bobpursley,math - about this problem , I figured it out and i did get the answer...
math-calculus - i think i do something wrong again(2x+1)/(x-3)-(4x-1)/(2x-3) = 0...
maths - Choose the option that gives an expression for the indefinite integral &...
For Further Reading