Let $T$ be the smallest positive integer which, when divided by $11,13,15$ leaves remainders in the sets $\{7,8,9\},\{1,2,3\},\{4,5,6\}$ respectively. What is the sum of the squares of the digits of $T$?
My working
After applying CRT, I got
$T\equiv 469+1365a+495b+286c\,\, \left(\mod 2145\right)$ where $a,b,c\in\{0,1,2\}$
Now what to do should I check all 27 cases?
By trail and error I got $T=184,$ for $a=1,b=1,c=0$
Is this smallest?
In answer to your specific question, yes. I thought that the simplest (although possibly not quickest) way to check would be to check all the consecutive triplets satisfying the condition for remainder upon division by $15$, up to $184$. For the sake of having a more complete answer, these are:
$\{19,20,21\}$, $\{34,35,36\}$, $\{49,50,51\}$, $\{64,65,66\}$, $\{79,80,81\}$, $\{94,95,96\}$, $\{109,110,111\}$, $\{124,125,126\}$, $\{139,140,141\}$, $\{154,155,156\}$, $\{169,170,171\}$, $\{184,185,186\}$.
The first number that works is $184$.