I would like to solve following equation:
$$15 (x+2)^{-4} = 11(x+2)^{-2} +4$$ I would first remove the negative power by adding $(x+2)^4$
Then I get
$$15 = 11(x+2)^2 + 4(x+2)^4\\
11(x+2)^2 + 4(x+2)^4 -15 = 0$$
should I do now a quadratic equation where $d=(x+2)^2$
$$11d + 4d^2 -15 =0$$
But this would be very much work
The other way is to expand them and factorize them. but this is even more work.
Isnt there are simple way?