I want to show that the last digit of $x^{n}$ in base $12$ when $n=2, 3, \ldots$ is
$0$ when $x=6$
$4$ when $x=A$, $(A=10)$
and also the last digit is $x$ when $x=3,5,7,8,11$ and $n$ is odd.
Here are my thoughts... When $x=6$, I need to prove that $6^n=0 \mod 12$, $n \geq 2$.
When $x=10$, I need to prove that $10^n=4 \mod 12$, $n \geq 2$.
I am not sure where to start on the last part.
You are right about $x=6$. And of course that $n\geqslant 2\implies12\mid6^n$.
On the other hand, $10^2\equiv4\mod12$ and it follows by induction that$$n\geqslant2\implies10^n\equiv4\mod12.$$
Now, $3\equiv3\mod12$ and $3^2\equiv-3\mod12$. It follows from this that, if $n$ is odd, then $3^n\equiv3\mod12$.
In the case of $5$, it's almost the same thing: $5\equiv5\mod12$ and $5^2\equiv1\mod12$. You can exactly the same thing with the number $7$.
Can you take it from here?