1 Review: integer arithmetic
We start with a short review of computing with integers.
1.1 Addition and subtraction
Here are two examples:
\(5 + 12 = 17\)
\(5-12 = -7\)
Subtraction is the same as the addition of the opposite/negative of a number:
\(7 - 4\) is the same as \(7 + (-4)\)
\(8 - (-5)\) is the same as \(8 + 5\)
Example 1.1 (Practice: addition and subtraction)
\(12 + 18=\)
\(-9 + 15=\)
\(7 + (-13)=\)
\(-8 + (-12)=\)
\(-14 + 9=\)
\(11 + (-16)=\)
\(20 - 13=\)
\(-12 - 7=\)
\(18 - (-9)=\)
\(-15 - (-8)=\)
\(12 + 18 = 30\)
\(-9 + 15 = 6\)
\(7 + (-13) = -6\)
\(-8 + (-12) = -20\)
\(-14 + 9 = -5\)
\(11 + (-16) = -5\)
\(20 - 13 = 7\)
\(-12 - 7 = -19\)
\(18 - (-9) = 27\)
\(-15 - (-8) = -7\)
1.2 Multiplication
Multiplication is a short-cut for repeatedly adding. For example: \[ 4\times 3 = 3+3+3+3 = 12. \] Here is another example: \[ 3\times (-5) = (-5)+(-5)+(-5) = -15. \]
We have three different ways to write multiplication. Here are three different ways to write “three times four”.
- Cross notation: \(3\times 4 = 12\)
- Dot notation: \(3\cdot 4 = 12\)
- Neighbor notation: \(3(4) = 12\)
Example 1.2 (Practice: multiplication)
\(7 \cdot 9=\)
\((-5)(8)=\)
\(12 \cdot (-4)=\)
\(6(11)=\)
\((-8) \cdot (-3)=\)
\(9(-7)=\)
\(15 \cdot 4=\)
\((-6)(-9)=\)
\(7 \cdot 9 = 63\)
\((-5)(8) = -40\)
\(12 \cdot (-4) = -48\)
\(6(11) = 66\)
\((-8) \cdot (-3) = 24\)
\(9(-7) = -63\)
\(15 \cdot 4 = 60\)
\((-6)(-9) = 54\)
1.3 Division
Example 1.3 (Practice: division)
\(72 \div 8=\)
\(45 \div 5=\)
\(63 \div 9=\)
\(56 \div 7=\)
\(84 \div 12=\)
\(90 \div 6=\)
\(50 \div 7=\)
\(65 \div 8=\)
\(58 \div 6=\)
\(77 \div 9=\)
\(72 \div 8 = 9\)
\(45 \div 5 = 9\)
\(63 \div 9 = 7\)
\(56 \div 7 = 8\)
\(84 \div 12 = 7\)
\(90 \div 6 = 15\)
\(50 \div 7 = 7\) R \(1\)
\(65 \div 8 = 8\) R \(1\)
\(58 \div 6 = 9\) R \(4\)
\(77 \div 9 = 8\) R \(5\)
1.4 Homework exercises
Exercise 1.1 Compute.
\(8 + 15\)
\(-7 + 12\)
\(9 + (-14)\)
\(-6 + (-11)\)
\(-13 + 8\)
\(5 + (-9)\)
\(12 - 7\)
\(-8 - 5\)
\(15 - (-6)\)
\(-10 - (-4)\)
\(8 + 15 = 23\)
\(-7 + 12 = 5\)
\(9 + (-14) = -5\)
\(-6 + (-11) = -17\)
\(-13 + 8 = -5\)
\(5 + (-9) = -4\)
\(12 - 7 = 5\)
\(-8 - 5 = -13\)
\(15 - (-6) = 21\)
\(-10 - (-4) = -6\)
Exercise 1.2 Compute.
\(7 \cdot 9\)
\((-5)(8)\)
\(12 \cdot (-4)\)
\(6(11)\)
\((-8) \cdot (-3)\)
\(9(-7)\)
\(15 \cdot 4\)
\((-6)(-9)\)
\((-11)(5)\)
\(8 \cdot (-6)\)
\(7 \cdot 9 = 63\)
\((-5)(8) = -40\)
\(12 \cdot (-4) = -48\)
\(6(11) = 66\)
\((-8) \cdot (-3) = 24\)
\(9(-7) = -63\)
\(15 \cdot 4 = 60\)
\((-6)(-9) = 54\)
\((-11)(5) = -55\)
\(8 \cdot (-6) = -48\)
Exercise 1.3 Compute.
\(96 \div 8\)
\(54 \div 6\)
\(81 \div 9\)
\(64 \div 8\)
\(108 \div 12\)
\(75 \div 5\)
\(62 \div 7\)
\(73 \div 9\)
\(85 \div 11\)
\(59 \div 8\)
\(96 \div 8 = 12\)
\(54 \div 6 = 9\)
\(81 \div 9 = 9\)
\(64 \div 8 = 8\)
\(108 \div 12 = 9\)
\(75 \div 5 = 15\)
\(62 \div 7 = 8\) R \(6\)
\(73 \div 9 = 8\) R \(1\)
\(85 \div 11 = 7\) R \(8\)
\(59 \div 8 = 7\) R \(3\)