So I have these numbers:
$4^{68}, 5^{51}, 12^{23}$
They need to be ordered from the smallest to greatest. I have no idea how to solve this. Typically, one should break down the exponents somehow to get the same base or exponent, but in this case it seems problematic as two of the exponents are prime numbers and the bases seem not to be expressable by each other.
Help would be appreciated.
Observe that $68=17 \times 4$ and $51 = 17 \times 3$, therefore $4^{68}=(4^4)^{17}$ and $5^{51} = (5^3)^{17}$. Compute the base, $4^4= 256$ is greater than $5^3 = 125$.
Then observe that $3 \times 23 = 69$, so $4^{68} = (4^3)^{23}/4 = 64^{23}/4$, which is much much much greater than $12^{23}$.
Therefore $12^{23}$ is the smallest.
Quantitatively, $5^{51} > 5^{46} = 25^{23} > 12^{23}$, which also shows that $12^{23}$ is the smallest.
Final answer: $$12^{23} < 5^{51} < 4^{68}$$