Skip to main content
Logo image

Elementary Linear Algebra: For University of Lethbridge Math 1410

Section 1.2 Real Number Arithmetic

In this section we list the properties of real number arithmetic. We will focus on those aspects that are most needed for linear algebra (things like the algebraic axioms, and working with fractions), and gloss over those that are more calculus related (exponents, roots, etc.). In particular, since this is an algebra textbook, we will assume that the reader has encountered the real number system before, and omit a definition, focusing instead on the algebraic properties of real numbers. We begin with the axioms for addition of real numbers.

Definition 1.2.1. Properties of Real Number Addition.

Closure
For all real numbers \(a\) and \(b\text{,}\) \(a+b\) is also a real number.
Commutativity
For all real numbers \(a\) and \(b\text{,}\) \(a+b = b+a\text{.}\)
Associativity
For all real numbers \(a\text{,}\) \(b\) and \(c\text{,}\) \(a+(b+c) = (a+b)+c\text{.}\)
Identity
There is a real number “\(0\)” so that for all real numbers \(a\text{,}\) \(a+0 = a\text{.}\)
Inverse
For all real numbers \(a\text{,}\) there is a real number \(-a\) such that \(a + (-a) = 0\text{.}\)
Definition of Subtraction
For all real numbers \(a\) and \(b\text{,}\) \(a - b = a + (-b)\text{.}\)
Next, we give real number multiplication a similar treatment. Recall that we may denote the product of two real numbers \(a\) and \(b\) a variety of ways: \(ab\text{,}\) \(a \cdot b\text{,}\) \(a(b)\text{,}\) \((a)(b)\) and so on. We’ll refrain from using \(a \times b\) for real number multiplication in this text.

Definition 1.2.2. Properties of Real Number Multiplication.

Closure
For all real numbers \(a\) and \(b\text{,}\) \(ab\) is also a real number.
Commutativity
For all real numbers \(a\) and \(b\text{,}\) \(ab = ba\text{.}\)
Associativity
For all real numbers \(a\text{,}\) \(b\) and \(c\text{,}\) \(a(bc) = (ab)c\text{.}\)
Identity
There is a real number “\(1\)” so that for all real numbers \(a\text{,}\) \(a \cdot 1 = a\text{.}\)
Inverse
For all real numbers \(a \neq 0\text{,}\) there is a real number \(\dfrac{1}{a}\) such that \(a \left(\dfrac{1}{a}\right) = 1\text{.}\)
Definition of Division
For all real numbers \(a\) and \(b \neq 0\text{,}\) \(a \div b = \dfrac{a}{b} = a \left(\dfrac{1}{b}\right)\text{.}\)
While most students (and some faculty) tend to skip over these properties or give them a cursory glance at best, it is important to realize that the properties stated above are what drive the symbolic manipulation for all of agebra. When listing a tally of more than two numbers,
\begin{equation} 1 + 2 + 3\tag{1.2.1} \end{equation}
for example, we don’t need to specify the order in which those numbers are added. Notice though, try as we might, we can add only two numbers at a time and it is the associative property of addition which assures us that we could organize this sum as \((1+2) + 3\) or \(1+(2+3)\text{.}\) This brings up a note about “grouping symbols”. Recall that parentheses and brackets are used in order to specify which operations are to be performed first. In the absence of such grouping symbols, multiplication (and hence division) is given priority over addition (and hence subtraction). For example, \(1 + 2 \cdot 3 = 1+6 = 7\text{,}\) but \((1+2) \cdot 3 = 3 \cdot 3 = 9\text{.}\) As you may recall, we can “distribute” the \(3\) across the addition if we really wanted to do the multiplication first: \((1+2) \cdot 3 = 1\cdot 3 + 2 \cdot 3 = 3 + 6 = 9\text{.}\) More generally, we have the following.

Definition 1.2.3. The Distributive Property and Factoring.

For all real numbers \(a\text{,}\) \(b\) and \(c\text{:}\)
Distributive Property
\(a(b+c) = ab + ac\) and \((a+b)c = ac + bc\text{.}\)
Factoring
\(ab+ac = a(b+c)\) and \(ac + bc = (a+b)c\text{.}\)
Warning: A common source of errors for beginning students is the misuse (that is, lack of use) of parentheses. When in doubt, more is better than less: redundant parentheses add clutter, but do not change meaning, whereas writing \(2x+1\) when you meant to write \(2(x+1)\) is almost guaranteed to cause you to make a mistake. (Even if you’re able to proceed correctly in spite of your lack of proper notation, this is the sort of thing that will get you on your grader’s bad side, so it’s probably best to avoid the problem in the first place.)
It is worth pointing out that we didn’t really need to list the Distributive Property both for \(a(b+c)\) (distributing from the left) and \((a+b)c\) (distributing from the right), since the commutative property of multiplication gives us one from the other. Also, “factoring” really is the same equation as the distributive property, just read from right to left. These are the first of many redundancies in this section, and they exist in this review section for one reason only – in our experience, many students see these things differently so we will list them as such.
It is hard to overstate the importance of the Distributive Property. For example, in the expression \(5(2+x)\text{,}\) without knowing the value of \(x\text{,}\) we cannot perform the addition inside the parentheses first; we must rely on the distributive property here to get \(5(2+x) = 5\cdot 2 + 5 \cdot x = 10 + 5x\text{.}\) The Distributive Property is also responsible for combining “like terms”. Why is \(3x + 2x = 5x\text{?}\) Because \(3x + 2x = (3+2)x = 5x\text{.}\)
We continue our review with summaries of other properties of arithmetic, each of which can be derived from the properties listed above. First up are properties of the additive identity \(0\text{.}\)
We now continue with a review of arithmetic with fractions.

Key Idea 1.2.5. Properties of Fractions.

Suppose \(a\text{,}\) \(b\text{,}\) \(c\) and \(d\) are real numbers. Assume them to be nonzero whenever necessary; for example, when they appear in a denominator.
Identity Properties
\(a = \dfrac{a}{1}\) and \(\dfrac{a}{a} = 1\text{.}\)
Fraction Equality
\(\dfrac{a}{b} = \dfrac{c}{d}\) if and only if \(ad = bc\text{.}\)
Multiplication of Fractions
\(\dfrac{a}{b} \cdot \dfrac{c}{d} = \dfrac{ac}{bd}\text{.}\) In particular: \(\dfrac{a}{b} \cdot c = \dfrac{a}{b} \cdot \dfrac{c}{1} = \dfrac{ac}{b}\text{.}\)
Division of Fractions
\(\dfrac{a}{b} \left/ \dfrac{c}{d}\right. = \dfrac{a}{b} \cdot \dfrac{d}{c} = \dfrac{ad}{bc}\text{.}\)
In particular: \(1 \left/ \dfrac{a}{b}\right. = \dfrac{b}{a}\) and \(\left.\dfrac{a}{b} \right/ c = \dfrac{a}{b} \left/ \dfrac{c}{1}\right. = \dfrac{a}{b} \cdot \dfrac{1}{c} = \dfrac{a}{bc}\text{.}\)
Note: A common denominator is not required to multiply or divide fractions!
Addition and Subtraction of Fractions
\(\dfrac{a}{b} \pm \dfrac{c}{b} = \dfrac{a \pm c}{b}\text{.}\)
Note: A common denominator is required to add or subtract fractions!
Equivalent Fractions
\(\dfrac{a}{b} = \dfrac{ad}{bd}\text{,}\) since \(\dfrac{a}{b} = \dfrac{a}{b} \cdot 1 = \dfrac{a}{b} \cdot \dfrac{d}{d} = \dfrac{ad}{bd}\text{.}\)
Note: The only way to change the denominator is to multiply both it and the numerator by the same nonzero value because we are, in essence, multiplying the fraction by \(1\text{.}\)
“Reducing” Fractions
\(\dfrac{a\cancel{d}}{b\cancel{d}} = \dfrac{a}{b}\text{,}\) since \(\dfrac{ad}{bd} = \dfrac{a}{b} \cdot \dfrac{d}{d} = \dfrac{a}{b} \cdot 1 = \dfrac{a}{b}\text{.}\)
In particular, \(\dfrac{ab}{b} = a\) since \(\dfrac{ab}{b} = \dfrac{ab}{1 \cdot b} = \dfrac{a \cancel{b}}{1 \cdot \cancel{b}} = \dfrac{a}{1} = a\) and \(\dfrac{b-a}{a-b} = \dfrac{(-1)\cancel{(a-b)}}{\cancel{(a-b)}} = -1\text{.}\)
Next up is a review of the arithmetic of “negatives”. In Definition 1.2.1 we first introduced the dash which we all recognize as the “negative” symbol in terms of the additive inverse. For example, the number \(-3\) (read “negative \(3\)”) is defined so that \(3 + (-3) = 0\text{.}\) We then defined subtraction using the concept of the additive inverse again so that, for example, \(5 - 3 = 5 + (-3)\text{.}\)

Key Idea 1.2.6. Properties of Negatives.

Given real numbers \(a\) and \(b\) we have the following.
Additive Inverse Properties
\(-a = (-1)a\) and \(-(-a) = a\text{.}\)
Products of Negatives
\((-a)(-b) = ab\text{.}\)
Negatives and Products
\(-ab = -(ab) = (-a)b = a(-b)\text{.}\)
Negatives and Fractions
If \(b\) is nonzero, \(-\dfrac{a}{b} = \dfrac{-a}{b} = \dfrac{a}{-b}\) and \(\dfrac{-a}{-b} = \dfrac{a}{b}\text{.}\)
“Distributing” Negatives
\(-(a+b) = -a-b\) and \(-(a-b) = -a + b = b-a\text{.}\)
“Factoring” Negatives
\(-a-b = -(a+b)\) and \(b-a = -(a-b)\text{.}\)
An important point here is that when we “distribute” negatives, we do so across addition or subtraction only. This is because we are really distributing a factor of \(-1\) across each of these terms: \(-(a+b) = (-1)(a+b) = (-1)(a) + (-1)(b) = (-a)+(-b) = -a-b\text{.}\) Negatives do not “distribute” across multiplication: \(- (2 \cdot 3) \neq (-2)\cdot(-3)\text{.}\) Instead, \(-(2\cdot 3) = (-2)\cdot (3) = (2) \cdot (-3) = -6\text{.}\) The same sort of thing goes for fractions: \(- \frac{3}{5}\) can be written as \(\frac{-3}{5}\) or \(\frac{3}{-5}\text{,}\) but not \(\frac{-3}{-5}\text{.}\) It’s about time we did a few examples to see how these properties work in practice.

Example 1.2.7. Arithmetic with fractions.

Perform the indicated operations and simplify. By “simplify” here, we mean to have the final answer written in the form \(\frac{a}{b}\) where \(a\) and \(b\) are integers which have no common factors. Said another way, we want \(\frac{a}{b}\) in “lowest terms”.

(a)

\(\dfrac{1}{4} + \dfrac{6}{7}\)
Solution.
It may seem silly to start with an example this basic but experience has taught us not to take much for granted. We start by finding the lowest common denominator and then we rewrite the fractions using that new denominator. Since \(4\) and \(7\) are relatively prime, meaning they have no factors in common, the lowest common denominator is \(4 \cdot 7 = 28\text{.}\)
\begin{align*} \dfrac{1}{4} + \dfrac{6}{7}\amp \dfrac{1}{4} \cdot \dfrac{7}{7} + \dfrac{6}{7} \cdot \dfrac{4}{4} \quad \text{(Equivalent Fractions)}\\ \amp \dfrac{7}{28} + \dfrac{24}{28} \quad \text{(Multiplication of Fractions)}\\ \amp \dfrac{31}{28} \quad \text{(Addition of Fractions)}\text{.} \end{align*}
The result is in lowest terms because \(31\) and \(28\) are relatively prime so we’re done.

(b)

\(\dfrac{5}{12} - \left(\dfrac{47}{30} - \dfrac{7}{3}\right)\)
Solution.
We could begin with the subtraction in parentheses, namely \(\frac{47}{30} - \frac{7}{3}\text{,}\) and then subtract that result from \(\frac{5}{12}\text{.}\) It’s easier, however, to first distribute the negative across the quantity in parentheses and then use the Associative Property to perform all of the addition and subtraction in one step. The lowest common denominator for all three fractions is \(60\text{.}\)
\begin{align*} \dfrac{5}{12} - \left(\dfrac{47}{30} - \dfrac{7}{3}\right)\amp =\dfrac{5}{12} - \dfrac{47}{30} + \dfrac{7}{3} \quad \text{(Distribute the Negative)}\\ \amp =\dfrac{5}{12} \cdot \dfrac{5}{5} - \dfrac{47}{30} \cdot \dfrac{2}{2} + \dfrac{7}{3} \cdot \dfrac{20}{20} \quad \text{(Equivalent Fractions)}\\ \amp =\dfrac{25}{60} - \dfrac{94}{60} + \dfrac{140}{60} \quad \text{(Multiplication of Fractions)}\\ \amp =\dfrac{71}{60} \quad \text{(Addition and Subtraction of Fractions)} \end{align*}
The numerator and denominator are relatively prime so the fraction is in lowest terms and we have our final answer.

(c)

\(\dfrac{\dfrac{12}{5} - \dfrac{7}{24}}{1 + \left(\dfrac{12}{5}\right) \left(\dfrac{7}{24}\right)}\)
Solution.
What we are asked to simplify in this problem is known as a “complex” or “compound” fraction. Simply put, we have fractions within a fraction. The longest division line (also called a “vinculum”) performs the same sort of grouping function as parentheses:
\begin{equation*} \dfrac{\dfrac{12}{5} - \dfrac{7}{24}}{1 + \left(\dfrac{12}{5}\right) \left(\dfrac{7}{24}\right)} = \dfrac{\left(\dfrac{12}{5} - \dfrac{7}{24}\right)}{\left(1 + \left(\dfrac{12}{5}\right) \left(\dfrac{7}{24}\right)\right)}\text{.} \end{equation*}
The first step to simplifying a compound fraction like this one is to see if you can simplify the little fractions inside it. There are two ways to proceed. One is to simplify the numerator and denominator separately, and then use the fact that division is the same thing as multiplication by the reciprocal, as follows:
\begin{align*} \dfrac{\left(\dfrac{12}{5} - \dfrac{7}{24}\right)}{\left(1 + \left(\dfrac{12}{5}\right) \left(\dfrac{7}{24}\right)\right)}\amp= \dfrac{\left(\dfrac{12}{5}\cdot \dfrac{24}{24} - \dfrac{7}{24}\cdot \dfrac{5}{5}\right)}{\left(1\cdot \dfrac{120}{120} + \left(\dfrac{12}{5}\right) \left(\dfrac{7}{24}\right)\right)} \quad \text{(Equivalent Fractions)}\\ \amp =\dfrac{288/120 - 35/120}{120/120 + 84/120} \quad \text{(Multiplication of fractions)} \\ \amp =\dfrac{253/120}{204/120} \quad \text{(Addition and subtraction of fractions)}\\ \amp =\dfrac{253}{\cancel{120}}\cdot \dfrac{\cancel{120}}{204} \quad \text{(Division of fractions and cancellation)}\\ \amp =\dfrac{253}{204}\text{.} \end{align*}
Since \(253 = 11 \cdot 23\) and \(204 = 2 \cdot 2 \cdot 3 \cdot 17\) have no common factors our result is in lowest terms which means we are done.
While there is nothing wrong with the above approach, we can also use our Equivalent Fractions property to rid ourselves of the “compound” nature of this fraction straight away. The idea is to multiply both the numerator and denominator by the lowest common denominator of each of the “smaller” fractions – in this case, \(24 \cdot 5 = 120\text{.}\)
\begin{align*} \dfrac{\left(\dfrac{12}{5} - \dfrac{7}{24}\right)}{\left(1 + \left(\dfrac{12}{5}\right) \left(\dfrac{7}{24}\right)\right)}\amp =\dfrac{\left(\dfrac{12}{5} - \dfrac{7}{24}\right) \cdot 120}{\left(1 + \left(\dfrac{12}{5}\right) \left(\dfrac{7}{24}\right)\right) \cdot 120} \quad \text{(Equivalent Fractions)}\\ \amp =\dfrac{\left(\dfrac{12}{5}\right) (120) - \left(\dfrac{7}{24}\right) (120)}{(1)(120) + \left(\dfrac{12}{5}\right) \left(\dfrac{7}{24}\right)(120)} \quad \text{(Distributive Property)}\\ \amp =\dfrac{\dfrac{12 \cdot 120}{5} - \dfrac{7 \cdot 120}{24}}{120 + \dfrac{12 \cdot 7 \cdot 120}{5 \cdot 24}} \quad \text{(Multiply fractions)}\\ \amp =\dfrac{\dfrac{12 \cdot 24 \cdot \cancel{5}}{\cancel{5}} - \dfrac{7 \cdot 5 \cdot \cancel{24}}{\cancel{24}}}{120 + \dfrac{12 \cdot 7 \cdot \cancel{5} \cdot \cancel{24}}{\cancel{5} \cdot \cancel{24}}} \quad \text{(Factor and cancel)}\\ \amp =\dfrac{(12 \cdot 24) - (7 \cdot 5)}{120 + (12 \cdot 7)}\\ \amp =\dfrac{288 - 35}{120 + 84} = \dfrac{253}{204}\text{,} \end{align*}
which is the same as we obtained above.

(d)

\(\dfrac{(2(2)+1)(-3-(-3)) - 5(4-7)}{4-2(3)}\)
Solution.
This fraction may look simpler than the one before it, but the negative signs and parentheses mean that we shouldn’t get complacent. Again we note that the division line here acts as a grouping symbol. That is,
\begin{equation*} \dfrac{(2(2)+1)(-3-(-3)) - 5(4-7)}{4-2(3)} = \dfrac{\left((2(2)+1)(-3-(-3)) - 5(4-7) \right)}{(4-2(3))}\text{.} \end{equation*}
This means that we should simplify the numerator and denominator first, then perform the division last. We tend to what’s in parentheses first, giving multiplication priority over addition and subtraction.
\begin{align*} \dfrac{(2(2)+1)(-3-(-3)) - 5(4-7)}{4-2(3)}\amp =\dfrac{(4+1)(-3+3)-5(-3)}{4 - 6} \\ \amp = \dfrac{(5)(0) + 15}{-2} = \dfrac{15}{-2}\\ \amp = -\dfrac{15}{2} \quad \text{(Properties of Negatives)}\text{.} \end{align*}
Since \(15 = 3\cdot 5\) and \(2\) have no common factors, we are done.

(e)

\(\left(\dfrac{3}{5} \right) \left(\dfrac{5}{13} \right) - \left(\dfrac{4}{5}\right) \left( - \dfrac{12}{13}\right)\)
Solution.
In this problem, we have multiplication and subtraction. Multiplication takes precedence so we perform it first. Recall that to multiply fractions, we do not need to obtain common denominators; rather, we multiply the corresponding numerators together along with the corresponding denominators. However, when we perform the subtraction, we do need a common denominator, so we will resist the temptation to cancel the fives in the first term straight away.
\begin{align*} \left(\dfrac{3}{5} \right) \left(\dfrac{5}{13} \right) - \left(\dfrac{4}{5}\right) \left( - \dfrac{12}{13}\right)\amp = \dfrac{3 \cdot 5}{5 \cdot 13} - \dfrac{4\cdot (-12)}{5 \cdot 13} \quad \text{(Multiply fractions)}\\ \amp = \dfrac{15}{65} - \dfrac{-48}{65}\\ \amp = \dfrac{15}{65} + \dfrac{48}{65} \quad \text{(Properties of Negatives)}\\ \amp = \dfrac{15+48}{65} \quad \text{(Add numerators)}\\ \amp =\dfrac{63}{65}\text{.} \end{align*}
Since \(64 = 3 \cdot 3 \cdot 7\) and \(65 = 5 \cdot 13\) have no common factors, our answer \(\dfrac{63}{65}\) is in lowest terms and we are done.
Of the issues discussed in the previous set of examples none causes students more trouble than simplifying compound fractions. We presented two different methods for simplifying them: one in which we simplified the overall numerator and denominator and then performed the division and one in which we removed the compound nature of the fraction at the very beginning. We encourage the reader to go back and use both methods on each of the compound fractions presented. Keep in mind that when a compound fraction is encountered in the rest of the text it will usually be simplified using only one method and we may not choose your favourite method. Feel free to use the other one in your notes.

Exercises Exercises

Exercise Group.

Perform the indicated operations and simplify.
1.
\(\dfrac{3 - \frac{4}{9}}{-2 - (-3)}\)
2.
\(\dfrac{2}{3} - \dfrac{4}{7}\)
3.
\(\left(-\frac{32}{9}\right)^{-3/5}\)
4.
\(\dfrac{1 - 2(-3)}{5(-3) + 7}\)
5.
\(\dfrac{1 + 2^{-3}}{3 - 4^{-1}}\)
6.
\(\dfrac{3}{8} + \dfrac{5}{12}\)
7.
\(\dfrac{-12 + \sqrt{18}}{21}\)
8.
\(3^{-1} - 4^{-2}\)
9.
\(\sqrt{(2 - (-1))^2 + \left(\frac{1}{2} - 3\right)^2}\)
10.
\(\dfrac{-(-4) + \sqrt{(-4)^2 - 4(1)(-1)}}{2(1)}\)
11.
\(\dfrac{2\left(\frac{4}{3}\right)}{1 - \left(\frac{4}{3}\right)^2}\)
12.
\(3\sqrt{2(4)+1} + 3(4)\left(\frac{1}{2}\right)(2(4)+1)^{-1/2}(2)\)
13.
\(5 - 2 + 3\)
14.
\(2(-7)\sqrt[3]{1-(-7)} + (-7)^2 \left(\frac{1}{3}\right)(1-(-7))^{-2/3}(-1)\)
15.
\(\dfrac{4 - 5.8}{2 - 2.1}\)
16.
\(\dfrac{5(3) - 7}{2(3)^2-3(3)-9}\)
17.
\(\dfrac{(-2)^2 - (-2) - 6}{(-2)^2 - 4}\)
18.
\(\sqrt{12} - \sqrt{75}\)
19.
\(2(-5)(-5+1)^{-1} + (-5)^2(-1)(-5+1)^{-2}\)
20.
\((-8)^{2/3} - 9^{-3/2}\)
21.
\(\dfrac{2(3)-(4-1)}{2^2 + 1}\)
22.
\(\sqrt{(\sqrt{5} - 2\sqrt{5})^2 + (\sqrt{18} - \sqrt{8})^2}\)
23.
\(\dfrac{2(-3)}{3 - (-3)}\)
24.
\(\left(\dfrac{2}{3}\right)^{-5}\)
25.
\(\sqrt{3^2 + 4^2}\)
26.
\(\dfrac{2((-1)^2-1)}{((-1)^2+1)^2}\)
27.
\(\sqrt{(3-4)^2 + (5-2)^2}\)
28.
\(\dfrac{\frac{2}{3} - \frac{4}{5}}{4 - \frac{7}{10}}\)
29.
\(\dfrac{-2 - \sqrt{(2)^2 - 4(3)(-1)}}{2(3)}\)
30.
\(\dfrac{1 - \left(\frac{5}{3}\right)\left(\frac{3}{5}\right)}{1 + \left(\frac{5}{3}\right)\left(\frac{3}{5}\right)}\)
31.
\(\dfrac{5-3}{-2-4}\)
32.
\(5 - (2+3)\)
33.
\(\dfrac{3\cdot 5^{100}}{12 \cdot 5^{98}}\)