what is the least number which when divided by the number 3,6,8,10,12 leaves remainder 2in each case but when divided by 13 leaves no remainder
Answers
Answered by
2
QUESTION:-
What is the least number that when divided by 3,5,6,8,10 and 12 leaves a remainder of 2 but when divided by 13 leaves no remainder?
SOLUTION:-
Suppose we are given that a number when divided by x, y, and z, leaves a remainder of a, b, and c; then the number will be of the format of LCM(x,y,z)*n + constant
The key in these questions is finding out the value of 'constant'. If all of them leave the same remainder 'r', constant = r. It can also be looked at as the smallest number satisfying the given property.
So, the number N = LCM(3,5,6,8,10,12)*n + 2 = 120n + 2
Now we have to find out a suitable value of n such that 120n + 2 is divisble by 13.
We know that 117 is divisble by 13.
So, we need to find such a value of n such that 3n + 2 is divisble by 13.
That happens when n = 8
=> N = 120*8 + 2 = 962
----------------------------------------------------------
Similar questions