How do you solve: x^200 - 8x^100 + 16 = 0
That was a nice, clean solution. Thank you!!
You can replace x^100 with another variable, say z
So x^200 becomes z^2
and your equation becomes an ordinary quadratic in z.
Once you have values for z, take the 100th root to get x.