finding the methodology of solving logarithmic equation

55 Views Asked by At

Find the value of $\log_{3} (3^{2x}-3^x+1) = x$. How should we get the value of $x$. $x$ is equal to $0$ but problematically I can't find a way to show that.

1

There are 1 best solutions below

11
On

Look at $3$ raised to both sides, then you get: $$3^{\log_3(3^{2x}-3^x+1)}=3^x$$ Which is the same as $$3^{2x}-3^x+1=3^x$$ Can you take it from here?