Rules for the exercise

1/5

Greatest common divisor

Instructions:

The greatest common divisor (labeled as GCD) of the two integers is the largest number that divides both integers completely, ie. the largest number by which both integers are divisible.

For example: GCD(48,90) = 6

How much is GCD(10,2)?

Your answer:

GCD(10,2) = .