How do you factor 2^12 + 1?
1 Answer
Dec 6, 2016
Explanation:
The sum of cubes identity can be written:
a^3+b^3=(a+b)(a^2-ab+b^2)
Use this with
2^12+1 = (2^4)^3+1^3
color(white)(2^12+1) = (2^4+1)(2^8-2^4+1)
color(white)(2^12+1) = (16+1)(256-16+1)
color(white)(2^12+1) = 17*241
You are probably aware that
What about
-
241 ends with an odd digit, so is not divisible by2 . -
2+4+1 = 7 is not divisible by3 , so241 is not divisible by3 . -
241 does not end in0 or5 , so is not divisible by5 . -
241 = 210+28+3 = 34*7+3 is not divisible by7 -
241 = 220 + 22 - 1 = 22*11 - 1 is not divisible by11 -
241 = 260 - 13 - 6 = 19*13-6 is not divisible by13 -
241 < 289 = 17^2 , so we have checked all the primes we need to and have established that241 is prime.