Greatest Common Divisor (GCD) of 105 and 185
The greatest common divisor (GCD) of 105 and 185 is 5.
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 105 and 185?
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 | 105 ÷ 185 = 0 remainder 105 |
| 2 | 185 ÷ 105 = 1 remainder 80 |
| 3 | 105 ÷ 80 = 1 remainder 25 |
| 4 | 80 ÷ 25 = 3 remainder 5 |
| 5 | 25 ÷ 5 = 5 remainder 0 |
Examples of GCD Calculations
| Numbers | GCD |
|---|---|
| 168 and 26 | 2 |
| 98 and 77 | 7 |
| 60 and 191 | 1 |
| 88 and 130 | 2 |
| 116 and 197 | 1 |