gcf (240; 288) = ? Calculate the greatest (highest) common factor (divisor) of numbers, gcf (hcf, gcd), by two methods: 1) The prime factorization and 2) The Euclidean Algorithm

gcf, hcf, gcd (240; 288) = ?

Method 1. The prime factorization:

The prime factorization of a number: finding the prime numbers that multiply together to make that number.


240 = 24 × 3 × 5
240 is not a prime number but a composite one.


288 = 25 × 32
288 is not a prime number but a composite one.


* The natural numbers that are only divisible by 1 and themselves are called prime numbers. A prime number has exactly two factors: 1 and itself.
* A composite number is a natural number that has at least one other factor than 1 and itself.



Calculate the greatest (highest) common factor (divisor):

Multiply all the common prime factors, taken by their smallest exponents (the smallest powers).


The greatest (highest) common factor (divisor),
gcf, hcf, gcd (240; 288) = 24 × 3 = 48
The two numbers have common prime factors.
Scroll down for the 2nd method...

Method 2. The Euclidean Algorithm:

This algorithm involves the process of dividing numbers and calculating the remainders.


'a' and 'b' are the two natural numbers, 'a' >= 'b'.


Divide 'a' by 'b' and get the remainder of the operation, 'r'.


If 'r' = 0, STOP. 'b' = the gcf (hcf, gcd) of 'a' and 'b'.


Else: Replace ('a' by 'b') and ('b' by 'r'). Return to the step above.




Step 1. Divide the larger number by the smaller one:
288 ÷ 240 = 1 + 48
Step 2. Divide the smaller number by the above operation's remainder:
240 ÷ 48 = 5 + 0
At this step, the remainder is zero, so we stop:
48 is the number we were looking for - the last non-zero remainder.
This is the greatest (highest) common factor (divisor).


The greatest (highest) common factor (divisor):
gcf, hcf, gcd (240; 288) = 48 = 24 × 3
The two numbers have common prime factors

Why do we need to calculate the greatest common factor?

Once you've calculated the greatest common factor of the numerator and the denominator of a fraction, it becomes much easier to fully reduce (simplify) the fraction to the lowest terms (the smallest possible numerator and denominator).


Other similar operations with the greatest (highest) common factor (divisor):


The greatest (highest) common factor (divisor), gcf (hcf, gcd): the latest 5 calculated values

The gcf, hcf, gcd (6,288 and 3,388) = ? May 29 02:45 UTC (GMT)
The gcf, hcf, gcd (240 and 288) = ? May 29 02:45 UTC (GMT)
The gcf, hcf, gcd (850 and 1,094,800) = ? May 29 02:45 UTC (GMT)
The gcf, hcf, gcd (5 and 1,270) = ? May 29 02:45 UTC (GMT)
The gcf, hcf, gcd (3,072 and 7,493) = ? May 29 02:44 UTC (GMT)
The greatest (highest) common factor (divisor), gcf (hcf, gcd): the list of all the calculations

Calculator of the greatest (highest) common factor (divisor), gcf, hcf, gcd

Calculate the greatest (highest) common factor (divisor) of numbers, gcd, hcf, gcd:

Method 1: Run the prime factorization of the numbers - then multiply all the common prime factors, taken by their smallest exponents. If there are no common prime factors, then gcf equals 1.

Method 2: The Euclidean Algorithm.

Method 3: The divisibility of the numbers.

The greatest (highest) common factor (divisor), gcf, hcf, gcd. What it is and how to calculate it.

Some articles on the prime numbers

What is a prime number? Definition, examples

What is a composite number? Definition, examples

The prime numbers up to 1,000

The prime numbers up to 10,000

The Sieve of Eratosthenes

The Euclidean Algorithm

Completely reduce (simplify) fractions to the lowest terms: Steps and Examples