In the decimal form of the number $3^n$, the second from the end digit is even.
My proof so far:
Base Case: $n=3$
$3^3=27$. The second from the end digit is even, so the base case is true.
Inductive Step:
Assume $n=k$ is true and prove $n=k+1$ is true.
When $n=k+1$, $3^{k+1}=3(3^k)$
I don't know what to do now... the hint I was given was "What the end digit in a power of 3 can be? How does the second from the end digit change when we multiply the number by 3?"