Euclid’s division lemma states “Given positive integers a and b, there exist unique integers q and r satisfying a=bq+r".
Which of the following is true for r?
0≤r<b
Euclid's Division Lemma:
Given positive integers a and b, there exist unique integers q and r satisfying a = bq + r where 0≤r<b.
It can be observed that remainder can never be more than the divisor and is a non-negative integer (could be zero).