| |
| | Math Forum - Ask Dr. Math (Site not responding. Last check: 2007-11-06) |
 | | The GCD of two numbers is the same as the GCD of the smaller of them and their difference. |
 | | For instance, the GCD of 200 and 196, or GCD(200, 196), is the same as GCD(196, 4), where 4 = 200 - 196. |
 | | GCD 60 and 48 is 12, since 12 goes into both of them evenly, but nothing larger than 12 does.] So, GCD(2046, 1122) = GCD(1122, 2046 - 1122) = GCD(1122, 924) [that is a little easier already. |
| mathforum.org /library/drmath/view/52436.html (732 words) |
|