Prime Factorization Method
There are multiple ways to find the greatest common factor of given integers. One of these involves computing the prime factorizations of each integer, determining which factors they have in common, and multiplying these factors to find the GCD.
- Find the prime factorization of each number:
52 = 2, 2, 13
100 = 2, 2, 5, 5
- Identify the common prime factors between 52 and 100: 2, 2
- To find GCF multiply the common prime factors: GCF(52, 100) = 4
Need support for a different topic or want to share a feedback? Write to us and we'll work on adding it. Have your say in our growth!
Listing All Common Factors Method
To find the Greatest Common Factor (GCF) of 52 and 100 by listing all common factors, follow these steps:
- List all factors of each number:
- Factors of 52: 1, 2, 4, 13, 26, 52
- Factors of 100: 1, 2, 4, 5, 10, 20, 25, 50, 100
- Identify the common factors of 52 and 100: 1, 2, 4
- Determine the greatest common factor:
- The greatest common factor is the largest number in the list of common factors, i.e. 4
So, the Greatest Common Factor (GCF) of 52 and 100 is 4.