From a math contest in 1985:
Determine which of the following is greater: (no calculators)
$$\left(\frac{e}{2}\right)^\sqrt{3} \, \hspace{3mm} \text{or} \hspace{3mm} \, (\sqrt{2})^{\pi/2}$$
Hints are welcome, but I'm totally lost and would really appreciate a solution.
This comparison is potentially pretty tricky inasmuch as the numerical values are pretty close, within $2\%$:
$$\left(\frac{e}{2}\right)^{\sqrt{3}} = 1.701\ldots, \qquad (\sqrt 2)^{\pi / 2} = 1.723\ldots$$
The following method is pretty quick-and-dirty, and I doubt that it's the most elegant way. But it doesn't use anything more advanced than knowledge of a few well-known Taylor series, and it doesn't involve integers with more than two digits.
Hint Since $\log$ is an increasing function, we may as well take the logarithms of both sides and compare quantities with the awkward exponents in more tractable places, so we're comparing $\sqrt{3}(1 - \log 2)$ and $\frac{\pi}{4} \log 2$. Subtracting these and collecting terms in $\log 2$ gives $$\left(\frac{\pi}{4} + \sqrt{3}\right) \log 2 - \sqrt{3},$$ and the claim that $(\sqrt 2)^{\pi / 2} > \left(\frac{e}{2}\right)^{\sqrt{3}}$ is equivalent to showing that this quantity is positive. At this point we can see that this amounts to establishing sufficiently tight lower bounds for $\pi, \log 2$.
One efficient way to produce such bounds is to use the first terms of the Maclaurin series
$$\operatorname{arctanh} x \sim x + \frac{1}{3} x^3 + \cdots \qquad \textrm{and} \qquad \arcsin x \sim x + \frac{1}{6} x^3 + \cdots,$$ the identities $$\log 2 = \log\left(\frac{1 + \frac{1}{3}}{1 - \frac{1}{3}}\right) = 2 \operatorname{arctanh} \frac{1}{3} \qquad \textrm{and} \qquad \pi = 6 \arcsin \frac{1}{2},$$ and the facts that all of the coefficients of both of these series are nonnegative. These are good choices in part because both series converge relatively quickly at the indicated values.