March 2006
Intermediate to advanced
576 pages
11h 43m
English
Definitions 2.1
Definition 2.2 Given two integers x and y, y divides x (y is a divisor of x) if there exists an integer z such that x = z.y.
Definition 2.3 Given two integers x and y, with y > 0, there exist two integers q (the quotient) and r (the remainder) such that
![]()
It can be proved that q and r are unique. Then (notation)
![]()
An alternative definition is the following.
Definition 2.4 (Integer Division) Given two integers x and y, with y > 0, there exist two integers q (the quotient) and r (the remainder) such that
![]()
It can be proved that q and r are unique. Then (notation)
![]()
Examples 2.1
![]()
![]()
Definitions 2.5