How to solve:
$$3^{2x}-3^x\geq2$$
I tried with $y=3^x$ and solved as equation: $y^2-y-2 \geq 0$
and I get:
$y<2$
$y>-1$
How should I proceed?
How to solve:
$$3^{2x}-3^x\geq2$$
I tried with $y=3^x$ and solved as equation: $y^2-y-2 \geq 0$
and I get:
$y<2$
$y>-1$
How should I proceed?
solutions you found are not correct. Correct solutions are $y\le -1$ and $y\ge 2$ but first solution gives no value of $x$ becuase $y$ is always positive. So now $3^x\ge 2$ gives $x\ge log_32$ which is the final answer.
Hope this helps !