32.6k views
0 votes
According to euclid's division algorithm HCF of any two positive integers a and b with a> b is obtained by applying euclid's division lemma to a and b to find q and r such that a = bq +r where r must satisfy

1 Answer

5 votes

Answer:

Ok, a general case.

If we take for example, a = 5 and b = 2

we have:

a/b = 5/2 = 2 + 1

where q = 2, the quotient

and r = 1, the rest.

then we have:

5 = 2*2 + 1 or a = q*b + r

So r must satisfy that is the difference between a and the multiple of b that is closest to a from bellow.

So another example. a = 8 and b = 3.

The closest multiple of b, that is closest to 8 (from bellow) is

3*2 = 6

the difference between 8 and 6 is: 8 - 6 = 2

so we have r = 2.

then:

a = q*b + r is: 8 = 2*3 + 2,

User Heartcroft
by
8.2k points

Related questions

1 answer
2 votes
112k views
asked Aug 6, 2024 218k views
TheJosh asked Aug 6, 2024
by TheJosh
7.7k points
1 answer
1 vote
218k views
asked Jun 1, 2024 187k views
Hackoo asked Jun 1, 2024
by Hackoo
8.5k points
1 answer
5 votes
187k views
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.