SOLUTION: when a number is successively divided by 3 ,5 and 7 it gives the remainder 1, 2 and 4 respectivly . Find the remainder same number when divided by 105

Algebra ->  Number-Line -> SOLUTION: when a number is successively divided by 3 ,5 and 7 it gives the remainder 1, 2 and 4 respectivly . Find the remainder same number when divided by 105      Log On


   



Question 467996: when a number is successively divided by 3 ,5 and 7 it gives the remainder 1, 2 and 4 respectivly . Find the remainder same number when divided by 105
Answer by CubeyThePenguin(3113) About Me  (Show Source):
You can put this solution on YOUR website!
n = 1 mod 3
n = 2 mod 5
n = 4 mod 7

n = 67 mod 105