Is it possible to prove that $5^{152}<2^{353}$ and $2^{1413}<3\cdot 5^{608}$ without using a calculator or logarithms (middle school math only recommended)?
My idea for the first one was to use the obvious $5^3<2^7$ and then raise to the power of $50$ to get $5^{150}<2^{350}$. But since $5^2>2^3$, I couldn't use this approach to get the desired result.
Can you please help me find a relatively short proof for these inequalities? Thank you.
Not an answer, but some thoughts too long to put in the comment section.
For $5^{152} < 2^{353}$, probably not, it's really tight. If you look at the continued fraction of $\ln(5)/\ln(2)$:
$$[2;3,9,2,2,4,\ldots]$$
The first approximation is $2+\frac 13 = \frac 73$ which gives you $5^3 < 2^7$. The next one is $2+\frac{1}{3+\frac 19}=\frac{65}{28}$ which yields $5^{28}> 2^{65}$. Or you can have $2+\frac{1}{3+\frac{1}{10}}=\frac{72}{31}$ and $5^{31} < 2^{72}$. So even if this is allowed it still doesn't work because
$$5^{152} = \frac{5^{155}}{5^3} < \frac{2^{360}}{5^3}=2^{353}\frac{2^7}{5^3}$$ but unfortunately $\frac{2^7}{5^3}>1$.