Find the complex and real roots of x^15=-1, let the roots be z0,z1,z2...z15 and rewrite x^15+1 as (x-z0)(x-z1)...(x-z15)
when you find the roots, each root will have a conjugate pair which you can expand and simplify to form 4 factors with real coefficients
That's the ugly 4u method
Using what Q Z P found earlier:
x^15 + 1 = (x^5)^3 + 1 = (x+1)(x^4-x^3+x^2-x+1)(x^10-x^5+1)
x^15 + 1 = (x^3)^5 + 1 = (x+1)(x^2-x+1)(x^12-x^9+x^6-x^3+1)
so, on equating
(x+1)(x^2-x+1)(x^12-x^9+x^6-x^3+1) = (x+1)(x^4-x^3+x^2-x+1)(x^10-x^5+1)
divide both sides by x^2-x+1 and x+1
to get (x^12-x^9+x^6-x^3+1) = (x^4-x^3+x^2-x+1)(x^10-x^5+1)/(x^2-x+1)
Now, (x^10-x^5+1)/(x^2-x+1) = (x^8+x^7-x^5-x^4-x^3+x+1) by using polynomial long division
so(x^12-x^9+x^6-x^3+1) = (x^4-x^3+x^2-x+1)(x^8+x^7-x^5-x^4-x^3+x+1)
subbing this ugly expression for (x^12-x^9+x^6-x^3+1) into
x^15 + 1 = (x+1)(x^2-x+1)(x^12-x^9+x^6-x^3+1)
to get:
(x+1)(x^2-x+1)(x^4-x^3+x^2-x+1)(x^8+x^7-x^5-x^4-x^3+x+1)
Which is the answer