Please help me in answering the following question
Find the number of real values of $x$ satisfying the equation:
$$\Large \left| 3 -x \right|^{ \log_7(x^2) - 7\log_x (49)} = (3-x)^3$$
I am able to get the answer as $1$ but the correct answer is $3$.
Kindly explain! :)
Since the LHS is non-negative, the RHS has to be non-negative, so $$3-x\ge0\iff x\le 3.$$
Case 1 : Obviously, $x=3$ is a solution.
Case 2 : For $3-x\gt 0\iff x\lt 3$, note that $|3-x|=3-x$.
If we let $t=\log_7 x$, then we have $$\begin{align}\log_7{x^2}-7\log_x{49}=3&\Rightarrow 2t-7\cdot\frac{2}{t}=3\\&\Rightarrow 2t^2-3t-14=0\\&\Rightarrow (2t-7)(t+2)=0\\&\Rightarrow t=\frac{7}{2},-2\\&\Rightarrow x=7^{\frac 72},7^{-2}.\end{align}$$ So, since $x\lt 3$, we have $x=7^{-2}=\frac {1}{49}$.
Hence, the answer is $$x=3,\frac{1}{49}.$$