1.4.2 Brackets
Brackets are used to avoid any misunderstanding about the way an expression is to be evalu-
ated. Suppose that a group of students is asked to find the value of
1 − 3 + 5
One suspects that the majority of students would say that the answer is 3, which is found by
first subtracting 3 from 1 and then adding 5. However, there is a fair chance that some might
produce −7, thinking that they should first add 3 and 5 and then subtract the result from 1.
(There may be other students who obtain different values entirely, but we had better
forget about them!) In a sense both answers are correct since, as it stands, the expression is
ambiguous. To overcome this, brackets are introduced, using the convention that things inside
brackets are evaluated first. Hence we would either write
(1 − 3) + 5
to indicate that subtraction is performed first, or write
1 − (3 + 5)
to indicate that addition is performed first. In fact, brackets have already been used in Section
1.1 in the context of multiplying negative numbers. For example, on page 18 we wrote
(−2) × (−4) × (−1) × 2 × (−1) × (−3)
which is much easier to interpret than its bracketless counterpart
−2 ×−4 ×−1 × 2 ×−1 ×−3
It is also conventional to suppress the multiplication sign when multiplying brackets together,
so the above product could be written as
(−2)(−4)(−1)(2)(−1)(−3)
Similarly, the multiplication sign is implied in
(5 − 2)(7 + 1)
which is the product of 3 and 8.
Linear Equations
70
Advice
You should check your answer using a couple of test values. Substituting x = 1 (which lies to
the right of −2, so should work) into both sides of the original inequality 2x + 3 < 4x + 7
gives 5 < 11, which is true. On the other hand, substituting x =−3 (which lies to the left
of −2, so should fail) gives −3 < −5, which is false.
Of course, just checking a couple of numbers like this does not prove that the final
inequality is correct, but it should protect you against gross blunders.
Practice Problem
2 Simplify the inequalities
(a)
2x < 3x + 7 (b) 21x − 19 ≥ 4x + 15
MFE_C01d.qxd 16/12/2005 10:57 Page 70