What is the greatest positive integer which will divide 3962, 4085 and 4167 leaving the same remainder in each case?Dividend = Divisor * Quotient + Remainder=> 3962 = x*a + r (where x is the divided, a is the quotient and r is the remainder)
=> 4085 = x*b + r (where x is the divided, b is the quotient and r is the remainder)
=> 4167 = x*c + r (where x is the divided, c is the quotient and r is the remainder)
4167 - 3962 = xc + r - (xa + r) = xc - xa = x*(c-a)
=> 205 = x*(c-a)
=> x must divided a factor of 205
4167 - 4085 = xc + r - (xb + r) = xc - xb = x*(c-b)
=> 82 = x*(c-b)
=> x must divided a factor of 91
4085 - 3962 = xb + r - (xa + r) = xb - xa = x*(b-a)
=> 123 = x*(b-a)
=> x must divided a factor of 123
=>
x must be a factor of GCD(82,123,205)82 = 41 * 2
123 = 41 * 3
205 = 41 * 5
=> GCD(82,123,205) = 41
[
Watch this video to MASTER LCM and GCD]
So,
Answer will be CHope it helps!
Watch the following video to MASTER Remainders