Hint $\ $ Those elements span the set of all values $\,(a_1,a_2,a_3)\, \pmod{7,11,5},\,$ i.e.
$$\begin{align} r_1 \equiv (1,0,0)\pmod{7,11,5}\\
r_2 \equiv (0,1,0)\pmod{7,11,5}\\
r_3 \equiv (0,0,1)\pmod{7,11,5}
\end{align}$$
$$\begin{align}\Rightarrow\quad\ &\,\ \ a_1 r_1 + a_2 r_2 + a_3r_3\\
\equiv&\,\ (a_1,0,0)+(0,a_2,0)+(0,0,a_3)\\ \equiv&\,\ (a_1,a_2,a_3)\end{align}$$
This will become clearer when you learn the ring-theoretic view of CRT, which here says that $\,\Bbb Z/(7\cdot 11\cdot 5)\,\cong\, \Bbb Z/7 \times \Bbb Z/11\times \Bbb Z/5,\,$ where $\,\Bbb Z/n = $ integers mod $\,n.\,$ Informally this means these triples $\,(a_1,a_2,a_3)\,$ with the natural induced componentwise addition and multiplication have the same arithmetical (ring-theoretic) structure as the integers mod $\,385= 7\cdot 11\cdot 5.$
For example $\,r_1 + r_2 + r_3 = (1,1,1)\,$ which is the identity element in the product ring, which maps to $\,330-175-154 = 1\,$ in the integers mod $\,385$ (I corrected the signs on your $\,r_2,r_3)$
This means that we can solve arithmetical problems in the integers mod $385$ by mapping them into a triple of corresponding problems in the smaller rings of integers mod $\,7,11,5,\,$ and then, by CRT, lift that triple of solutions to the corresponding solution in the integers mod $385.\,$ For example, we can solve polynomial equations in this manner. For example see this answer which computes square roots in that manner.