Correct option is A
Given:
When 651 is divided by the greatest number d, the remainder is 5.
When 1110 is divided by the greatest number d, the remainder is 8.
Solution:
GCD of 646 and 1102:
We will use the Euclidean algorithm to find the GCD.
Divide 1102 by 646:
1102÷646=1(quotient)remainder=1102−646=456
Divide 646 by 456:
646÷456=1(quotient)remainder=646−456=190
Divide 456 by 190:
456÷190=2(quotient)remainder=456−2×190=456−380=76
Divide 190 by 76:
190÷76=2(quotient)remainder=190−2×76=190−152=38
Divide 76 by 38:
76÷38=2(quotient)remainder=76−2×38= 0
Since the remainder is now 0, the GCD is the last non-zero remainder, which is 38.
The greatest number d that will divide both 651 and 1110, leaving remainders of 5 and 8, respectively, is 38.
The greatest number is 38.