This question was from a past paper of a highschool senior math competition:
Solve for $x$ where $x$ is a real number:
<p>$$ (x^2-3x+1)^{x+1} = 1$$</p>
I've gone through multiple ways of attempting to solve it for example taking logs on both sides and manipulating and that got me no where.
I am really stuck on this...could someone please help :)
My working as shown after the hints in comments:
$$ (x^2-3x+1)^{x+1} = 1$$
$$ \leftrightarrow (x+1)\ln(x^2-3x+1) = ln(1)$$
$$ \leftrightarrow (x+1)\ln(x^2-3x+1) =0$$
$$ \leftrightarrow (x+1)=0 , \ln(x^2-3x+1) = 0 $$
Case 1 :$$ x=-1 $$
Case 2 $$\ln(x^2-3x+1) = 0$$
$$ x^2 - 3x + 1 = e^0 $$
$$ x^2 - 3x = 0 $$
$$ x(x-3) = 0 $$
$$ x = 3,0 $$
So $ x=-1,3,0$ but I am missing 1?