A few days ago I stumbled on the following question, it was used in the Museum of mathematics masters tournament:
What is the biggest integer $n$ in $4^n$, that divides $7^{2048} - 1$?
a) 1
b) 3
c) 5
d) 7
It was not phrased exactly like this, but it is similar enough.
Using ghci and a python terminal I guessed the answer is 7. But I don't know how to go about it using only pen and paper.
Let $\, \upsilon_p(n)\, $ denote $\, m\, $ s.t. $\, p^m\mid n\, $ and $\, p^{m+1}\nmid n$.
LTE (Lifting The Exponent Lemma):
$7,1$ are odd, $2048$ is even, so
$\upsilon_2(7^{2048}-1^{2048})=\upsilon_2(7-1)+\upsilon_2(7+1)+\upsilon_2(2048)-1=1+3+11-1=2\cdot \textbf{7}$