InterviewSolution
Saved Bookmarks
| 1. |
Stata euclids division lemma |
|
Answer» For a pair of given positive integers ‘a’ and ‘b’, there exist unique integers ‘q’ and ‘r’ such thata = bq+r , where 0 ≤r < bExplanation:Thus, for any pair of two positive integers a and b; the relationa = bq + r , where 0≤r |
|