An integer $n$ satisfies $n$ is congruent to $5 \pmod 9$, $n$ is congruent to $12 \pmod{25}$, and $n$ is congruent to $44 \pmod{49}$. What is the remainder when $n$ is divided by $105$? Find all possibilities.
2026-04-06 19:31:06.1775503866
Divisibility remainders for $9, 25, 49,$ and $105$.
116 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
Assuming you meant divided by $105$ as in the title, the equivalences
$$n\equiv5\pmod9,n\equiv12\pmod{25},n\equiv44\pmod{49}$$
can be reduced to
$$n\equiv 2\pmod3,n\equiv2\pmod5,n\equiv2\pmod7$$.
From here it's easy to see that $n\equiv2\pmod{3\times5\times7}$.