I have: $2^{2n} \cdot 3^{n} - 1 = (2^2 \cdot 3)^n - 1 = 12^n - 1$. I know every positive integer is a product of primes, so that,
$$12^n - 1 = p_1 \cdot p_2 \cdot \dots \cdot p_r. $$ Also, any idea how to use math notation on this website?
I have: $2^{2n} \cdot 3^{n} - 1 = (2^2 \cdot 3)^n - 1 = 12^n - 1$. I know every positive integer is a product of primes, so that,
$$12^n - 1 = p_1 \cdot p_2 \cdot \dots \cdot p_r. $$ Also, any idea how to use math notation on this website?
On
First, show that this is true for $n=1$:
$2^{2}\cdot3^{1}-1=11$
Second, assume that this is true for $n$:
$2^{2n}\cdot3^{n}-1=11k$
Third, prove that this is true for $n+1$:
$2^{2(n+1)}\cdot3^{n+1}-1=$
$\color\red{2^{2n}\cdot3^{n}-1}+11\cdot2^{2n}\cdot3^{n}=$
$\color\red{11k}+11\cdot2^{2n}\cdot3^{n}=$
$11(k+2^{2n}\cdot3^{n})$
Please note that the assumption is used only in the part marked red.
We have to prove $11|12^n-1$. This follows easily from $$12^n\equiv 1^n=1\ (\ mod\ 11\ )$$