use euclids division algorithm to find if the following pair of numbers is co primes 121 and 573
Answers
Answered by
9
Here we have to use Euclid division Algorithm
Hence we have,
a = bq + r
As after applying :-
573 = 121 × 4 + 89
121 = 89 × 1 + 32
89 = 32 × 2 + 25
32 = 25 × 1 + 7
25 = 7 × 3 + 4
7 = 4 × 1 + 3
4 = 3 × 1 + 1
3 = 1 × 3 + 0
Hence we get,
HCF = 1
HCF (573 , 121) = 1
Therefore we get that,
121 and 573 are co-prime
In case :-
★Three positive integers a,b,c
★HCF(a,b,c) × LCM(a,b,c) ≠ a × b × c
Similar questions