The idea it to find remainder $35^{32} + 51^{24} \bmod 1785$.
1785 is a composite number equal to 3 x 5 x 7 x 17.
35 is 0 mod 5 and mod 7.
51 is 0 mod 3 and mod 17.
Any help regarding steps from here?
I know that there are numbers having same remainder in composite case.
For example $a^c \cong d \bmod m$ and $a^c \cong d \bmod n$ $a^c \cong d \bmod mn$
It's something I cannot get using numbers as before.
Found a simpler solution
$x=35^{32}+51^{24}$
$x \equiv 1 \mod 3$
$x \equiv 1 \mod 5$
$x \equiv 1 \mod 7$
$x \equiv 1 \mod 17$
$x \equiv 1 \mod 1785 = lcm[3,5,7,17]$