{"id":1356,"date":"2021-12-02T19:37:38","date_gmt":"2021-12-03T00:37:38","guid":{"rendered":"https:\/\/opentextbc.ca\/intermediatealgebraberg\/chapter\/6-6-special-products\/"},"modified":"2023-08-30T16:16:47","modified_gmt":"2023-08-30T20:16:47","slug":"special-products","status":"publish","type":"chapter","link":"https:\/\/opentextbc.ca\/intermediatealgebraberg\/chapter\/special-products\/","title":{"raw":"6.6 Special Products","rendered":"6.6 Special Products"},"content":{"raw":"There are a few shortcuts available when multiplying polynomials. When recognized, they help arrive at the solution much quicker.\r\n\r\nThe first is called a difference of squares. A difference of squares is easily recognized because the numbers and variables in its two factors are exactly the same, but the sign in each factor is different (one plus sign, one minus sign). To illustrate this, consider the following example.\r\n<div class=\"textbox textbox--examples\"><header class=\"textbox__header\">\r\n<p class=\"textbox__title\">Example 6.6.1<\/p>\r\n\r\n<\/header>\r\n<div class=\"textbox__content\">\r\n\r\nMultiply the following pair of binomials: [latex](a+b)(a-b).[\/latex]\r\n<p style=\"text-align: center;\">[latex]\\begin{array}{rrrrr}\r\na&amp;+&amp;b&amp;&amp; \\\\\r\na&amp;-&amp;b&amp;&amp; \\\\\r\n\\hline\r\na^2&amp;+&amp;ab&amp;&amp; \\\\\r\n&amp;-&amp;ab&amp;-&amp;b^2 \\\\\r\n\\hline\r\na^2&amp;-&amp;b^2&amp;&amp;\r\n\\end{array}[\/latex]<\/p>\r\n\r\n<\/div>\r\n<\/div>\r\nNotice the middle term cancels out and [latex](a+b)(a-b) = a^2 - b^2[\/latex]. Cancelling the middle term during multiplication is the same for any difference of squares.\r\n<div class=\"textbox textbox--examples\"><header class=\"textbox__header\">\r\n<p class=\"textbox__title\">Example 6.6.2<\/p>\r\n\r\n<\/header>\r\n<div class=\"textbox__content\">\r\n\r\nMultiply the following pair of binomials: [latex](x - 5)(x + 5).[\/latex]\r\n\r\nRecognize a difference of squares. The solution is [latex]x^2 - 25.[\/latex]\r\n\r\n<\/div>\r\n<\/div>\r\n<div class=\"textbox textbox--examples\"><header class=\"textbox__header\">\r\n<p class=\"textbox__title\">Example 6.6.3<\/p>\r\n\r\n<\/header>\r\n<div class=\"textbox__content\">\r\n\r\nMultiply the following pair of binomials: [latex](3x + 7)(3x - 7).[\/latex]\r\n\r\nRecognize a difference of squares. The solution is [latex]9x^2 - 49.[\/latex]\r\n\r\n<\/div>\r\n<\/div>\r\n<div class=\"textbox textbox--examples\"><header class=\"textbox__header\">\r\n<p class=\"textbox__title\">Example 6.6.4<\/p>\r\n\r\n<\/header>\r\n<div class=\"textbox__content\">\r\n\r\nMultiply the following pair of binomials: [latex](2x - 6y)(2x + 6y).[\/latex]\r\n<p class=\"p5 no-indent\">Recognize a difference of squares. The solution is [latex]4x^2 - 36y^2.[\/latex]<\/p>\r\n\r\n<\/div>\r\n<\/div>\r\nAnother pair of binomial multiplications useful to know are perfect squares. These have the form of [latex](a + b)^2[\/latex] or [latex](a - b)^2[\/latex].\r\n<div class=\"textbox textbox--examples\"><header class=\"textbox__header\">\r\n<p class=\"textbox__title\">Example 6.6.5<\/p>\r\n\r\n<\/header>\r\n<div class=\"textbox__content\">\r\n\r\nMultiply the following pair of binomials: [latex](a + b)^2[\/latex] and [latex](a - b)^2.[\/latex]\r\n<p style=\"text-align: center;\">[latex]\\begin{array}{rr}\r\n\\begin{array}{rrrrrr}\r\n&amp;(a&amp;+&amp;b)&amp;&amp; \\\\\r\n\\times &amp;(a&amp;+&amp;b)&amp;&amp; \\\\\r\n\\hline\r\n&amp;a^2&amp;+&amp;ab&amp;&amp; \\\\\r\n&amp;&amp;+&amp;ab&amp;+&amp;b^2 \\\\\r\n\\hline\r\n&amp;a^2&amp;+&amp;2ab&amp;+&amp;b^2\r\n\\end{array}\\hspace{0.5in}\r\n&amp;\r\n\\begin{array}{rrrrrr}\r\n&amp;(a&amp;-&amp;b)&amp;&amp; \\\\\r\n\\times &amp;(a&amp;-&amp;b)&amp;&amp; \\\\\r\n\\hline\r\n&amp;a^2&amp;-&amp;ab&amp;&amp; \\\\\r\n&amp;&amp;-&amp;ab&amp;+&amp;b^2 \\\\\r\n\\hline\r\n&amp;a^2&amp;-&amp;2ab&amp;+&amp;b^2\r\n\\end{array}\r\n\\end{array}[\/latex]<\/p>\r\n\r\n<\/div>\r\n<\/div>\r\nThe pattern of multiplication for any perfect square is the same. The first term in the answer is the square of the first term in the problem. The middle term is 2 times the first term times the second term. The last term is the square of the last term.\r\n<p style=\"text-align: center;\">[latex](a + b)^2 = a^2 + 2ab + b^2 \\text{ and }(a - b)^2 = a^2 - 2ab + b^2[\/latex]<\/p>\r\n\r\n<div class=\"textbox textbox--examples\"><header class=\"textbox__header\">\r\n<p class=\"textbox__title\">Example 6.6.6<\/p>\r\n\r\n<\/header>\r\n<div class=\"textbox__content\">\r\n\r\nMultiply out the following expression: [latex](x - 5)^2.[\/latex]\r\n\r\nRecognize a perfect square. Square the first term, subtract twice the product of the first and last terms, and square the last term.\r\n<p style=\"text-align: center;\">[latex](x - 5)^2 = x^2 - 10x + 25[\/latex]<\/p>\r\n\r\n<\/div>\r\n<\/div>\r\n<div class=\"textbox textbox--examples\"><header class=\"textbox__header\">\r\n<p class=\"textbox__title\">Example 6.6.7<\/p>\r\n\r\n<\/header>\r\n<div class=\"textbox__content\">\r\n\r\nMultiply out the following expression: [latex](3x - 7y)^2.[\/latex]\r\n\r\nRecognize a perfect square. Square the first term, subtract twice the product of the first and last terms, and square the last term.\r\n<p style=\"text-align: center;\">[latex](3x - 7y)^2 = 9x^2 - 42xy + 49y^2[\/latex]<\/p>\r\n\r\n<\/div>\r\n<\/div>\r\n<div class=\"textbox textbox--examples\"><header class=\"textbox__header\">\r\n<p class=\"textbox__title\">Example 6.6.8<\/p>\r\n\r\n<\/header>\r\n<div class=\"textbox__content\">\r\n\r\nMultiply out the following expression: [latex](5a + 9b)^2.[\/latex]\r\n\r\nRecognize a perfect square. Square the first term, add twice the product of the first and last terms, and square the last term.\r\n<p style=\"text-align: center;\">[latex](5a + 9b)^2 = 25a^2 + 90ab + 81b^2[\/latex]<\/p>\r\n\r\n<\/div>\r\n<\/div>\r\n<h1>Questions<\/h1>\r\nFind each product.\r\n<ol class=\"twocolumn\">\r\n \t<li>[latex](x + 8)(x - 8)[\/latex]<\/li>\r\n \t<li>[latex](a - 4)(a + 4)[\/latex]<\/li>\r\n \t<li>[latex](1 + 3p)(1 - 3p)[\/latex]<\/li>\r\n \t<li>[latex](x - 3)(x + 3)[\/latex]<\/li>\r\n \t<li>[latex](1 - 7n)(1 + 7n)[\/latex]<\/li>\r\n \t<li>[latex](8m + 5)(8m - 5)[\/latex]<\/li>\r\n \t<li>[latex](4y - x)(4y + x)[\/latex]<\/li>\r\n \t<li>[latex](7a + 7b)(7a - 7b)[\/latex]<\/li>\r\n \t<li>[latex](4m - 8n)(4m + 8n)[\/latex]<\/li>\r\n \t<li>[latex](3y - 3x)(3y + 3x)[\/latex]<\/li>\r\n \t<li>[latex](6x - 2y)(6x + 2y)[\/latex]<\/li>\r\n \t<li>[latex](1 + 5n)^2[\/latex]<\/li>\r\n \t<li>[latex](a + 5)^2[\/latex]<\/li>\r\n \t<li>[latex](x - 8)^2[\/latex]<\/li>\r\n \t<li>[latex](1 - 6n)^2[\/latex]<\/li>\r\n \t<li>[latex](4x - 5)^2[\/latex]<\/li>\r\n \t<li>[latex](5m - 8)^2[\/latex]<\/li>\r\n \t<li>[latex](3a + 3b)^2[\/latex]<\/li>\r\n \t<li>[latex](5x + 7y)^2[\/latex]<\/li>\r\n \t<li>[latex](4m - n)^2[\/latex]<\/li>\r\n \t<li>[latex](5 + 2r)^2[\/latex]<\/li>\r\n \t<li>[latex](m - 7)^2[\/latex]<\/li>\r\n \t<li>[latex](4v - 7)(4v + 7)[\/latex]<\/li>\r\n \t<li>[latex](b + 4)(b - 4)[\/latex]<\/li>\r\n<\/ol>\r\n<a class=\"internal\" href=\"https:\/\/opentextbc.ca\/intermediatealgebraberg\/back-matter\/answer-key-6-6\/\">Answer Key 6.6<\/a>","rendered":"<p>There are a few shortcuts available when multiplying polynomials. When recognized, they help arrive at the solution much quicker.<\/p>\n<p>The first is called a difference of squares. A difference of squares is easily recognized because the numbers and variables in its two factors are exactly the same, but the sign in each factor is different (one plus sign, one minus sign). To illustrate this, consider the following example.<\/p>\n<div class=\"textbox textbox--examples\">\n<header class=\"textbox__header\">\n<p class=\"textbox__title\">Example 6.6.1<\/p>\n<\/header>\n<div class=\"textbox__content\">\n<p>Multiply the following pair of binomials: [latex](a+b)(a-b).[\/latex]<\/p>\n<p style=\"text-align: center;\">[latex]\\begin{array}{rrrrr}  a&+&b&& \\\\  a&-&b&& \\\\  \\hline  a^2&+&ab&& \\\\  &-&ab&-&b^2 \\\\  \\hline  a^2&-&b^2&&  \\end{array}[\/latex]<\/p>\n<\/div>\n<\/div>\n<p>Notice the middle term cancels out and [latex](a+b)(a-b) = a^2 - b^2[\/latex]. Cancelling the middle term during multiplication is the same for any difference of squares.<\/p>\n<div class=\"textbox textbox--examples\">\n<header class=\"textbox__header\">\n<p class=\"textbox__title\">Example 6.6.2<\/p>\n<\/header>\n<div class=\"textbox__content\">\n<p>Multiply the following pair of binomials: [latex](x - 5)(x + 5).[\/latex]<\/p>\n<p>Recognize a difference of squares. The solution is [latex]x^2 - 25.[\/latex]<\/p>\n<\/div>\n<\/div>\n<div class=\"textbox textbox--examples\">\n<header class=\"textbox__header\">\n<p class=\"textbox__title\">Example 6.6.3<\/p>\n<\/header>\n<div class=\"textbox__content\">\n<p>Multiply the following pair of binomials: [latex](3x + 7)(3x - 7).[\/latex]<\/p>\n<p>Recognize a difference of squares. The solution is [latex]9x^2 - 49.[\/latex]<\/p>\n<\/div>\n<\/div>\n<div class=\"textbox textbox--examples\">\n<header class=\"textbox__header\">\n<p class=\"textbox__title\">Example 6.6.4<\/p>\n<\/header>\n<div class=\"textbox__content\">\n<p>Multiply the following pair of binomials: [latex](2x - 6y)(2x + 6y).[\/latex]<\/p>\n<p class=\"p5 no-indent\">Recognize a difference of squares. The solution is [latex]4x^2 - 36y^2.[\/latex]<\/p>\n<\/div>\n<\/div>\n<p>Another pair of binomial multiplications useful to know are perfect squares. These have the form of [latex](a + b)^2[\/latex] or [latex](a - b)^2[\/latex].<\/p>\n<div class=\"textbox textbox--examples\">\n<header class=\"textbox__header\">\n<p class=\"textbox__title\">Example 6.6.5<\/p>\n<\/header>\n<div class=\"textbox__content\">\n<p>Multiply the following pair of binomials: [latex](a + b)^2[\/latex] and [latex](a - b)^2.[\/latex]<\/p>\n<p style=\"text-align: center;\">[latex]\\begin{array}{rr}  \\begin{array}{rrrrrr}  &(a&+&b)&& \\\\  \\times &(a&+&b)&& \\\\  \\hline  &a^2&+&ab&& \\\\  &&+&ab&+&b^2 \\\\  \\hline  &a^2&+&2ab&+&b^2  \\end{array}\\hspace{0.5in}  &  \\begin{array}{rrrrrr}  &(a&-&b)&& \\\\  \\times &(a&-&b)&& \\\\  \\hline  &a^2&-&ab&& \\\\  &&-&ab&+&b^2 \\\\  \\hline  &a^2&-&2ab&+&b^2  \\end{array}  \\end{array}[\/latex]<\/p>\n<\/div>\n<\/div>\n<p>The pattern of multiplication for any perfect square is the same. The first term in the answer is the square of the first term in the problem. The middle term is 2 times the first term times the second term. The last term is the square of the last term.<\/p>\n<p style=\"text-align: center;\">[latex](a + b)^2 = a^2 + 2ab + b^2 \\text{ and }(a - b)^2 = a^2 - 2ab + b^2[\/latex]<\/p>\n<div class=\"textbox textbox--examples\">\n<header class=\"textbox__header\">\n<p class=\"textbox__title\">Example 6.6.6<\/p>\n<\/header>\n<div class=\"textbox__content\">\n<p>Multiply out the following expression: [latex](x - 5)^2.[\/latex]<\/p>\n<p>Recognize a perfect square. Square the first term, subtract twice the product of the first and last terms, and square the last term.<\/p>\n<p style=\"text-align: center;\">[latex](x - 5)^2 = x^2 - 10x + 25[\/latex]<\/p>\n<\/div>\n<\/div>\n<div class=\"textbox textbox--examples\">\n<header class=\"textbox__header\">\n<p class=\"textbox__title\">Example 6.6.7<\/p>\n<\/header>\n<div class=\"textbox__content\">\n<p>Multiply out the following expression: [latex](3x - 7y)^2.[\/latex]<\/p>\n<p>Recognize a perfect square. Square the first term, subtract twice the product of the first and last terms, and square the last term.<\/p>\n<p style=\"text-align: center;\">[latex](3x - 7y)^2 = 9x^2 - 42xy + 49y^2[\/latex]<\/p>\n<\/div>\n<\/div>\n<div class=\"textbox textbox--examples\">\n<header class=\"textbox__header\">\n<p class=\"textbox__title\">Example 6.6.8<\/p>\n<\/header>\n<div class=\"textbox__content\">\n<p>Multiply out the following expression: [latex](5a + 9b)^2.[\/latex]<\/p>\n<p>Recognize a perfect square. Square the first term, add twice the product of the first and last terms, and square the last term.<\/p>\n<p style=\"text-align: center;\">[latex](5a + 9b)^2 = 25a^2 + 90ab + 81b^2[\/latex]<\/p>\n<\/div>\n<\/div>\n<h1>Questions<\/h1>\n<p>Find each product.<\/p>\n<ol class=\"twocolumn\">\n<li>[latex](x + 8)(x - 8)[\/latex]<\/li>\n<li>[latex](a - 4)(a + 4)[\/latex]<\/li>\n<li>[latex](1 + 3p)(1 - 3p)[\/latex]<\/li>\n<li>[latex](x - 3)(x + 3)[\/latex]<\/li>\n<li>[latex](1 - 7n)(1 + 7n)[\/latex]<\/li>\n<li>[latex](8m + 5)(8m - 5)[\/latex]<\/li>\n<li>[latex](4y - x)(4y + x)[\/latex]<\/li>\n<li>[latex](7a + 7b)(7a - 7b)[\/latex]<\/li>\n<li>[latex](4m - 8n)(4m + 8n)[\/latex]<\/li>\n<li>[latex](3y - 3x)(3y + 3x)[\/latex]<\/li>\n<li>[latex](6x - 2y)(6x + 2y)[\/latex]<\/li>\n<li>[latex](1 + 5n)^2[\/latex]<\/li>\n<li>[latex](a + 5)^2[\/latex]<\/li>\n<li>[latex](x - 8)^2[\/latex]<\/li>\n<li>[latex](1 - 6n)^2[\/latex]<\/li>\n<li>[latex](4x - 5)^2[\/latex]<\/li>\n<li>[latex](5m - 8)^2[\/latex]<\/li>\n<li>[latex](3a + 3b)^2[\/latex]<\/li>\n<li>[latex](5x + 7y)^2[\/latex]<\/li>\n<li>[latex](4m - n)^2[\/latex]<\/li>\n<li>[latex](5 + 2r)^2[\/latex]<\/li>\n<li>[latex](m - 7)^2[\/latex]<\/li>\n<li>[latex](4v - 7)(4v + 7)[\/latex]<\/li>\n<li>[latex](b + 4)(b - 4)[\/latex]<\/li>\n<\/ol>\n<p><a class=\"internal\" href=\"https:\/\/opentextbc.ca\/intermediatealgebraberg\/back-matter\/answer-key-6-6\/\">Answer Key 6.6<\/a><\/p>\n","protected":false},"author":90,"menu_order":6,"template":"","meta":{"pb_show_title":"on","pb_short_title":"","pb_subtitle":"","pb_authors":[],"pb_section_license":"cc-by-nc-sa"},"chapter-type":[],"contributor":[],"license":[56],"class_list":["post-1356","chapter","type-chapter","status-publish","hentry","license-cc-by-nc-sa"],"part":1344,"_links":{"self":[{"href":"https:\/\/opentextbc.ca\/intermediatealgebraberg\/wp-json\/pressbooks\/v2\/chapters\/1356","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/opentextbc.ca\/intermediatealgebraberg\/wp-json\/pressbooks\/v2\/chapters"}],"about":[{"href":"https:\/\/opentextbc.ca\/intermediatealgebraberg\/wp-json\/wp\/v2\/types\/chapter"}],"author":[{"embeddable":true,"href":"https:\/\/opentextbc.ca\/intermediatealgebraberg\/wp-json\/wp\/v2\/users\/90"}],"version-history":[{"count":2,"href":"https:\/\/opentextbc.ca\/intermediatealgebraberg\/wp-json\/pressbooks\/v2\/chapters\/1356\/revisions"}],"predecessor-version":[{"id":2115,"href":"https:\/\/opentextbc.ca\/intermediatealgebraberg\/wp-json\/pressbooks\/v2\/chapters\/1356\/revisions\/2115"}],"part":[{"href":"https:\/\/opentextbc.ca\/intermediatealgebraberg\/wp-json\/pressbooks\/v2\/parts\/1344"}],"metadata":[{"href":"https:\/\/opentextbc.ca\/intermediatealgebraberg\/wp-json\/pressbooks\/v2\/chapters\/1356\/metadata\/"}],"wp:attachment":[{"href":"https:\/\/opentextbc.ca\/intermediatealgebraberg\/wp-json\/wp\/v2\/media?parent=1356"}],"wp:term":[{"taxonomy":"chapter-type","embeddable":true,"href":"https:\/\/opentextbc.ca\/intermediatealgebraberg\/wp-json\/pressbooks\/v2\/chapter-type?post=1356"},{"taxonomy":"contributor","embeddable":true,"href":"https:\/\/opentextbc.ca\/intermediatealgebraberg\/wp-json\/wp\/v2\/contributor?post=1356"},{"taxonomy":"license","embeddable":true,"href":"https:\/\/opentextbc.ca\/intermediatealgebraberg\/wp-json\/wp\/v2\/license?post=1356"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}