Suppose you want to find the gcf of 5040 and 1274.
Make a list or a "ladder" starting with 5040 and 1274. Each item after that is the remainder of dividing the two numbers above.
5040
1274
1218 (5040 divided by 1274 leaves a remainder of 1218)
56 (1274 divided by 1218 leaves a remainder of 56)
42 (1218 divided by 56 leaves a remainder of 42)
14 (56 divided by 42 leaves a remainder of 14)
0 (42 divided by 14 leaves a remainder of 0).
When you reach zero, the number before it (in this case 14) is the gcf. The gcf of 5040 and 1274 is 14.
In general:
Let a and b be the two numbers.
repeat while (b >0)
Let c = the remainder of a divided by b
Let a=b
Let b=c
The gcf is a.
Chat with our AI personalities
The GCF is 6. That makes the LCM 42.
The GCF of 10 and 15 is 5.
Method of prime factorization is a good method to find GCF.P.F. of 68 = 2x2x17P.F. of 56 = 2x2x2x7It is clear that 2x2 is the greatest common factor.Therefore, GCF of 68 and 56 = 4.
Whatever you use, you need at least two numbers to find a GCF.
The greatest common factor of 49 and 77 is 7, no matter what method you useto find it.If you solve the same problem twice, using two different methods, and get twodifferent answers, then at least one of the answers is wrong, and there's a goodchance that they both are.