Greatest Common Divisor (GCD) of 106 and 147
The greatest common divisor (GCD) of 106 and 147 is 1.
What is the Greatest Common Divisor (GCD)?
The GCD of two integers is the largest positive integer that divides both numbers without leaving a remainder. It is useful in simplifying fractions, finding common factors, and in number theory.
How to Calculate the GCD of 106 and 147?
We use the Euclidean algorithm, which involves the following steps:
- Divide the larger number by the smaller number.
- Replace the larger number with the smaller number and the smaller number with the remainder from the division.
- Repeat this process until the remainder is zero.
- The non-zero remainder just before zero is the GCD.
Step-by-Step Euclidean Algorithm
| Step | Calculation |
|---|---|
| 1 | 106 ÷ 147 = 0 remainder 106 |
| 2 | 147 ÷ 106 = 1 remainder 41 |
| 3 | 106 ÷ 41 = 2 remainder 24 |
| 4 | 41 ÷ 24 = 1 remainder 17 |
| 5 | 24 ÷ 17 = 1 remainder 7 |
| 6 | 17 ÷ 7 = 2 remainder 3 |
| 7 | 7 ÷ 3 = 2 remainder 1 |
| 8 | 3 ÷ 1 = 3 remainder 0 |
Examples of GCD Calculations
| Numbers | GCD |
|---|---|
| 166 and 133 | 1 |
| 133 and 29 | 1 |
| 147 and 176 | 1 |
| 126 and 184 | 2 |
| 123 and 129 | 3 |