HCF of 36 and 84 is?

asked by guest
on Mar 22, 2025 at 8:26 am



You asked:

Find the greatest common factor of the following numbers: 36,8436, 84.

MathBot Answer:

Method 1:

1212 is the greatest common divisor of 3636 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 3636 and 8484:

gcd(84,36)=gcd(36,12)\operatorname{gcd}(84, 36) = \operatorname{gcd}(36, 12), since 1212 is the remainder when 8484 is divided by 3636.

gcd(36,12)=12\operatorname{gcd}(36, 12) = 12, since 1212 divides 3636.


Method 2:

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

The prime factorization of 3636 is 22×322^{2} \times 3^{2}.

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(36,84)=22×3=12.\text{gcd}(36, 84) = 2^{2} \times 3 = 12.