How do I solve the following equation?
$$(x+3)^5-(x+1)^5=7$$
I tried opening it up, but it turns into an ugly quartic that doesn't factor. I don't know what to do next. Please help me out.
How do I solve the following equation?
$$(x+3)^5-(x+1)^5=7$$
I tried opening it up, but it turns into an ugly quartic that doesn't factor. I don't know what to do next. Please help me out.
Expanding It as it is will not help much. But before you expand it a small substitution can make it simple We have $$(x+3)^5-(x+1)^5=7$$ Now substitute $ x+2=t $ to get $$(t+1)^5 - (t-1)^5=7$$ $$10t^4+20t^2+2=7$$ Now $p=t^2$ and then you can use quadratic formula to find it's roots and then find out solutions of $x$