

InterviewSolution
Saved Bookmarks
1. |
State Euclid’s division lemma. |
Answer» As per Euclid’s division lemma: For any two positive integers, say a and b, there exit unique integers q and r, such that a = bq + r; where 0 ≤ r < b. Also written as: Dividend = (Divisor x Quotient) + Remainder |
|