I'm trying to solve the inequality $\ln(x^2 - 2x -2) \leq 0$ Just want to make sure that I'm doing it right.
$$\ln(x^2 - 2x -2) \leq 0$$
$x^2 - 2x -2 \leq e^0$ since $e^x$ is a strictly increasing function
$$x^2 - 2x - 3 \leq 0$$
$$(x+1) (x-3) \leq 0 $$
Therefore, the solutions are $-1\leq x\leq 3$
Please let me know if I did it correctly.
Thanks,