what is the Highest common factor of 8 and 14

asked by guest
on Mar 28, 2025 at 1:18 am



You asked:

Find the greatest common factor of the following numbers: 8,148, 14.

MathBot Answer:

Method 1:

22 is the greatest common divisor of 88 and 1414.


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 88 and 1414:

gcd(14,8)=gcd(8,6)\operatorname{gcd}(14, 8) = \operatorname{gcd}(8, 6), since 66 is the remainder when 1414 is divided by 88.

gcd(8,6)=gcd(6,2)\operatorname{gcd}(8, 6) = \operatorname{gcd}(6, 2), since 22 is the remainder when 88 is divided by 66.

gcd(6,2)=2\operatorname{gcd}(6, 2) = 2, since 22 divides 66.


Method 2:

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

The prime factorization of 88 is 232^{3}.

The prime factorization of 1414 is 2×72 \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(8,14)=2=2.\text{gcd}(8, 14) = 2 = 2.