by using euclids algorithm find the largest number which divides 650and 1170
Answers
Answered by
7
the largest number is 130 which divides 650 and 1170.
Firstly, we need to find the HCF of these two numbers (650,1170) by Euclidean Algorithm:
a=bq+r
(where Osr<b)
So, let us consider a=1170 and b=650, Now, let's
start:
1170=650x1+520
650=520x1+130
520=130x4+0
As we see that, 130 is the HCF of (1170,650). So, the largest number is 130 which divides 650 and 1170.
Similar questions