Greatest Common Factor (GCF): The largest positive integer that divides two or more numbers without remainder.
Listing Factors Method: Find all factors of each number and identify the largest common factor.
- List all factors of the first number
- List all factors of the second number
- Identify common factors
- Select the greatest common factor
1, 2, 3, 4, 6, 8, 12, 24
1, 2, 3, 4, 6, 9, 12, 18, 36
Common factors: 1, 2, 3, 4, 6, 12
The largest common factor is 12
The GCF of 24 and 36 is 12.
• Factor Identification: Find all numbers that divide evenly
• Commonality: Look for factors shared by all numbers
• Greatest Value: Select the largest common factor
Prime Factorization Method: Find prime factorization of each number and multiply common prime factors with lowest exponents.
48 = 2⁴ × 3 = 2 × 2 × 2 × 2 × 3
72 = 2³ × 3² = 2 × 2 × 2 × 3 × 3
Common factors: 2 and 3
Lowest exponent of 2: min(4,3) = 3
Lowest exponent of 3: min(1,2) = 1
GCF = 2³ × 3¹ = 8 × 3 = 24
The GCF of 48 and 72 is 24.
• Prime Factorization: Express each number as product of primes
• Common Factors: Identify primes present in all factorizations
• Lowest Exponents: Use minimum exponent for each common prime
GCF of Multiple Numbers: The largest positive integer that divides all numbers without remainder.
30 = 2 × 3 × 5
45 = 3² × 5 = 3 × 3 × 5
75 = 3 × 5² = 3 × 5 × 5
Prime factor 2: Present in 30 only → Not common
Prime factor 3: Present in all three → Take lowest exponent (1)
Prime factor 5: Present in all three → Take lowest exponent (1)
GCF = 3¹ × 5¹ = 3 × 5 = 15
The GCF of 30, 45, and 75 is 15.
• Multiple Numbers: All prime factors must be present in every number
• Lowest Exponents: Use minimum exponent across all factorizations
• Common Requirement: A prime must appear in ALL numbers to be included
Greatest Common Factor (GCF): The largest positive integer that divides two or more numbers without remainder.
Common Factor: A number that divides each of the given numbers.
Prime Factorization: Expressing a number as a product of prime numbers.
Euclidean Algorithm: A method for finding GCF using repeated division.
- Listing Factors: For small numbers, list all factors and find the largest common one
- Prime Factorization: Find prime factors of each number and multiply common factors with lowest exponents
- Euclidean Algorithm: For large numbers, use repeated division
- Verification: Check that GCF divides all original numbers evenly
• Common Requirement: Only include primes that appear in ALL factorizations
• Lowest Exponents: Use minimum exponent for each common prime
• Verification: GCF must divide each original number without remainder
• Maximum Value: GCF cannot exceed the smallest number
Euclidean Algorithm: A method for finding GCF using repeated division: GCF(a,b) = GCF(b, a mod b) until remainder is 0.
84 ÷ 56 = 1 remainder 28
So GCF(84, 56) = GCF(56, 28)
56 ÷ 28 = 2 remainder 0
So GCF(56, 28) = GCF(28, 0)
When the second number is 0, the first number is the GCF
So GCF(28, 0) = 28
84 ÷ 28 = 3 (whole number)
56 ÷ 28 = 2 (whole number)
✓ GCF divides both numbers evenly
The GCF of 84 and 56 is 28.
• Euclidean Algorithm: GCF(a,b) = GCF(b, a mod b)
• Termination: When remainder is 0, the first number is GCF
• Verification: GCF must divide both original numbers
Application Problem: Real-world scenario requiring GCF to find maximum equal groups.
We need to find the largest number that divides 36, 48, and 60 evenly
This is the GCF of 36, 48, and 60
Prime factorization of 36: 2² × 3²
Prime factorization of 48: 2⁴ × 3
Prime factorization of 60: 2² × 3 × 5
Common prime factors: 2 and 3
Lowest exponent of 2: min(2,4,2) = 2
Lowest exponent of 3: min(2,1,1) = 1
GCF = 2² × 3¹ = 4 × 3 = 12
Red markers per set: 36 ÷ 12 = 3
Blue markers per set: 48 ÷ 12 = 4
Green markers per set: 60 ÷ 12 = 5
Total sets: 12
Total markers: 12×(3+4+5) = 12×12 = 144
Original markers: 36+48+60 = 144 ✓
The teacher can make 12 identical sets. Each set will contain 3 red markers, 4 blue markers, and 5 green markers.
• Real-world Application: GCF helps find maximum equal groups
• Division Principle: Divide total by GCF to find items per group
• Verification: Check that division results in whole numbers
Greatest Common Factor (GCF): The largest positive integer that divides two or more numbers without remainder.
Highest Common Factor (HCF): Alternative name for GCF, used in some regions.
Coprime Numbers: Numbers whose GCF is 1 (no common factors other than 1).
Relatively Prime: Another term for coprime numbers.
- For Small Numbers: Use listing factors method
- For Medium Numbers: Use prime factorization method
- For Large Numbers: Use Euclidean algorithm
- For Multiple Numbers: Apply method iteratively
• Common Requirement: Only include primes that appear in ALL factorizations
• Lowest Exponents: Use minimum exponent for each common prime
• Verification: GCF must divide each original number without remainder
• Maximum Value: GCF cannot exceed the smallest number
• Relationship: GCF(a,b) × LCM(a,b) = a × b