Calculate the greatest (highest) common factor (divisor)
gcf, hcf, gcd (100,000,101; 200,000,001,009) = ?
Method 1. The prime factorization:
The prime factorization of a number: finding the prime numbers that multiply together to make that number.
100,000,101 = 3 × 167 × 199,601
100,000,101 is not a prime number but a composite one.
200,000,001,009 = 3 × 66,666,667,003
200,000,001,009 is not a prime number but a composite one.
- Prime number: a natural number that is only divisible by 1 and itself. A prime number has exactly two factors: 1 and itself.
- Composite number: a natural number that has at least one other factor than 1 and itself.
Calculate the greatest (highest) common factor (divisor):
Multiply all the common prime factors, taken by their smallest exponents (the smallest powers).
Step 1. Divide the larger number by the smaller one:
200,000,001,009 ÷ 100,000,101 = 1,999 + 99,799,110
Step 2. Divide the smaller number by the above operation's remainder:
100,000,101 ÷ 99,799,110 = 1 + 200,991
Step 3. Divide the remainder of the step 1 by the remainder of the step 2:
99,799,110 ÷ 200,991 = 496 + 107,574
Step 4. Divide the remainder of the step 2 by the remainder of the step 3:
200,991 ÷ 107,574 = 1 + 93,417
Step 5. Divide the remainder of the step 3 by the remainder of the step 4:
107,574 ÷ 93,417 = 1 + 14,157
Step 6. Divide the remainder of the step 4 by the remainder of the step 5:
93,417 ÷ 14,157 = 6 + 8,475
Step 7. Divide the remainder of the step 5 by the remainder of the step 6:
14,157 ÷ 8,475 = 1 + 5,682
Step 8. Divide the remainder of the step 6 by the remainder of the step 7:
8,475 ÷ 5,682 = 1 + 2,793
Step 9. Divide the remainder of the step 7 by the remainder of the step 8:
5,682 ÷ 2,793 = 2 + 96
Step 10. Divide the remainder of the step 8 by the remainder of the step 9:
2,793 ÷ 96 = 29 + 9
Step 11. Divide the remainder of the step 9 by the remainder of the step 10:
96 ÷ 9 = 10 + 6
Step 12. Divide the remainder of the step 10 by the remainder of the step 11:
9 ÷ 6 = 1 + 3
Step 13. Divide the remainder of the step 11 by the remainder of the step 12:
6 ÷ 3 = 2 + 0
At this step, the remainder is zero, so we stop:
3 is the number we were looking for - the last non-zero remainder.
This is the greatest (highest) common factor (divisor).
The greatest (highest) common factor (divisor):
gcf, hcf, gcd (100,000,101; 200,000,001,009) = 3
The two numbers have common prime factors