I think this is kind of a lame problem after seeing the quality of questions on this site, but I couldn't find anything related to my question
Now the basic questions is as follows,
Q. Find the least number which when divided by x, y, and z leaves remainder in each case a, b, and c.
A. The solution to this "when x-a = y-a = z-c = D" will be LCM(x, y, z) - D
My 1st question is how is the above possible?
EDIT
For eg. Find the least number which when divided by 3, 4, 5 leaves a remainder of 1, 2, 3 respectively.
Now the answer would be:
D = 3-1 = 4-2 = 5-3 = 2
LCM(3, 4, 5) = 60
So the answer is 60 - 2 = 58
2nd Part
Now the problem comes when x-a <> y-a <> z-a
EDIT
Q. Find the least number when divided by 7 and 5 leaves in each case a remainder 2 , 3 respectively.
The way I thought to solve for numbers 7, 5 leaving a remainder 2, 3 respectively was like this:
Construct two arithmetic sequences:
a(1st term) = 9(7+2) and d(common difference) = 7
a = 8(5+3) and d = 5
The first term common to these series will be the answer, but shouldn't it be natural that the second question also have an answer that can be deduced by taking LCM, HCF on some operation involving (7, 5) and (2, 3).
But there is also a condition that there will be no solution, the idea is to check till LCM(7,5), why is that?