Find all bases $b$ such that $15$ and $21$ are pseudoprimes,i.e. $b^{14} \equiv 1 (mod 14)$ and $b^{20} \equiv 1 (mod 20)$
Can anyone help me?
Find all bases $b$ such that $15$ and $21$ are pseudoprimes,i.e. $b^{14} \equiv 1 (mod 14)$ and $b^{20} \equiv 1 (mod 20)$
Can anyone help me?
Let's solve this for $n = 15$. The proof with $n = 21$ is analogous.
We need to find every $b$ that satisfies $$ b^{14} \equiv 1 \mod 15$$
We can choose $1 \le b \le 14$ and $(b, 15) = 1$, thus we need to check $1, 2, 4, 7, 8, 11, 13, 14$ as potential bases.
All following calculus should be considered $\mod 15$.
We can observe that, since the exponent 14 is even, $$(-b)^{14} = b^{14}$$ This shows that $-1 \equiv 14$ and $-4 \equiv 11$ are bases to which 15 is pseudoprime. Clearly, $-2 \equiv 13$ and $-7 \equiv 8$, are not bases.
Wrapping it up, 15 is pseudoprime to bases 1, 4, 11, 14 (seen mod 15).
Hint:
$b^{14}-1 \equiv 0 \mod 15$, GCD $(15,b)=1$. Using this find all such $b$'s (find the general form,as they are infinite)