When 242 is divided by a certain divisor the remainder obtained is 8. When 698 is divided by the same divisor the remainder obtained is 9. However, when the sum of the two numbers 242 and 698 is divided by the divisor, the remainder obtained is 4. What is the value of the smallest divisor?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
From the first statement, the divisor must divide 2 3 4 exactly. From the second statement, it must divide 6 8 9 exactly. The greatest common divisor of 234 and 689 is 13 (found by Euclid's algorithm: 6 8 9 = 2 × 2 3 4 + 2 2 1 , 2 3 4 = 2 2 1 + 1 3 , 2 2 1 = 1 7 × 1 3 + 0 ). Check thirteen with the third statement, and it's fine.