awholenumber
- 200
- 10
When we try to find the Greatest common factor (GCF) of two numbers , does it only involve prime factorization ?


The discussion revolves around the methods for finding the Greatest Common Factor (GCF) of two numbers, exploring the relationship between GCF and Least Common Multiple (LCM). Participants discuss various approaches, including prime factorization and algorithms like Euclid's algorithm, while addressing the efficiency and applicability of these methods.
Participants do not reach a consensus on the necessity of prime factorization for finding the GCF, as some advocate for its use while others emphasize alternative algorithms. The discussion remains unresolved regarding the best approach to find GCF and LCM.
Some participants note the efficiency of Euclid's algorithm compared to prime factorization, but there is no agreement on the superiority of one method over the other. The discussion reflects varying levels of understanding and familiarity with mathematical concepts and algorithms.

Yes.rosekidcute said:Ok , so the same prime factorization is used to find the LCM too , right ?
rosekidcute said:Thanks for the information mfb , i am just trying to cover the algebra 1 for dummies book .
It doesn't have a method like this LCM(a, b)=a*b/GCD(a, b) mentioned in it .
rosekidcute said:lol ok , first let me somehow finish this one book properly![]()

FactChecker said:Yes. The GCF is a product of primes but is not usually a prime itself. Prime factorization of both numbers is the way to find out what the GCF is. If you have the prime factorization of both numbers, it is easy to calculate the GCF.
This is wrong. Euclid's very efficient algorithm for finding GCDs does not require doing anything at all with prime numbers.FactChecker said:Yes. The GCF is a product of primes but is not usually a prime itself. Prime factorization of both numbers is the way to find out what the GCF is. If you have the prime factorization of both numbers, it is easy to calculate the GCF.
Yes, that has been mentioned in post 6 for example.Michael Hardy said:But you don't need to know anything about prime factorizations to find the GCD; you can use Euclid's algorithm, which is very efficient.