Math, asked by chirag6899, 8 months ago

What is algorithm division.

Answers

Answered by FunnyWaffle
2

Answer:

Division is an algorithm which, given two integers, finds their quotient (number given through division) and/or remainder.

Hope this helped :)

Answered by arjun8734
0

Step-by-step explanation:

Steps to obtain the HCF of two positive integers, say c and d, with c>d

Step 1:

Apply Euclid's Division Lemma, to c and d.

c= dq + r

Step 2:

If r = 0, d will be the HCF of c & d

If ≠ 0, then we need to apply Euclid's Division to d & r

Step 3:

Continue the process till the remainder becomes zero.

Similar questions