Find the element in $\mathbb{Z}/143\mathbb{Z}$ whose image is $(\overline{10},\overline{11})$ in $\mathbb{Z}/11\mathbb{Z} \times \mathbb{Z}/13\mathbb{Z}$ under the Chinese remainder theorem
So I figured we must find an element $\overline{x}$ in $\mathbb{Z}/143\mathbb{Z}$ that satisfies:
$x \equiv 10 \pmod {11} $
$x \equiv 11 \pmod {13} $
Applying the Chinese remainder theorem gives us $x=76$.
Can I then simply conclude that the element we're looking for in $\mathbb{Z}/143\mathbb{Z}$ is $\overline{76}$?
Hint:
Find an element $x$ with $x\equiv1\pmod {11}$ and $x\equiv0\pmod {13}.$ Similarly find $y$ with $\begin{cases}y\equiv0\pmod{11}\\y\equiv1\pmod {13}\end{cases}.$ Then $10x+11y\pmod{143}$ is what you want.
Hope this helps.