Equation : $(6-x)^4 + (8-x)^4 = 16$
I am a high school student. According to this question's solution, the other two roots are 6 and 8. However, I am only getting 2 of the 4 roots. It would be very helpful if I know what I was wrong in this case, and how to get the other two roots.
That question is ugly: why use $6-x$ and $8-x$ instead of $x-6$ and $x-8$ when you're squaring it anyway?
So, you get:$$(x-6)^4+(x-8)^4=16$$
Now say $u=x-7$, then you get:
$(u+1)^4+(u-1)^4=16$, or $2u^4+12u^2+2=16$
This, you can solve to $u^2$ and then back to $x$.
As your method was right, this should give you the same results :-)