Greatest Common Divisor (GCD) of 146 and 196
The greatest common divisor (GCD) of 146 and 196 is 2.
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 146 and 196?
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 | 146 ÷ 196 = 0 remainder 146 |
| 2 | 196 ÷ 146 = 1 remainder 50 |
| 3 | 146 ÷ 50 = 2 remainder 46 |
| 4 | 50 ÷ 46 = 1 remainder 4 |
| 5 | 46 ÷ 4 = 11 remainder 2 |
| 6 | 4 ÷ 2 = 2 remainder 0 |
Examples of GCD Calculations
| Numbers | GCD |
|---|---|
| 175 and 26 | 1 |
| 100 and 128 | 4 |
| 142 and 120 | 2 |
| 181 and 98 | 1 |
| 162 and 74 | 2 |