Solve $(x-2)^6+(x-4)^6=64$ using a substitution.
I tired using $t=x-2$.
But again I have to know the expansion of the power $6$.
Can it be transformed to a quadratic equation ?
I know that it can be somehow solved by expanding the powers. But I'm trying to get a good transformation by a sub.
If you put $t = x-3$, you have $$ (t-1)^6 + (t+1)^6 = 64 $$ the odd terms cancel out when you expand the LHS, so you get $$ u^3 + 15u^2 + 15u + 1 = 32 $$
where $u = (x-3)^2$. From looking at either the initial equation or this one, it's clear that $u = 1$ (corresponding to $t=\pm1$ and $x = 4,2$) is a solution, so can factor to $$ (u^2 + 16u + 31)(u-1) = 0 $$