We have seen how to calculate $GCD$ (or $HCF$) using the factorisation method. Now let us try to use this method to find the GCD of two large numbers. Let us take $1961$ and $2257$. You will find that the factoring large numbers such as these, take a lot of time and calculation. Luckily for us, there is a much easier and faster way of finding the $GCD$ of two numbers, without factoring them. This method was invented by a Greek mathematician named Euclid in around 300 BCE.
The steps of this method are as follows:
1. Take the larger number as the dividend and the smaller number as divisor.
2. Divide the dividend with the divisor.
3. If the remainder is $0$, then the divisor is the $GCD$. Stop here.
4. If the remainder is not $0$, replace the previous dividend with the divisor and the previous divisor with the remainder.
5. Go back to step 2, with the new dividend and the divisor.
Let us try this with our example with $1961$ and $2257$.
Our first dividend is $2257$ and the divisor is $1961$.
Here we see that the remainder is $0$, so the divisor is our GCD, which is $37$.
As an interesting side note, sometimes computers need to calculate GCD of numbers as large as 600 digit numbers. If they used the factoring method, it could take more than thousands of years, even for the fastest computer in the world, to just factorize these numbers. Computers use the Euclid's method to calculate GCDs of these numbers.
You can try the speed-practice widget in the next page to enhance your skill with this method.
-----------book page break-----------
Try the following widget to practice to improve your speed and skill.
--------- Reference to widget: a269381c-8299-4545-9bf9-ce7cb5ac2103 ---------