Skip to main content
Mathematics LibreTexts

4.7: Special Binomial Products

  • Page ID
    58529
  • \( \newcommand{\vecs}[1]{\overset { \scriptstyle \rightharpoonup} {\mathbf{#1}} } \) \( \newcommand{\vecd}[1]{\overset{-\!-\!\rightharpoonup}{\vphantom{a}\smash {#1}}} \)\(\newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\) \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\) \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\) \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\) \( \newcommand{\Span}{\mathrm{span}}\) \(\newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\) \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\) \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\) \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\) \( \newcommand{\Span}{\mathrm{span}}\)\(\newcommand{\AA}{\unicode[.8,0]{x212B}}\)

    Three binomial products occur so frequently in algebra that we designate them as special binomial products. We have seen them before, but we will study them again because of their importance as time saving devices and in solving equations (which we will study in a later chapter).

    These special products can be shown as the squares of a binomial

    \((a+b)^2\) and \((a-b)^2\)

    and as the sum and difference of two terms.

    \[(a+b)(a-b) \nonumber\]

    There are two simple rules that allow us to easily expand (multiply out) these binomials. They are well worth memorizing, as they will save a lot of time in the future.

    Expanding \((a+b)^2\) and \((a−b)^2\)

    Squaring a Binomial

    To square a binomial:

    1. Square the first term.
    2. Take the product of the two terms and double it.
    3. Square the last term.
    4. Add the three results together

    \((a+b)^2 = a^2 + 2ab + b^2\)

    \((a-b)^2 = a^2 - 2ab + b^2\)

    Expanding (a+b)(a−b)

    Sum and Difference of Two Terms.

    To expand the sum and difference of two terms:†

    1. Square the first term and square the second term.
    2. Subtract the square of the second term from the square of the first term.

    \((a+b)(a-b) = a^2 - b^2\)

    Sample Set A

    Example \(\PageIndex{1}\)

    \((x+4)^{2}\)

    Square the first term: \(x^{2}\).

    The product of both terms is \(4x\). Double it: \(8x\).

    Square the last term: 16.

    Add them together: \(x^{2}+8x+16\)

    \((x+4)^{2}=x^{2}+8 x+16\)

    Note that \((x+4)^{2} \neq x^{2}+4^{2}\). The \(8x\) term is missing!

    Example \(\PageIndex{2}\)

    \((a-8)^{2}\)

    Square the first term: \(a^{2}\).

    The product of both terms is \(-8a\). Double it: \(-16a\).

    Square the last term: 64.

    Add them together: \(a^2 + (-16a) + 64\)

    \[(a-8)^2 = a^2 - 16a + 64 \nonumber\]

    Notice that the sign of the last term in this expression is “\(+\).” This will always happen since the last term results from a number being squared. Any nonzero number times itself is always positive.

    \((+)(+) = +\) and \((-)(-) = +\)

    The sign of the second term in the trinomial will always be the sign that occurs inside the parentheses.

    Example \(\PageIndex{3}\)

    \((y-1)^{2}\)

    Square the first term: \(y^{2}\).

    The product of both terms is \(-y\). Double it: \(-2y\).

    Square the last term: +1.

    Add them together: \(y^2 + (-2y) + 1\)

    The square of the binomial 'y minus one' is equal to y squared minus two y plus one. The sign inside the parentheses and the sign of the middle term of the trinomial are the same, and are labeled as 'minus.' The sign of the last term of the trinomial is labeled as 'plus.'

    Example \(\PageIndex{4}\)

    \((5x+3)^{2}\)

    Square the first term: \(25x^{2}\).

    The product of both terms is \(15x\). Double it: \(30x\).

    Square the last term: 9.

    Add them together: \(25x^2 + 30x + 9\)

    The square of the binomial 'five x plus three' is equal to twenty five x squared plus thirty x plus nine. The sign inside the parentheses and the sign of the middle term of the trinomial are the same, and are labeled as 'plus.' The sign of the last term of the trinomial is also labeled as 'plus.'

    Example \(\PageIndex{5}\)

    \((7b-2)^{2}\)

    Square the first term: \(49b^{2}\).

    The product of both terms is \(-14b\). Double it: \(-28b\).

    Square the last term: 4.

    Add them together: \(49b^2 + (-28b) + 4\)

    The square of the binomial 'seven b minus two' is equal to forty-nine b squared minus twenty-eight b plus four. The sign inside the parentheses and the sign of the middle term of the trinomial are the same, and are labeled as 'minus.' The sign of the last term of the trinomial is labeled as 'plus.'

    Example \(\PageIndex{6}\)

    \((x+6)(x-6)\)

    Square the first term: \(x^2\).

    Subtract the square of the second term (\(36\)) from the square of the first term: \(x^2 - 36\)

    \((x+6)(x-6) = x^2 - 36\)

    Example \(\PageIndex{7}\)

    \((4a−12)(4a+12)\)

    Square the first term: \(16a^2\).

    Subtract the square of the second term (\(144\)) from the square of the first term: \(16a^2-144\)

    \((4a-12)(4a+12) = 16a^2 - 144\)

    Example \(\PageIndex{8}\)

    \((6x+8y)(6x−8y)\)

    Square the first term: \(36x^2\).

    Subtract the square of the second term (\(64y^2\)) from the square of the first term: \(36x^2 - 64y^2\)

    \((6x+8y)(6x-8y) = 36x^2 - 64y^2\)

    Practice Set A

    Find the following products.

    Practice Problem \(\PageIndex{1}\)

    \((x+5)^2\)

    Answer

    \(x^2 + 10x + 25\)

    Practice Problem \(\PageIndex{2}\)

    \((x+7)^2\)

    Answer

    \(x^2 + 14x + 49\)

    Practice Problem \(\PageIndex{3}\)

    \((y-6)^2\)

    Answer

    \(y^2 - 12y + 36\)

    Practice Problem \(\PageIndex{4}\)

    \((3a+b)^2\)

    Answer

    \(9a^2 + 6ab + b^2\)

    Practice Problem \(\PageIndex{5}\)

    \((9m-n)^2\)

    Answer

    \(81m^2 - 18mn + n^2\)

    Practice Problem \(\PageIndex{6}\)

    \((10x - 2y)^2\)

    Answer

    \(100x^2 - 40xy + 4y^2\)

    Practice Problem \(\PageIndex{7}\)

    \((12a - 7b)^2\)

    Answer

    \(144a^2 - 168ab + 49b^2\)

    Practice Problem \(\PageIndex{8}\)

    \((5h - 15k)^2\)

    Answer

    \(25h^2 - 150hk + 225k^2\)

    Exercises

    For the following problems, find the products.

    Exercise \(\PageIndex{1}\)

    \((x+3)^2\)

    Answer

    \(x^2 + 6x + 9\)

    Exercise \(\PageIndex{2}\)

    \((x+5)^2\)

    Exercise \(\PageIndex{3}\)

    \((x+8)^2\)

    Answer

    \(x^2 + 16x + 64\)

    Exercise \(\PageIndex{4}\)

    \((x+6)^2\)

    Exercise \(\PageIndex{5}\)

    \((y+9)^2\)

    Answer

    \(y^2 + 18y + 81\)

    Exercise \(\PageIndex{6}\)

    \((y+1)^2\)

    Exercise \(\PageIndex{7}\)

    \((a-4)^2\)

    Answer

    \(a^2 - 8a + 16\)

    Exercise \(\PageIndex{8}\)

    \((a-6)^2\)

    Exercise \(\PageIndex{9}\)

    \((a-7)^2\)

    Answer

    \(a^2 - 14a + 49\)

    Exercise \(\PageIndex{10}\)

    \((b+10)^2\)

    Exercise \(\PageIndex{11}\)

    \((b+15)^2\)

    Answer

    \(b^2 + 30b + 225\)

    Exercise \(\PageIndex{12}\)

    \((a-10)^2\)

    Exercise \(\PageIndex{13}\)

    \((x-12)^2\)

    Answer

    \(x^2 - 24x + 144\)

    Exercise \(\PageIndex{14}\)

    \((x+20)^2\)

    Exercise \(\PageIndex{15}\)

    \((y-20)^2\)

    Answer

    \(y^2 - 40y + 400\)

    Exercise \(\PageIndex{16}\)

    \((3x + 5)^2\)

    Exercise \(\PageIndex{17}\)

    \((4x + 2)^2\)

    Answer

    \(16x^2 + 16x + 4\)

    Exercise \(\PageIndex{18}\)

    \((6x - 2)^2\)

    Exercise \(\PageIndex{19}\)

    \((7x - 2)^2\)

    Answer

    \(49x^2 - 28x + 4\)

    Exercise \(\PageIndex{20}\)

    \((5a - 6)^2\)

    Exercise \(\PageIndex{21}\)

    \((3a - 9)^2\)

    Answer

    \(9a^2 - 54a + 81\)

    Exercise \(\PageIndex{22}\)

    \((3w - 2z)^2\)

    Exercise \(\PageIndex{23}\)

    \((5a - 3b)^2\)

    Answer

    \(25a^2 - 30ab + 9b^2\)

    Exercise \(\PageIndex{24}\)

    \((6t - 7s)^2\)

    Exercise \(\PageIndex{25}\)

    \((2h - 8k)^2\)

    Answer

    \(4h^2 - 32hk + 64k^2\)

    Exercise \(\PageIndex{26}\)

    \((a + \dfrac{1}{2})^2\)

    Exercise \(\PageIndex{27}\)

    \((a + \dfrac{1}{3})^2\)

    Answer

    \(a^2 + \dfrac{2}{3}a + \dfrac{1}{9}\)

    Exercise \(\PageIndex{28}\)

    \((x + \dfrac{3}{4})^2\)

    Exercise \(\PageIndex{29}\)

    \((x + \dfrac{2}{5})^2\)

    Answer

    \(x^2 + \dfrac{4}{5}x + \dfrac{4}{25}\)

    Exercise \(\PageIndex{30}\)

    \((x - \dfrac{2}{3})^2\)

    Exercise \(\PageIndex{31}\)

    \((y-\dfrac{5}{6})^2\)

    Answer

    \(y^2 - \dfrac{5}{3}y + \dfrac{25}{36}\)

    Exercise \(\PageIndex{32}\)

    \((y + \dfrac{2}{3})^2\)

    Exercise \(\PageIndex{33}\)

    \((x + 1.3)^2\)

    Answer

    \(x^2 + 2.6x + 1.69\)

    Exercise \(\PageIndex{34}\)

    \((x + 5.2)^2\)

    Exercise \(\PageIndex{35}\)

    \((a + 0.5)^2\)

    Answer

    \(a^2 + a + 0.25\)

    Exercise \(\PageIndex{36}\)

    \((a + 0.08)^2\)

    Exercise \(\PageIndex{37}\)

    \((x - 3.1)^2\)

    Answer

    \(x^2 - 6.2x + 9.61\)

    Exercise \(\PageIndex{38}\)

    \((y - 7.2)^2\)

    Exercise \(\PageIndex{39}\)

    \((b - 0.04)^2\)

    Answer

    \(b^2 - 0.08b + 0.0016\)

    Exercise \(\PageIndex{40}\)

    \((f - 1.006)^2\)

    Exercise \(\PageIndex{41}\)

    \((x + 5)(x - 5)\)

    Answer

    \(x^2 - 25\)

    Exercise \(\PageIndex{42}\)

    \((x+6)(x-6)\)

    Exercise \(\PageIndex{43}\)

    \((x+1)(x−1)\)

    Answer

    \(x^2 - 1\)

    Exercise \(\PageIndex{44}\)

    \((t−1)(t+1)\)

    Exercise \(\PageIndex{45}\)

    \((f+9)(f−9)\)

    Answer

    \(f^2 - 81\)

    Exercise \(\PageIndex{46}\)

    \((y−7)(y+7)\)

    Exercise \(\PageIndex{47}\)

    \((2y+3)(2y−3)\)

    Answer

    \(4y^2 - 9\)

    Exercise \(\PageIndex{48}\)

    \((5x+6)(5x−6)\)

    Exercise \(\PageIndex{49}\)

    \((2a−7b)(2a+7b)\)

    Answer

    \(4a^2 - 49b^2\)

    Exercise \(\PageIndex{50}\)

    \((7x+3t)(7x−3t)\)

    Exercise \(\PageIndex{51}\)

    \((5h−2k)(5h+2k)\)

    Answer

    \(25h^2 - 4k^2\)

    Exercise \(\PageIndex{52}\)

    \((x + \dfrac{1}{3})(x - \dfrac{1}{3})\)

    Exercise \(\PageIndex{53}\)

    \((a + \dfrac{2}{9})(a - \dfrac{2}{9})\)

    Answer

    \(a^2 - \dfrac{4}{81}\)

    Exercise \(\PageIndex{54}\)

    \((x + \dfrac{7}{3})(x - \dfrac{7}{3})\)

    Exercise \(\PageIndex{55}\)

    \((2b + \dfrac{6}{7})(2b - \dfrac{6}{7})\)

    Answer

    \(4b^2 - \dfrac{36}{49}\)

    Exercise \(\PageIndex{56}\)

    Expand \((a+b)^2\) to prove it is equal to \(a^2 + 2ab + b^2\).

    Exercise \(\PageIndex{57}\)

    Expand \((a-b)^2\) to prove it is equal to \(a^2 - 2ab + b^2\).

    Answer

    \((a-b)(a-b) = a^2 - ab - ab + b^2 = a^2 - 2ab + b^2\)

    Exercise \(\PageIndex{58}\)

    Expand \((a+b)(a-b)\) to prove it is equal to \(a^2-b^2\).

    Exercise \(\PageIndex{59}\)

    Fill in the missing label in the equation below.

    The square of the binomial 'a plus b' is equal to a squared plus two ab plus b squared. Fill in the missing labels for the equation. See the longdesc for a full description.

    Answer

    First term squared

    Exercise \(\PageIndex{60}\)

    Label the parts of the equation below.

    The square of the binomial 'a minus b' is equal to a squared minus two ab plus b squared. Fill in the missing labels for the equation. See the longdesc for a full description.

    Exercise \(\PageIndex{61}\)

    Label the parts of the equation below.

    The product of the binomial 'a plus b' and the binomial 'a minus b' is equal to a squared minus b squared. Fill in the missing labels for the equation. See the longdesc for a full description.

    Answer

    a) Square the first term.

    b) Square the second term and subtract it from the first term.

    Exercises for Review

    Exercise \(\PageIndex{62}\)

    Simplify \((x^3y^0z^4)^5\).

    Exercise \(\PageIndex{63}\)

    Find the value of \(10^{-1} \cdot 2^{-3}\)

    Answer

    \(\dfrac{1}{80}\)

    Exercise \(\PageIndex{64}\)

    Find the product.

    \((x+6)(x-7)\).

    Exercise \(\PageIndex{65}\)

    Find the product.

    \((5m - 3)(2m + 3)\)

    Answer

    \(10m^2 + 9m - 9\)

    Exercise \(\PageIndex{66}\)

    Find the product.

    \((a+4)(a^2 - 2a + 3)\)


    This page titled 4.7: Special Binomial Products is shared under a CC BY 4.0 license and was authored, remixed, and/or curated by Denny Burzynski & Wade Ellis, Jr. (OpenStax CNX) .