If the two numbers are the same then the GCF is the common value. Otherwise:
Euclidean Algorithm
It is not necessary to actually list the factors of all numbers to get the GCF for only two numbers. You can use the Euclidean algorithm.
(1) Divide the larger number by the smaller one.
(2) If there is no remainder, the GCF is the same as the smaller number.
(3) Repeat step 1 with the smaller number and the remainder.
Example:
GCF of 51 and 85.
85/51 = 1 R 34
51/34 = 1 R 17
34/17 = 2 R 0<== By step 2, we are done. Our answer is 17.
Lets try one that doesn't reduce -- GCF(17,39)
39/17 = 2 R 5
17/5 = 3 R 2
5/2 = 2 R 1
2/1 = 2 R 0, so our answer, the GCF, is 1.
Chat with our AI personalities
Suppose you want the greatest common factor, GCF, of A and B.
Since the numbers are getting smaller all the time, the process must end. If it ends at 1 then the two numbers are coprime else the last number, B, is the GCF.
You check whether the numerator and the denominator have a common factor. If they do, divide both the numerator and the denominator by this common factor. Continue until there are no more common factors. The greatest common factor can be found by prime factorization; for larger numbers, Euclid's algorithm is much more efficient.
the answer is 3x2
You need at least two numbers to find a GCF.
You look at the exponents. x5y2 and x3y4 The greatest common factor of these is the largest exponent of each. So the greatest common factor is: x3y2
There cannot be a greatest common factor (GCF) of just one number. To be common there need to be at least two numbers. If you find all the factors of two or more numbers, and you find some factors are the same ("common"), then the largest of those common factors is the Greatest Common Factor.