I'd never encountered a problem like "show that $2^{50}<3^{33}$" but I think I ended up solving it after doing some weird stuff with logs and Maclaurin series:
$$ \begin{align*} 2^{50}&<3^{33}\\ \ln2^{50}&<\ln3^{33}\\ 50\ln2&<33\ln3\\ \frac{50}{33}&<\frac{\ln3}{\ln2}\\ \end{align*} $$
When I got to this point I thought I might be able to use the result $\ln(1+x)=x-\frac{x^2}2+\frac{x^3}3-\cdots$ to rewrite the right-hand side into something like a fraction. $$ \begin{align*} \frac{50}{33}&<\frac{\ln3}{\ln2}\\ &<\frac{\ln(1+2)}{\ln(1+1)}\\ &<\frac{2-\frac{2^2}2+\frac{2^3}3-\cdots}{1-\frac12+\frac13-\cdots}\\ \end{align*} $$
Here I noticed that actually, the bottom is clearly greater than a half, because the sum of all the terms is greater than the sum of the first two, $1-\frac12+\frac13-\cdots>1-\frac12$.
So I actually went back a step:
$$ \begin{align*} \frac{50}{33}&<\frac{\ln3}{\frac12}\\ \frac{50}{33}&<2\ln3\\ \end{align*} $$
Here I think I've proved that $2^{50}<3^{33}$, because the above inequality ($\frac{50}{33}<2\ln3$) is clearly true:
$$ \ln3>1\implies 2\ln3>2.\\ \frac{50}{33}<2\implies \frac{50}{33}<2\ln3. $$
However, I'm not sure if I've done this the "right" way. I'm pretty sure there must be alternative, simpler, "more elegant" ways to prove $2^{50}<3^{33}$.
Can people show me how they would prove this result?