3 Removing brackets from expressions of the form ( a + b ) ( c + d )

Sometimes it is necessary to consider two bracketed terms multiplied together. In the expression ( a + b ) ( c + d ) , by regarding the first bracket as a single term we can use the result in Key Point 14 to write it as ( a + b ) c + ( a + b ) d . Removing the brackets from each of these terms produces a c + b c + a d + b d . More concisely:

Key Point 16
( a + b ) ( c + d ) = ( a + b ) c + ( a + b ) d = a c + b c + a d + b d

We see that each term in the first bracketed expression multiplies each term in the second bracketed expression.

Example 38

Remove the brackets from ( 3 + x ) ( 2 + y )

Solution

We find ( 3 + x ) ( 2 + y ) = ( 3 + x ) ( 2 ) + ( 3 + x ) y

= ( 3 ) ( 2 ) + ( x ) ( 2 ) + ( 3 ) ( y ) + ( x ) ( y ) = 6 + 2 x + 3 y + x y

Example 39

Remove the brackets from ( 3 x + 4 ) ( x + 2 ) and simplify your result.

Solution

( 3 x + 4 ) ( x + 2 ) = ( 3 x + 4 ) ( x ) + ( 3 x + 4 ) ( 2 )

= 3 x 2 + 4 x + 6 x + 8 = 3 x 2 + 10 x + 8

Example 40

Remove the brackets from ( a + b ) 2 and simplify your result.

Solution

When a quantity is squared it is multiplied by itself. Thus

( a + b ) 2 = ( a + b ) ( a + b ) = ( a + b ) a + ( a + b ) b = a 2 + b a + a b + b 2 = a 2 + 2 a b + b 2
Key Point 17
( a + b ) 2 = a 2 + 2 a b + b 2
( a b ) 2 = a 2 2 a b + b 2
Task!

Remove the brackets from the following expressions and simplify the results.

  1. ( x + 7 ) ( x + 3 ) ,
  2. ( x + 3 ) ( x 2 ) ,

x 2 + 7 x + 3 x + 21 = x 2 + 10 x + 21

x 2 + 3 x 2 x 6 = x 2 + x 6

Example 41

Explain the distinction between ( x + 3 ) ( x + 2 ) and x + 3 ( x + 2 ) .

Solution

In the first expression removing the brackets we find

( x + 3 ) ( x + 2 ) = x 2 + 3 x + 2 x + 6 = x 2 + 5 x + 6

In the second expression we have

x + 3 ( x + 2 ) = x + 3 x + 6 = 4 x + 6

Note that in the second expression the term ( x + 2 ) is only multiplied by 3 and not by x .

Example 42

Remove the brackets from ( s 2 + 2 s + 4 ) ( s + 3 ) .

Solution

Each term in the first bracket must multiply each term in the second. Working through all combinations systematically we have

( s 2 + 2 s + 4 ) ( s + 3 ) = ( s 2 + 2 s + 4 ) ( s ) + ( s 2 + 2 s + 4 ) ( 3 ) = s 3 + 2 s 2 + 4 s + 3 s 2 + 6 s + 12 = s 3 + 5 s 2 + 10 s + 12