hcf of 63 and 105

asked by guest
on Apr 06, 2025 at 6:13 am



You asked:

Find the greatest common factor of the following numbers: 63,10563, 105.

MathBot Answer:

Method 1:

2121 is the greatest common divisor of 6363 and 105105.


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 6363 and 105105:

gcd(105,63)=gcd(63,42)\operatorname{gcd}(105, 63) = \operatorname{gcd}(63, 42), since 4242 is the remainder when 105105 is divided by 6363.

gcd(63,42)=gcd(42,21)\operatorname{gcd}(63, 42) = \operatorname{gcd}(42, 21), since 2121 is the remainder when 6363 is divided by 4242.

gcd(42,21)=21\operatorname{gcd}(42, 21) = 21, since 2121 divides 4242.


Method 2:

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

The prime factorization of 6363 is 32×73^{2} \times 7.

The prime factorization of 105105 is 3×5×73 \times 5 \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(63,105)=3×7=21.\text{gcd}(63, 105) = 3 \times 7 = 21.