2.3 Removing Brackets 1: C Pearson Education LTD 2000
2.3 Removing Brackets 1: C Pearson Education LTD 2000
2.3
Removing brackets 1
Introduction
In order to simplify mathematical expressions it is frequently necessary to ‘remove brackets’.
This means to rewrite an expression which includes bracketed terms in an equivalent form, but
without any brackets. This operation must be carried out according to certain rules which are
described in this leaflet.
Example
Remove the brackets from a) 4(2x), b) a(5b).
Solution
a) 4(2x) means 4×(2×x). Because of associativity of multiplication the brackets are unnecessary
and we can write 4 × 2 × x which equals 8x.
b) a(5b) means a×(5b). Because of commutativity this is the same as (5b)×a, that is (5×b)×a.
Because of associativity the brackets are unnecessary and we write simply 5 × b × a which equals
5ba. Note that this is also equal to 5ab because of commutativity.
Answers
1. a) 27y, b) 25xy, c) −6a, d) 63x, e) 36m, f) 5xy.
a(b + c) = ab + ac a(b − c) = ab − ac
Example
4(5 + x) is equivalent to 4 × 5 + 4 × x which equals 20 + 4x.
5(a − b) is equivalent to 5 × a − 5 × b which equals 5a − 5b.
7(x − 2y) is equivalent to 7 × x − 7 × 2y which equals 7x − 14y.
−4(5 + x) is equivalent to −4 × 5 + −4 × x which equals −20 − 4x.
−5(a − b) is equivalent to −5 × a − −5 × b which equals −5a + 5b.
−(a + b) is equivalent to −a − b.
Exercises
Remove the brackets from each of the following expressions simplifying your answers where
appropriate.
1. 8(3 + 2y), 2. 7(−x + y), 3. −7(−x + y), 4. −(3 + 2x), 5. −(3 − 2x),
6. −(−3 − 2x), 7. x(x + 1), 8. 15(x + y), 9. 15(xy), 10. 11(m + 3n).
Answers
1. 24 + 16y, 2. −7x + 7y, 3. 7x − 7y, 4. −3 − 2x, 5. −3 + 2x, 6. 3 + 2x, 7. x2 + x,
8. 15x + 15y, 9. 15xy 10. 11m + 33n.