I found this in a practice GRE problem. I thought I would have a crack at it after being spoiled by the answer
At how many points in the xy-plane do the graphs of $y = x^{12}$ and $y = 2^x$ intersect?
So I thought about doing something what most people would have done, solving for the intersection, $x^{12} = 2^x$, it became utterly hopeless.
Then I thought about using the Intermediate Value Theorem, that is
$f=x^{12} - 2^x = 0$
I suspect for $x<0$, $x^{12} > 2^x$, so $f>0$
For $x=0$, $f < 0$. So by IVT, there is a root somewhere between $(-\infty,0)$
For $x>0$, $x^{12} > 2^x$, so $f>0$. So by IVT, there is another root at $(0,\infty)$
So counting, I should get 2 roots, another therefore 2 points. But the actual answer was 3. So I am inclined to believe I overlooked something very important
Note: The GRE forbids technology assistance.