find the least number,wich when divided by 3,5,12,15 leaves in each case the same remainder 2.
Answers
Answer:
962
Step-by-step explanation:
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
Thank you
Step-by-step explanation:
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