This seem too simple that I cant even break this down..
Base case: For $n=1$, we have: LHS: $25^1=25$; RHS: $6^1$
So LHS$>$RHS, holds.
Inductive, hypothesis: Assume $25^k>6^k$ for some $n=k>=1$
Inductive step: We nee to show that $k+1$ holds, that is
$25^{k+1}>6^{k+1}$
from LHS:
$25^{k+1} = 25 * 25^k$
how do I continue from this, its already larger than $6^{k+1}$, however, how can I use what I already know?