Leave lesson

Algebra · Algebraic manipulation

1 / 8

Expanding brackets

Why a multiplier reaches every term inside a bracket, why double brackets need every-with-every (and where the middle term of a square comes from), and how three brackets fall to the same rule two at a time.

Algebra · Algebraic manipulation

Expanding brackets

Why a multiplier reaches every term inside a bracket, why double brackets need every-with-every (and where the middle term of a square comes from), and how three brackets fall to the same rule two at a time.

Why it works

A bracket is a package; multiplying the package multiplies everything in it. 5(2x3)5(2x - 3) means five copies of the whole of 2x32x - 3, so it must be 10x1510x - 15 — five copies of 2x2x AND five copies of 3-3. Stopping halfway (10x310x - 3) means four of your five packages lost their 3-3. Picture a rectangle 55 tall and 2x32x - 3 wide: its area splits into a 10x10x piece and a 15-15 piece.

A minus in front distributes its sign to every term. 2(x5)=2x+10-2(x - 5) = -2x + 10: the 2-2 multiplies the 5-5 too, and negative × negative is positive. So 3(2x+1)2(x4)=6x+32x+8=4x+113(2x + 1) - 2(x - 4) = 6x + 3 - 2x + 8 = 4x + 11 — watch the +8+8.

Double brackets: EVERY term meets EVERY term. (x+7)(x3)(x + 7)(x - 3) is a rectangle with sides split x+7x + 7 and x3x - 3 — four sub-rectangles, four products:

x23x+7x21=x2+4x21.x^2 - 3x + 7x - 21 = x^2 + 4x - 21.

The two middle products then collect. A grid keeps all four honest.

Squaring a bracket is a double bracket — the middle term is not optional. (2x5)2=(2x5)(2x5)=4x220x+25(2x - 5)^2 = (2x - 5)(2x - 5) = 4x^2 - 20x + 25. The tempting shortcut 4x2+254x^2 + 25 squares the two terms and skips their two cross products (10x-10x twice). Test x=1x = 1: (25)2=9(2-5)^2 = 9, but 4+25=294 + 25 = 29 — the shortcut is wrong every time.

Three brackets: same rule, two at a time. Expand any pair first, then multiply the result by the third bracket:

(x+1)(x2)(x+4)=(x2x2)(x+4)=x3+3x26x8.(x + 1)(x - 2)(x + 4) = (x^2 - x - 2)(x + 4) = x^3 + 3x^2 - 6x - 8.

Six products in the second step — a grid with a three-term side keeps count.