Properties of integer multiplication
Integer multiplication obeys the same five "laws" you have already met for whole numbers , plus a small surprise about −1.
Idea
Closure. The product of any two integers is an integer. (You cannot leave the set Z by multiplying.)
Commutativity. a×b=b×a for all integers a,b. Example: (−3)×5=5×(−3)=−15.
Associativity. (a×b)×c=a×(b×c). Example: ((−2)×3)×4=(−6)×4=−24, same as (−2)×(3×4)=(−2)×12=−24.
Identity. a×1=1×a=a. So 1 is the multiplicative identity.
Zero. a×0=0×a=0. Multiplying by 0 wipes everything out.
Multiplication by −1. a×(−1)=−a. So multiplying by −1 flips the sign of any number.
Distributive over addition. a×(b+c)=a×b+a×c. This works with signed numbers too. Example: (−3)×(4+5)=−27=(−3)(4)+(−3)(5)=−12+(−15)=−27. ✓
These properties let you rearrange computations into easier forms , group commutatively, factor distributively, etc.
Worked examples
Example 1. Compute (−25)×7×(−4).
Re-order: (−25)×(−4)×7=100×7=700.
Example 2. Use distribution: (−8)×99.
(−8)×99=(−8)×(100−1)=−800−(−8)=−800+8=−792.
Example 3. Verify associative law for (−2),3,(−4).
((−2)×3)×(−4)=(−6)×(−4)=24.
(−2)×(3×(−4))=(−2)×(−12)=24. ✓
Example 4. Use a×(−1)=−a to simplify (−7)×(−1).
(−7)×(−1)=−(−7)=7.
Try it yourself
- State the closure property of integer multiplication.
- Verify commutativity for (−5)×8.
- Compute (−12)×(−25)×4 , use grouping.
- Use distribution: (−7)×102.
- Verify the distributive law for a=3,b=−2,c=4.
- State what a×0 equals.
- Compute (−9)×1 and (−9)×(−1).
- Simplify (−5)(3)+(−5)(7).
Activity
Pick any three integers (with at least one negative). Compute the product in three different orders and groupings. Confirm all give the same result.
Test Your Knowledge
Quick MCQ check on this chapter
Start Quiz →