47. The greatest common divisor of four numbers has been found; how can we quickly select three more numbers so that the found greatest common divisor remains the greatest common divisor of all seven numbers?
The source for this one didn't record the answer, so there is nothing to check what you type against. Work it on paper and mark yourself against the solution below.
Official solution
47. It is enough to multiply the greatest common divisor of the given numbers by any three numbers and add the resulting products to the given numbers.
Source: NuminaMath-1.5,
licensed Apache-2.0.
Statement and solution reproduced as published; topic, difficulty and ordering added
by this site.