Dividing integers
The sign rules for division are the same as for multiplication. The only new thing to remember: never divide by zero.
Idea
Sign rules.
- Positive Positive = Positive. .
- Positive Negative = Negative. .
- Negative Positive = Negative. .
- Negative Negative = Positive. .
Same signs positive; different signs negative.
Why? Division undoes multiplication. If , then and . The sign rules of multiplication automatically give the rules of division.
Special cases.
- for any (zero divided by anything is zero).
- is undefined. You cannot divide by zero , not even .
- (dividing by changes nothing).
- .
Closure. Integer division is not always closed. is not an integer. But when the division is exact (no remainder), the result is an integer.
Order matters. in general. So division is not commutative or associative.
Worked examples
Example 1. Compute .
Different signs negative. . Result: .
Example 2. Compute .
Same signs positive. . Result: .
Example 3. Compute .
Different signs negative. . Result: .
Example 4. What is ?
divided by anything non-zero is . Result: .
Try it yourself
- Compute .
- Compute .
- Compute .
- Compute .
- Compute .
- Is defined?
- Compute .
- The temperature dropped by in hours. Average drop per hour?
Activity
Make a sign-rule table for division on a small flashcard. Glue it on the inside cover of your notebook for quick reference.