.
Which number when divided by 7,9,11 gives the remainders 1,2,3 ?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The numbers that give the remainder 1 when divided by 7, form an arithmetic progression
1, 8, 15, 22, 29, . . . (1 + 7(n-1)), . . .
Of these numbers, the smallest number that gives the remainder 2 when divided by 9, is .
Next, the numbers that give the remainder 1 when divided by 7 and the remainder 2 when divided by 9, form an arithmetic progression
29, 29+63 = 92, 29+2*63 = 155, 29+3*63 = 218, . . . (29+(n-1)*63), . . .
(notice: 63 = 7*9)
Among them, the smallest number that gives the remainder 3 when divided by 11, is .
Answer. Your number is 344.