I did most of it but I stuck here I attached my working tell me if I did correct or not thanks
My working:
EDITED: I wrote the notes as TEX Prove using induction that $2^{3n} - 3^n \mod{5} = 0$.
Statement is true for $n = 1$: $$2^{3 * 1} - 3^1 = 2^3 - 3 = 8 - 3 = 5$$ $$5 \mod{5} = 0$$
Now for $n = p$ and $n = p + 1$: $$2^{3(k+1)} - 3{k + 1} = 2 * 2^p - 3$$ $$=2(5n + 3) - 3=10n + 6 - 3 = 10n+3$$