Let $n∈ℕ_0$ and $m∈ℕ_0$. Show that $10^n = 3m+1$.
You can clearly see that for $n=0$, $m=0$ and $n=1$, $m=3$ and $n=2$, $m=33$ ... $n$ is the number of how many times a 3 is added to $m$ like $n=5$, then $m$ has to be $33333$ (five three's). But how to show that by induction? I always have problem to show something in a correct mathematical way...
To proceed by induction we have
then we have
$$10^{n+1}=10\cdot 10^n \stackrel{Ind. Hyp.}= 10 \cdot (3m+1)=$$$$=30m+10=30m+9+1=3(10m+3)+1=3s+1$$