How do you find the GCD of two numbers?
Define GCD.
GCD (Greatest Common Factor) of two or more numbers is the largest number that divides the given numbers. Suppose and are two numbers that are not all zero such that the GCD of two numbers can be represented as GCD. GCD of two numbers can be calculated using either prime factorization of numbers or division.
Example : Find the GCD of and .
Solution :
Prime factorization of
Prime factorization of
GCD