No prime factorization of moduli is needed - only quick gcds. By the CRT solvability criterion, a system is solvable iff it is pairwise solveble iff each pair is consistent mod their moduli gcd. Let's check all pair consistencies. For the first pair $\,1,2\,$ the moduli gcd is $\,(140,91) = 7\,$ so
$\qquad\qquad\begin{align} x&\equiv a\!\!\!\pmod{\!140}\\ x&\equiv 3\!\!\!\pmod{\!91}\end{align}\,$ $\Rightarrow\, \begin{align} x&\equiv a\!\!\!\pmod{\!7}\\ x&\equiv 3\!\!\!\pmod{\!7}\end{align}\,$ $\Rightarrow\, \color{#c00}{a\equiv 3}\pmod{\!\color{#c00}{7}}$
For pair $\,1,3\,$ the moduli gcd $= (140,39)\!=\!1\,$ so it is always solvable. For pair $\,2,3,\,$ exactly as above we get $\bmod \color{#0a0}{13}\!=\!(91,39)\!:\,\ 2a\equiv 3\!\!\underset{\times 7\!\!}\iff \color{#0a0}a\equiv 21\equiv \color{#0a0}8.\,$ Thus the system is solvable iff
$$\begin{align} \color{#c00}{a\equiv 3}&\!\!\pmod{\!\color{#c00}7}\\ \color{#0a0}{a\equiv 8}&\!\!\pmod{\color{#0a0}{\!13}}\end{align}\qquad\qquad$$
By Easy CRT the solution is $\ a\equiv \color{#0a0}8+13\underbrace{\left[\dfrac{\color{#c00}3-\color{#0a0}8}{13}\bmod 7\right]}_{\!\!\!\large \color{#90f}{-5/(-1)}\ \bmod 7}\equiv 8+13[\color{#90f}5]\equiv 73\pmod{\!7\cdot 13}$
Remark $ $ Because this method uses only gcds (vs. prime factorizations) it can be done efficiently (by machine or hand) for huge moduli - which would not be possible using prime factorizations, since currently their is no known efficient algorithm to compute prime factorizations, but there is one for gcds - the Euclidean algorithm.