highest common factor of 60 and 84

asked by guest
on Apr 01, 2025 at 11:24 am



You asked:

Find the greatest common factor of the following numbers: 60,8460, 84.

MathBot Answer:

Method 1:

1212 is the greatest common divisor of 6060 and 8484.


The greatest common divisor of two integers is the largest positive integer that divides both integers.

The greatest common divisor of integers bb and aa is written as gcd(b,a)\operatorname{gcd}(b,a).


The greatest common divisor can be computed by Euclid's algorithm, which is based on repeated application of the following fact:gcd(b,a)=gcd(a,r)\operatorname{gcd}(b, a) = \operatorname{gcd}(a, r) where rr is the remainder of bb divided by aa, and 0<ab0 < a \le b.


Euclid's algorithm for computing the greatest common divisor of 6060 and 8484:

gcd(84,60)=gcd(60,24)\operatorname{gcd}(84, 60) = \operatorname{gcd}(60, 24), since 2424 is the remainder when 8484 is divided by 6060.

gcd(60,24)=gcd(24,12)\operatorname{gcd}(60, 24) = \operatorname{gcd}(24, 12), since 1212 is the remainder when 6060 is divided by 2424.

gcd(24,12)=12\operatorname{gcd}(24, 12) = 12, since 1212 divides 2424.


Method 2:

The greatest common divisor of two integers is the largest positive integer that divides both integers.

The prime factorization of 6060 is 22×3×52^{2} \times 3 \times 5.

The prime factorization of 8484 is 22×3×72^{2} \times 3 \times 7.

The GCD is the minimum of the prime powers of the two numbers. Find the greatest common divisor by multiplying the prime number powers together, including only the lowest prime number power of those prime factors which are common to both numbers.

gcd(60,84)=22×3=12.\text{gcd}(60, 84) = 2^{2} \times 3 = 12.