Multiplying integers
The most important rules in this whole chapter:
- Positive × Positive = Positive.
- Positive × Negative = Negative.
- Negative × Positive = Negative.
- Negative × Negative = Positive.
Idea
The "same signs positive, different signs negative" rule looks magic. Here's why it holds.
Pattern argument. Watch the sequence . Each step (decreasing the second factor by ) decreases the product by . Continue: . Pattern confirms positive × negative = negative.
Now: (by commutativity). And the sequence . Each step increases the product by . Continue: . So negative × negative = positive. ✓
Computational steps.
- Multiply the magnitudes (ignore signs).
- Decide the sign of the result by the rule above.
- Combine.
For a product of many integers, count the negatives: if the count is even, result is positive; if odd, negative.
Worked examples
Example 1. Compute .
Different signs negative. . Result: .
Example 2. Compute .
Same signs (both negative) positive. . Result: .
Example 3. Compute .
Three integers: two negatives (even count) positive sign. Magnitudes: . Result: .
Example 4. Compute .
Three negatives (odd count) negative. . Result: . (Equivalent to .)
Try it yourself
- Compute .
- Compute .
- Compute .
- Compute .
- Compute .
- Compute .
- Find the sign of without computing.
- A diver descends m per second for seconds. Express the descent using a signed integer.
Activity
Make a "sign multiplication" wheel. Inside circle: two signs (). Outside: result sign (). Spin and pair: same gives plus, different gives minus.