Recently I encountered a sum which is as follows:
Let a number when divided by 9 gives remainder 1 , when divided by 11 gives remainder 2 and when divided by 13 gives remainder 3. so Find ot that number ?
Is there a general method to solve this sum ?
Also if we want to generalize this sum by placing three numbers with 9,11 and 13. How can we do it ? (I think it might be broad question) But How to generalize it ? Hints or hints toward a particular method will be appreciated. Thanks.
My attempt:
I have a quite idea that it might be able to solve using chinese remainder theorem. But I am not able to successfully use it.