Let $a,b,c$ be co-prime integers $>2$ . Find all non-trivial triplets $(a,b,c)$ such that $ a+b^{d}\equiv0\pmod c $ for all $d>0$.
2026-03-30 10:40:45.1774867245
Find all non-trivial triplets $(a,b,c)$ such that $ a+b^{d}\equiv0\pmod c $ for all $d>0$
108 Views Asked by user97615 https://math.techqa.club/user/user97615/detail At
2
If $a,b,c$ satisfy $a+b^d \equiv 0 \pmod{c}$ for all $d>0$, then $c$ divides $a+b^2$, $a+b$, and $b^2-b=b(b-1)$. If we assume $c$ and $b$ are coprime, this implies that $c$ divides $b-1$. If $c$ divides $b-1$ then $c$ divides $a+1$, since $c$ divides their sum.
Conversely, suppose that $a \equiv -1 \pmod{c}$ and $b \equiv 1 \pmod{c}$. Then $b^d \equiv 1 \pmod{c}$ for all $d>0$, and $$a+b^d \equiv -1+1 \equiv 0 \pmod{c}.$$
Hence, for $a$, $b$, and $c$ pairwise coprime, we can conclude that $a+b^d \equiv 0 \pmod{c}$ for all $d>0$ if and only if $a \equiv -1\pmod{c}$ and $b \equiv 1\pmod{c}$.