I need to find the value of a mod m.
But I don't have the value of a directly. I have the following modulus values of a.
a mod 21
a mod 22
a mod 23
...
a mod 2n
Now I need to find a mod m where m < 2n
Is it possible to do so with this much information?
UPDATE
Or if it is not possible with above set then
can we have some set of n numbers for which if we have a modulus to all of them, then we can find a mod m for m < 2n