Find all real solution of the equation $2^x+3^x+6^x = x^2$
$\bf{My\; Try::}$ Let $$f(x) = 2^x+3^x+6^x-x^2\;,$$ Now Using first Derivative
$$f'(x) = 2^x\cdot \ln 2+3^x\cdot \ln 3+6^x\cdot \ln 3-2x$$
Now for $x<0\;,$ We get $f'(x)>0,$ So function $f(x)$ is strictly Increasing function.
so it will cut $\bf{X-}$ axis at exactly one point.
So $f(x)=0$ has exactly one root for $x=-1$ for $x<0$
Now How can I calculate no. of real roots for $x\geq 0$
Thanks