Solution to the equation of a polynomial raised to the power of a polynomial.

Denote $a=x^2-7x+11.$ The equation becomes $a^{a-5}=1,$ or equivalently* $$a^a=a^5,$$ which has in $\mathbb{R}$ the solutions $a\in \{ {5,1,-1}\}.$ Solving the corresponding quadratic equations we get the solutions $x\in \{1,6,2,5,3,4\}.$

*Note added: $a=0$ is excluded in both equations.


The only venue you can explore then is to see that $1$ is the power of one other number, that is $-1$.

$(-1)^{2k}=1$, $\forall k\in \mathbb{Z}$

By stating that, you can see that if you have both (you need to fumble around a bit and do a bit of trial and error):

$x^{2}-7x+11=-1$ AND $x^{2}-7x+6=-6$, you would have then $(-1)^{-6}=\frac{1}{(-1)^6}=1$

And of course both equations are in fact the same (otherwise you would not be able to find solutions, that is:

$x^2-7x+12=(x-3)(x-4)=0$ with solutions $(3,4)$.

So $(1,2,3,4,5,6)$ are the six solutions.


Take natural logarithm from both sides: $$\ln (x^2−7x+11)^{x^2−7x+6}=\ln1 \Rightarrow \\ (x^2-7x+6)\cdot \ln |x^2-7x+11|=0 \Rightarrow \\ 1) \ x^2-7x+6=0 \Rightarrow x_{1,2}=1,6; \\ 2) \ \ln |x^2-7x+11|=0 \Rightarrow |x^2-7x+11|=1 \Rightarrow x^2-7x+11=\pm 1 \Rightarrow \\ x_{3,4,5,6}=2,5,3,4.$$ Note: The found solutions satisfy the domain of the equation.