Difference between revisions of "Division Algorithm"

(New page: For any positive integer a and integer b, there exist unique integers q and r such that b = qa + r and 0 <= r < a, with r = 0 iff a | b.)
(No difference)

Revision as of 06:19, 3 July 2008

For any positive integer a and integer b, there exist unique integers q and r such that b = qa + r and 0 <= r < a, with r = 0 iff a | b.