I tried to format my question but I couldn’t figure out how to do it.
Prove that $7 | (3^{2n} − 2^{n})$ for every nonnegative integer $n$.
my proof:
Basic step (0): 7 | 1-1 which is true.
Ind. step: if $p(k) \implies p(k+1)$:
$3^{2k} − 2^{k}=7x$
$3^{2(k+1)} − 2^{k+1}=$
$3^{2k+2} − 2^{k+1}=$
$3^{2k}3^{2} - 2^{k}*2=$
$3^{2}(7x)*2= $ is this step correct?
$9*(7x)*2=$
126x which can be written as 7(18x) and therefore is divisible by 7.