
q 23
my solution
I attempted like above.Then to check i plotted graph on desmos. so it showed me three roots.One before zero also. So i tried using first dervivative to get monotonocity of the function, yet am not able to reach a proper solution.

q 23
my solution
I attempted like above.Then to check i plotted graph on desmos. so it showed me three roots.One before zero also. So i tried using first dervivative to get monotonocity of the function, yet am not able to reach a proper solution.
Let us define the continuous function
$$ U(x)=f(x)-h(x)-2x^2+2=2^x+3^x-2(x^2+x+1) $$
We know that as $x$ increases the exponential portion will eventually overpower the polynomial portion and the function will be positive from that point on. So begin by plotting a few points.
Taking the first derivative gives
$$ U^\prime(x)=2^x\ln 2+3^x\ln 3-4x-2 $$
Then $U^\prime(0)=\ln 6-2<0$. So the function is decreasing at $0$ which means it is positive in value just to the left of $0$. So for some small number $a<0$ we have $U(a)>0$. But $U(-1)=-\frac{7}{6}<0$. So there is a change of sign on the interval $(-1,a)$ from negative to positive. Thus there is at least one zero between $-1$ and $a$. So there are at least three zeros.
ADDENDUM: See the comment of @String below.