{"id":600,"date":"2019-04-29T15:58:41","date_gmt":"2019-04-29T19:58:41","guid":{"rendered":"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/?post_type=chapter&#038;p=600"},"modified":"2020-02-03T14:02:41","modified_gmt":"2020-02-03T19:02:41","slug":"7-4-factoring-trinomials-where-a-%e2%89%a0-1","status":"publish","type":"chapter","link":"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/chapter\/7-4-factoring-trinomials-where-a-%e2%89%a0-1\/","title":{"raw":"7.4 Factoring Trinomials where a \u2260 1","rendered":"7.4 Factoring Trinomials where a \u2260 1"},"content":{"raw":"[latexpage]\r\n\r\nFactoring trinomials where the leading term is not 1 is only slightly more difficult than when the leading coefficient is 1. The method used to factor the trinomial is unchanged.\r\n<div class=\"textbox textbox--examples\"><header class=\"textbox__header\">\r\n<p class=\"textbox__title\">Example 7.4.1<\/p>\r\n\r\n<\/header>\r\n<div class=\"textbox__content\">\r\n\r\nFactor the trinomial \\(3x^2 + 11x + 6\\).\r\n\r\nStart by multiplying the coefficients from the first and the last terms. This is \\(3\\cdot 6\\), which yields 18.\r\n\r\nThe next task is to find all possible integers that multiply to 18 and their sums.\r\n<p style=\"text-align: center\">\\(\\begin{array}{cc}\r\n\\text{multiply to }18\\hspace{0.25in}&amp;\\text{sum of these integers} \\\\\r\n1\\cdot 18&amp;19 \\\\\r\n2\\cdot 9&amp;11 \\\\\r\n3\\cdot 6&amp;9 \\\\\r\n6\\cdot 3&amp;9 \\\\\r\n9\\cdot 2&amp;11 \\\\\r\n18\\cdot 1&amp;19\r\n\\end{array}\\)<\/p>\r\nLook for the pair of integers that multiplies to 18 and adds to 11, so that it matches the equation that you started with.\r\n\r\nFor this example, the pair is \\(2\\cdot 9\\), which adds to 11.\r\n\r\nNow take the original trinomial \\(3x^2 + 11x + 6\\) and break the \\(11x\\) into \\(2x\\) and \\(9x\\).\r\n\r\nRewrite the original trinomial as \\(3x^2 + 2x + 9x + 6\\).\r\n\r\nNow, split this into two binomials as done in the previous section and factor.\r\n<p style=\"text-align: center\">\\(3x^2 + 2x\\) yields \\(x(3x + 2)\\) and \\(9x + 6\\) yields \\(3(3x + 2)\\).<\/p>\r\n<p style=\"text-align: center\">\\(3x^2 + 2x + 9x + 6\\) becomes \\(x(3x + 2) + 3(3x + 2)\\).<\/p>\r\n<p style=\"text-align: center\">\\(x(3x + 2) + 3(3x + 2)\\) factors to \\((3x + 2)(x + 3)\\).<\/p>\r\n<p style=\"text-align: center\">\\(3x^2 + 11x + 6 = (3x + 2)(x + 3)\\)<\/p>\r\n\r\n<\/div>\r\n<\/div>\r\nThe master product method works for any integer breakup of the polynomial. Slightly more complicated are questions that involve two different variables in the original polynomial.\r\n<div class=\"textbox textbox--examples\"><header class=\"textbox__header\">\r\n<p class=\"textbox__title\"><span class=\"s1\">Example 7.4.2<\/span><\/p>\r\n\r\n<\/header>\r\n<div class=\"textbox__content\">\r\n\r\nFactor the trinomial \\(4x^2 - xy - 5y^2\\).\r\n\r\nStart by multiplying the coefficients from the first and the last terms. This is \\(4\\cdot -5\\), which yields \u221220.\r\n\r\nThe next task is to find all possible integers that multiply to \u221220 and their sums.\r\n<p style=\"text-align: center\">\\(\\begin{array}{cc}\r\n\\text{multiply to }-20\\hspace{0.25in}&amp;\\text{sum of these integers} \\\\\r\n-1\\cdot 20&amp;\\phantom{-}19 \\\\\r\n-2\\cdot 10&amp;\\phantom{-}8 \\\\\r\n-4\\cdot 5&amp;\\phantom{-}1 \\\\\r\n-5\\cdot 4&amp;-1 \\\\\r\n-10\\cdot 2&amp;-8 \\\\\r\n-20\\cdot 1&amp;-19\r\n\\end{array}\\)<\/p>\r\nLook for the pair of integers that multiplies to \u221220 and adds to \u221211, so that it matches the equation that you started with.\r\n\r\nFor this example, the pair is \\(-5\\cdot 4\\), which adds to \u22121.\r\n\r\nNow take the original trinomial \\(4x^2 - xy - 5y^2\\) and break the \\(-xy\\) into \\(-5xy\\) and \\(4xy\\).\r\n\r\nRewrite the original trinomial as \\(4x^2 - 5xy + 4xy - 5y^2\\).\r\n\r\nNow, split this into two binomials as done in the previous section and factor.\r\n<p style=\"text-align: center\">\\(4x^2 - 5xy\\) yields \\(x(4x - 5y)\\) and \\(4xy - 5y^2\\) yields \\(y(4x - 5y)\\).<\/p>\r\n<p style=\"text-align: center\">\\(4x^2 - xy - 5y^2\\) becomes \\(x(4x - 5y) + y(4x - 5y)\\).<\/p>\r\n<p style=\"text-align: center\">\\(x(4x - 5y) + y(4x - 5y)\\) factors to \\((x + y) (4x - 5y)\\).<\/p>\r\n<p style=\"text-align: center\">\\(4x^2 - xy - 5y^2 = (x + y) (4x - 5y)\\)<\/p>\r\n\r\n<\/div>\r\n<\/div>\r\nThere are a number of variations potentially encountered when factoring trinomials. For instance, the original terms might be mixed up. There could be something like \\(-10x + 3x^2 + 8\\) that is not in descending powers of \\(x\\). This requires reordering in descending powers before beginning to factor.\r\n<p style=\"text-align: center\">\\(-10x + 3x^2 + 8 \\longrightarrow 3x^2 -10x + 8 \\text{ (factorable form)}\\)<\/p>\r\nIt might also be necessary to factor out a common factor before starting. The polynomial above can be written as \\(30x^2 -100x + 80\\), in which a common factor of 10 should be factored out prior to factoring.\r\n<p style=\"text-align: center\">\\(\\text{This turns }30x^2 -100x + 80 \\text{ into }10(3x^2 -10x + 8)\\).<\/p>\r\nThere are also slight variations on the common factored binomial that can be illustrated by factoring the trinomial \\(3x^2 -10x + 8\\).\r\n<div class=\"textbox textbox--examples\"><header class=\"textbox__header\">\r\n<p class=\"textbox__title\">Example 7.4.3<\/p>\r\n\r\n<\/header>\r\n<div class=\"textbox__content\">\r\n\r\nFactor the trinomial \\(3x^2 - 10x + 8\\).\r\n\r\nStart by multiplying the coefficients from the first and the last terms. This is \\(3\\cdot 8\\), which yields 24.\r\n\r\nThe next task is to find all possible integers that multiply to 24 and their sums (knowing that the middle coefficient must be negative).\r\n<p style=\"text-align: center\">\\(\\begin{array}{cc}\r\n\\text{multiply to }24 \\hspace{0.25in}&amp;\\text{sum of these integers} \\\\\r\n-1\\cdot -24&amp;-25 \\\\\r\n-2\\cdot -12&amp;-14 \\\\\r\n-3\\cdot -8&amp;-11 \\\\\r\n-4\\cdot -6&amp;-10 \\\\\r\n-6\\cdot -4 &amp; -10 \\\\\r\n-8\\cdot -3&amp;-11 \\\\\r\n-12\\cdot -2 &amp; -14 \\\\\r\n-24\\cdot -1&amp;-25\r\n\\end{array}\\)<\/p>\r\nLook for the pair of integers that multiplies to 24 and adds to \u221210, so that it matches the equation that you started with.\r\n\r\nFor this example, the pair is \\(-4\\cdot -6\\), which adds to \u221210.\r\n\r\nNow take the original trinomial \\(3x^2 - 10x + 8\\) and break the \\(-10x\\) into \\(-4x\\) and \\(-6x\\).\r\n\r\nRewrite the original trinomial as \\(3x^2 - 4x - 6x + 8\\).\r\n\r\nNow, split this into two binomials as done in the previous section and factor.\r\n<p style=\"text-align: center\">\\(3x^2 - 4x\\) yields \\(x(3x - 4)\\), but \\(-6x + 8\\) yields \\(2(-3x + 4)\\).<\/p>\r\n<p style=\"text-align: center\">\\(x(3x - 4)\\) and \\(2(-3x + 4)\\) are a close match, but their signs are different.<\/p>\r\nThe way to deal with this is to factor out a negative, specifically, \u22122 instead of 2.\r\n<p style=\"text-align: center\">\\(-6x + 8\\) can be factored two ways: \\(2(-3x + 4)\\) and \\(-2(3x - 4)\\).<\/p>\r\nChoose the second factoring, so the common factor matches.\r\n<p style=\"text-align: center\">\\(3x^2 - 10x + 8\\) becomes \\(x(3x - 4) + -2(3x - 4)\\).<\/p>\r\n<p style=\"text-align: center\">\\(x(3x - 4) + -2(3x - 4)\\) factors to \\((3x - 4)(x - 2)\\).<\/p>\r\n<p style=\"text-align: center\">\\(3x^2 - 10x + 8 = (3x - 4)(x - 2)\\)<\/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 7.4.4<\/p>\r\n\r\n<\/header>\r\n<div class=\"textbox__content\">\r\n\r\nFactor the following trinomials, which are both variations of the trinomial seen before in 7.4.3:\r\n<ol>\r\n \t<li>\\(3x^2 - 14x + 8\\)\r\nThe pair of numbers that can be used to break it up is \u22122 and \u221212.\r\n\\(\\begin{array}{lll}\r\n3x^2-14x+8\\text{ breaks into}&amp;3x^2-2x-12x+8&amp; \\\\\r\n&amp;x(3x-2)-4(3x-2)&amp;\\text{Common factor is }(3x-2) \\\\\r\n&amp;(3x-2)(x-4)&amp;\\text{Left over when factored}\r\n\\end{array}\\)<\/li>\r\n \t<li>\\(3x^2 - 11x + 8\\)\r\nThe pair of numbers that can be used to break it up is \u22123 and \u22128.\r\n\\(\\begin{array}{lll}\r\n3x^2-11x+8\\text{ breaks into}&amp;3x^2-3x-8x+8&amp; \\\\\r\n&amp;3x(x-1)-8(x-1)&amp;\\text{Common factor is }(x-1) \\\\\r\n&amp;(x-1)(3x-8)&amp;\\text{Left over when factored}\r\n\\end{array}\\)<\/li>\r\n<\/ol>\r\n<\/div>\r\n<\/div>\r\n<h1>Questions<\/h1>\r\n<p class=\"p12 no-indent\"><b><\/b>Factor each of the following trinomials.<\/p>\r\n\r\n<ol>\r\n \t<li>\\(7x^2-19x-6\\)<\/li>\r\n \t<li>\\(3n^2-2n-8\\)<\/li>\r\n \t<li>\\(7b^2+15b+2\\)<\/li>\r\n \t<li>\\(21v^2-11v-2\\)<\/li>\r\n \t<li>\\(5a^2+13a-6\\)<\/li>\r\n \t<li>\\(5n^2-18n-8\\)<\/li>\r\n \t<li>\\(2x^2-5x+2\\)<\/li>\r\n \t<li>\\(3r^2-4r-4\\)<\/li>\r\n \t<li>\\(2x^2+19x+35\\)<\/li>\r\n \t<li>\\(3x^2+4x-15\\)<\/li>\r\n \t<li>\\(2b^2-b-3\\)<\/li>\r\n \t<li>\\(2k^2+5k-12\\)<\/li>\r\n \t<li>\\(3x^2+17xy+10y^2\\)<\/li>\r\n \t<li>\\(7x^2-2xy-5y^2\\)<\/li>\r\n \t<li>\\(3x^2+11xy-20y^2\\)<\/li>\r\n \t<li>\\(12u^2+16uv-3v^2\\)<\/li>\r\n \t<li>\\(4k^2-17k+4\\)<\/li>\r\n \t<li>\\(4r^2+3r-7\\)<\/li>\r\n \t<li>\\(4m^2-9mn-9n^2\\)<\/li>\r\n \t<li>\\(4x^2-6xy+30y^2\\)<\/li>\r\n \t<li>\\(4x^2+13xy+3y^2\\)<\/li>\r\n \t<li>\\(6u^2+5uv-4v^2\\)<\/li>\r\n \t<li>\\(10x^2+19xy-2y^2\\)<\/li>\r\n \t<li>\\(6x^2-13xy-5y^2\\)<\/li>\r\n<\/ol>\r\n<a href=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/back-matter\/answer-key-7-4\/\">Answer Key 7.4<\/a>","rendered":"<p>Factoring trinomials where the leading term is not 1 is only slightly more difficult than when the leading coefficient is 1. The method used to factor the trinomial is unchanged.<\/p>\n<div class=\"textbox textbox--examples\">\n<header class=\"textbox__header\">\n<p class=\"textbox__title\">Example 7.4.1<\/p>\n<\/header>\n<div class=\"textbox__content\">\n<p>Factor the trinomial <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-eec2774c5740ba798dcf578c06fe711f_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#51;&#120;&#94;&#50;&#32;&#43;&#32;&#49;&#49;&#120;&#32;&#43;&#32;&#54;\" title=\"Rendered by QuickLaTeX.com\" height=\"17\" width=\"107\" style=\"vertical-align: -2px;\" \/>.<\/p>\n<p>Start by multiplying the coefficients from the first and the last terms. This is <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-49419e3bd79439c193695edd941f2e1f_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#51;&#92;&#99;&#100;&#111;&#116;&#32;&#54;\" title=\"Rendered by QuickLaTeX.com\" height=\"12\" width=\"31\" style=\"vertical-align: 0px;\" \/>, which yields 18.<\/p>\n<p>The next task is to find all possible integers that multiply to 18 and their sums.<\/p>\n<p style=\"text-align: center\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-4a4444008773ad9d873050aa56528c87_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#92;&#98;&#101;&#103;&#105;&#110;&#123;&#97;&#114;&#114;&#97;&#121;&#125;&#123;&#99;&#99;&#125; &#92;&#116;&#101;&#120;&#116;&#123;&#109;&#117;&#108;&#116;&#105;&#112;&#108;&#121;&#32;&#116;&#111;&#32;&#125;&#49;&#56;&#92;&#104;&#115;&#112;&#97;&#99;&#101;&#123;&#48;&#46;&#50;&#53;&#105;&#110;&#125;&#38;&#92;&#116;&#101;&#120;&#116;&#123;&#115;&#117;&#109;&#32;&#111;&#102;&#32;&#116;&#104;&#101;&#115;&#101;&#32;&#105;&#110;&#116;&#101;&#103;&#101;&#114;&#115;&#125;&#32;&#92;&#92; &#49;&#92;&#99;&#100;&#111;&#116;&#32;&#49;&#56;&#38;&#49;&#57;&#32;&#92;&#92; &#50;&#92;&#99;&#100;&#111;&#116;&#32;&#57;&#38;&#49;&#49;&#32;&#92;&#92; &#51;&#92;&#99;&#100;&#111;&#116;&#32;&#54;&#38;&#57;&#32;&#92;&#92; &#54;&#92;&#99;&#100;&#111;&#116;&#32;&#51;&#38;&#57;&#32;&#92;&#92; &#57;&#92;&#99;&#100;&#111;&#116;&#32;&#50;&#38;&#49;&#49;&#32;&#92;&#92; &#49;&#56;&#92;&#99;&#100;&#111;&#116;&#32;&#49;&#38;&#49;&#57; &#92;&#101;&#110;&#100;&#123;&#97;&#114;&#114;&#97;&#121;&#125;\" title=\"Rendered by QuickLaTeX.com\" height=\"146\" width=\"319\" style=\"vertical-align: -67px;\" \/><\/p>\n<p>Look for the pair of integers that multiplies to 18 and adds to 11, so that it matches the equation that you started with.<\/p>\n<p>For this example, the pair is <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-48c995e92a126a410d663f0cc6291283_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#50;&#92;&#99;&#100;&#111;&#116;&#32;&#57;\" title=\"Rendered by QuickLaTeX.com\" height=\"12\" width=\"31\" style=\"vertical-align: 0px;\" \/>, which adds to 11.<\/p>\n<p>Now take the original trinomial <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-eec2774c5740ba798dcf578c06fe711f_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#51;&#120;&#94;&#50;&#32;&#43;&#32;&#49;&#49;&#120;&#32;&#43;&#32;&#54;\" title=\"Rendered by QuickLaTeX.com\" height=\"17\" width=\"107\" style=\"vertical-align: -2px;\" \/> and break the <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-a41480d8ff89057001838eab23d5cec2_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#49;&#49;&#120;\" title=\"Rendered by QuickLaTeX.com\" height=\"13\" width=\"27\" style=\"vertical-align: -1px;\" \/> into <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-9e297f5a37400fade799d1caf29822a0_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#50;&#120;\" title=\"Rendered by QuickLaTeX.com\" height=\"12\" width=\"19\" style=\"vertical-align: 0px;\" \/> and <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-bbc659d8279f94c509f29695b46b4d84_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#57;&#120;\" title=\"Rendered by QuickLaTeX.com\" height=\"12\" width=\"19\" style=\"vertical-align: 0px;\" \/>.<\/p>\n<p>Rewrite the original trinomial as <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-497510fc1f4d6a7044cc7930c665183d_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#51;&#120;&#94;&#50;&#32;&#43;&#32;&#50;&#120;&#32;&#43;&#32;&#57;&#120;&#32;&#43;&#32;&#54;\" title=\"Rendered by QuickLaTeX.com\" height=\"17\" width=\"139\" style=\"vertical-align: -2px;\" \/>.<\/p>\n<p>Now, split this into two binomials as done in the previous section and factor.<\/p>\n<p style=\"text-align: center\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-27b014033b0e4dc7a857f4ee06e9f36f_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#51;&#120;&#94;&#50;&#32;&#43;&#32;&#50;&#120;\" title=\"Rendered by QuickLaTeX.com\" height=\"17\" width=\"67\" style=\"vertical-align: -2px;\" \/> yields <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-0080ba6bf9528d30c5f2741c87908e6b_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#120;&#40;&#51;&#120;&#32;&#43;&#32;&#50;&#41;\" title=\"Rendered by QuickLaTeX.com\" height=\"18\" width=\"73\" style=\"vertical-align: -4px;\" \/> and <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-4a1abdeab3da69251b90c93de61d3d9b_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#57;&#120;&#32;&#43;&#32;&#54;\" title=\"Rendered by QuickLaTeX.com\" height=\"14\" width=\"50\" style=\"vertical-align: -2px;\" \/> yields <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-583f698f95c0d2fdbb3028317ba3144d_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#51;&#40;&#51;&#120;&#32;&#43;&#32;&#50;&#41;\" title=\"Rendered by QuickLaTeX.com\" height=\"18\" width=\"71\" style=\"vertical-align: -4px;\" \/>.<\/p>\n<p style=\"text-align: center\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-497510fc1f4d6a7044cc7930c665183d_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#51;&#120;&#94;&#50;&#32;&#43;&#32;&#50;&#120;&#32;&#43;&#32;&#57;&#120;&#32;&#43;&#32;&#54;\" title=\"Rendered by QuickLaTeX.com\" height=\"17\" width=\"139\" style=\"vertical-align: -2px;\" \/> becomes <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-29877b2c72c5f7a164ec705727314ab8_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#120;&#40;&#51;&#120;&#32;&#43;&#32;&#50;&#41;&#32;&#43;&#32;&#51;&#40;&#51;&#120;&#32;&#43;&#32;&#50;&#41;\" title=\"Rendered by QuickLaTeX.com\" height=\"18\" width=\"167\" style=\"vertical-align: -4px;\" \/>.<\/p>\n<p style=\"text-align: center\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-29877b2c72c5f7a164ec705727314ab8_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#120;&#40;&#51;&#120;&#32;&#43;&#32;&#50;&#41;&#32;&#43;&#32;&#51;&#40;&#51;&#120;&#32;&#43;&#32;&#50;&#41;\" title=\"Rendered by QuickLaTeX.com\" height=\"18\" width=\"167\" style=\"vertical-align: -4px;\" \/> factors to <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-e5fdd41f25144016e360caaa748b8840_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#40;&#51;&#120;&#32;&#43;&#32;&#50;&#41;&#40;&#120;&#32;&#43;&#32;&#51;&#41;\" title=\"Rendered by QuickLaTeX.com\" height=\"18\" width=\"116\" style=\"vertical-align: -4px;\" \/>.<\/p>\n<p style=\"text-align: center\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-6f9994ab39b123f3e03153e3aa82e05f_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#51;&#120;&#94;&#50;&#32;&#43;&#32;&#49;&#49;&#120;&#32;&#43;&#32;&#54;&#32;&#61;&#32;&#40;&#51;&#120;&#32;&#43;&#32;&#50;&#41;&#40;&#120;&#32;&#43;&#32;&#51;&#41;\" title=\"Rendered by QuickLaTeX.com\" height=\"19\" width=\"247\" style=\"vertical-align: -4px;\" \/><\/p>\n<\/div>\n<\/div>\n<p>The master product method works for any integer breakup of the polynomial. Slightly more complicated are questions that involve two different variables in the original polynomial.<\/p>\n<div class=\"textbox textbox--examples\">\n<header class=\"textbox__header\">\n<p class=\"textbox__title\"><span class=\"s1\">Example 7.4.2<\/span><\/p>\n<\/header>\n<div class=\"textbox__content\">\n<p>Factor the trinomial <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-41e64d9fac9a9d81b9c3fb6f6bef9d57_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#52;&#120;&#94;&#50;&#32;&#45;&#32;&#120;&#121;&#32;&#45;&#32;&#53;&#121;&#94;&#50;\" title=\"Rendered by QuickLaTeX.com\" height=\"19\" width=\"115\" style=\"vertical-align: -4px;\" \/>.<\/p>\n<p>Start by multiplying the coefficients from the first and the last terms. This is <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-f51b69f6e6a236c169d8515f4615f575_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#52;&#92;&#99;&#100;&#111;&#116;&#32;&#45;&#53;\" title=\"Rendered by QuickLaTeX.com\" height=\"14\" width=\"44\" style=\"vertical-align: -1px;\" \/>, which yields \u221220.<\/p>\n<p>The next task is to find all possible integers that multiply to \u221220 and their sums.<\/p>\n<p style=\"text-align: center\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-e46576d0cdeb8d6cf56172ec1ced7caa_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#92;&#98;&#101;&#103;&#105;&#110;&#123;&#97;&#114;&#114;&#97;&#121;&#125;&#123;&#99;&#99;&#125; &#92;&#116;&#101;&#120;&#116;&#123;&#109;&#117;&#108;&#116;&#105;&#112;&#108;&#121;&#32;&#116;&#111;&#32;&#125;&#45;&#50;&#48;&#92;&#104;&#115;&#112;&#97;&#99;&#101;&#123;&#48;&#46;&#50;&#53;&#105;&#110;&#125;&#38;&#92;&#116;&#101;&#120;&#116;&#123;&#115;&#117;&#109;&#32;&#111;&#102;&#32;&#116;&#104;&#101;&#115;&#101;&#32;&#105;&#110;&#116;&#101;&#103;&#101;&#114;&#115;&#125;&#32;&#92;&#92; &#45;&#49;&#92;&#99;&#100;&#111;&#116;&#32;&#50;&#48;&#38;&#92;&#112;&#104;&#97;&#110;&#116;&#111;&#109;&#123;&#45;&#125;&#49;&#57;&#32;&#92;&#92; &#45;&#50;&#92;&#99;&#100;&#111;&#116;&#32;&#49;&#48;&#38;&#92;&#112;&#104;&#97;&#110;&#116;&#111;&#109;&#123;&#45;&#125;&#56;&#32;&#92;&#92; &#45;&#52;&#92;&#99;&#100;&#111;&#116;&#32;&#53;&#38;&#92;&#112;&#104;&#97;&#110;&#116;&#111;&#109;&#123;&#45;&#125;&#49;&#32;&#92;&#92; &#45;&#53;&#92;&#99;&#100;&#111;&#116;&#32;&#52;&#38;&#45;&#49;&#32;&#92;&#92; &#45;&#49;&#48;&#92;&#99;&#100;&#111;&#116;&#32;&#50;&#38;&#45;&#56;&#32;&#92;&#92; &#45;&#50;&#48;&#92;&#99;&#100;&#111;&#116;&#32;&#49;&#38;&#45;&#49;&#57; &#92;&#101;&#110;&#100;&#123;&#97;&#114;&#114;&#97;&#121;&#125;\" title=\"Rendered by QuickLaTeX.com\" height=\"146\" width=\"341\" style=\"vertical-align: -67px;\" \/><\/p>\n<p>Look for the pair of integers that multiplies to \u221220 and adds to \u221211, so that it matches the equation that you started with.<\/p>\n<p>For this example, the pair is <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-3f5da3e907debca4d333c4158fd4354c_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#45;&#53;&#92;&#99;&#100;&#111;&#116;&#32;&#52;\" title=\"Rendered by QuickLaTeX.com\" height=\"14\" width=\"43\" style=\"vertical-align: -1px;\" \/>, which adds to \u22121.<\/p>\n<p>Now take the original trinomial <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-41e64d9fac9a9d81b9c3fb6f6bef9d57_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#52;&#120;&#94;&#50;&#32;&#45;&#32;&#120;&#121;&#32;&#45;&#32;&#53;&#121;&#94;&#50;\" title=\"Rendered by QuickLaTeX.com\" height=\"19\" width=\"115\" style=\"vertical-align: -4px;\" \/> and break the <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-415dae5efebcb1ea831d7970ff684eb6_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#45;&#120;&#121;\" title=\"Rendered by QuickLaTeX.com\" height=\"12\" width=\"32\" style=\"vertical-align: -4px;\" \/> into <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-7c810d835f3583592f0f778b0c52de65_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#45;&#53;&#120;&#121;\" title=\"Rendered by QuickLaTeX.com\" height=\"17\" width=\"41\" style=\"vertical-align: -4px;\" \/> and <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-2220c19386ae21158f43e5152d78b387_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#52;&#120;&#121;\" title=\"Rendered by QuickLaTeX.com\" height=\"16\" width=\"28\" style=\"vertical-align: -4px;\" \/>.<\/p>\n<p>Rewrite the original trinomial as <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-8753990e144392743aa15299dcffff10_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#52;&#120;&#94;&#50;&#32;&#45;&#32;&#53;&#120;&#121;&#32;&#43;&#32;&#52;&#120;&#121;&#32;&#45;&#32;&#53;&#121;&#94;&#50;\" title=\"Rendered by QuickLaTeX.com\" height=\"19\" width=\"174\" style=\"vertical-align: -4px;\" \/>.<\/p>\n<p>Now, split this into two binomials as done in the previous section and factor.<\/p>\n<p style=\"text-align: center\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-415e26cdf652eb4f354626ca9036a447_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#52;&#120;&#94;&#50;&#32;&#45;&#32;&#53;&#120;&#121;\" title=\"Rendered by QuickLaTeX.com\" height=\"19\" width=\"76\" style=\"vertical-align: -4px;\" \/> yields <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-840349fcad574a6180aa350fd41b2651_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#120;&#40;&#52;&#120;&#32;&#45;&#32;&#53;&#121;&#41;\" title=\"Rendered by QuickLaTeX.com\" height=\"18\" width=\"82\" style=\"vertical-align: -4px;\" \/> and <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-17869932df0e8e60ae77a019bd5e1f0d_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#52;&#120;&#121;&#32;&#45;&#32;&#53;&#121;&#94;&#50;\" title=\"Rendered by QuickLaTeX.com\" height=\"19\" width=\"75\" style=\"vertical-align: -4px;\" \/> yields <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-4801e3df639e610cd9482e2b1fe03849_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#121;&#40;&#52;&#120;&#32;&#45;&#32;&#53;&#121;&#41;\" title=\"Rendered by QuickLaTeX.com\" height=\"18\" width=\"81\" style=\"vertical-align: -4px;\" \/>.<\/p>\n<p style=\"text-align: center\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-41e64d9fac9a9d81b9c3fb6f6bef9d57_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#52;&#120;&#94;&#50;&#32;&#45;&#32;&#120;&#121;&#32;&#45;&#32;&#53;&#121;&#94;&#50;\" title=\"Rendered by QuickLaTeX.com\" height=\"19\" width=\"115\" style=\"vertical-align: -4px;\" \/> becomes <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-845a1796a10787f21feb174290c85258_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#120;&#40;&#52;&#120;&#32;&#45;&#32;&#53;&#121;&#41;&#32;&#43;&#32;&#121;&#40;&#52;&#120;&#32;&#45;&#32;&#53;&#121;&#41;\" title=\"Rendered by QuickLaTeX.com\" height=\"18\" width=\"186\" style=\"vertical-align: -4px;\" \/>.<\/p>\n<p style=\"text-align: center\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-845a1796a10787f21feb174290c85258_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#120;&#40;&#52;&#120;&#32;&#45;&#32;&#53;&#121;&#41;&#32;&#43;&#32;&#121;&#40;&#52;&#120;&#32;&#45;&#32;&#53;&#121;&#41;\" title=\"Rendered by QuickLaTeX.com\" height=\"18\" width=\"186\" style=\"vertical-align: -4px;\" \/> factors to <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-5dd031295e19c11d8f4427c2fca1181c_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#40;&#120;&#32;&#43;&#32;&#121;&#41;&#32;&#40;&#52;&#120;&#32;&#45;&#32;&#53;&#121;&#41;\" title=\"Rendered by QuickLaTeX.com\" height=\"18\" width=\"126\" style=\"vertical-align: -4px;\" \/>.<\/p>\n<p style=\"text-align: center\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-02142d5652506524791f4559e9890970_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#52;&#120;&#94;&#50;&#32;&#45;&#32;&#120;&#121;&#32;&#45;&#32;&#53;&#121;&#94;&#50;&#32;&#61;&#32;&#40;&#120;&#32;&#43;&#32;&#121;&#41;&#32;&#40;&#52;&#120;&#32;&#45;&#32;&#53;&#121;&#41;\" title=\"Rendered by QuickLaTeX.com\" height=\"19\" width=\"266\" style=\"vertical-align: -4px;\" \/><\/p>\n<\/div>\n<\/div>\n<p>There are a number of variations potentially encountered when factoring trinomials. For instance, the original terms might be mixed up. There could be something like <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-d9e0298f53026b2a507f294c5247ad07_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#45;&#49;&#48;&#120;&#32;&#43;&#32;&#51;&#120;&#94;&#50;&#32;&#43;&#32;&#56;\" title=\"Rendered by QuickLaTeX.com\" height=\"17\" width=\"120\" style=\"vertical-align: -2px;\" \/> that is not in descending powers of <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-32aa7af74ac10d419337e41b349ed05e_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#120;\" title=\"Rendered by QuickLaTeX.com\" height=\"8\" width=\"10\" style=\"vertical-align: 0px;\" \/>. This requires reordering in descending powers before beginning to factor.<\/p>\n<p style=\"text-align: center\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-e98d02d09ae1c5cba78a392712ace16d_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#45;&#49;&#48;&#120;&#32;&#43;&#32;&#51;&#120;&#94;&#50;&#32;&#43;&#32;&#56;&#32;&#92;&#108;&#111;&#110;&#103;&#114;&#105;&#103;&#104;&#116;&#97;&#114;&#114;&#111;&#119;&#32;&#51;&#120;&#94;&#50;&#32;&#45;&#49;&#48;&#120;&#32;&#43;&#32;&#56;&#32;&#92;&#116;&#101;&#120;&#116;&#123;&#32;&#40;&#102;&#97;&#99;&#116;&#111;&#114;&#97;&#98;&#108;&#101;&#32;&#102;&#111;&#114;&#109;&#41;&#125;\" title=\"Rendered by QuickLaTeX.com\" height=\"19\" width=\"402\" style=\"vertical-align: -4px;\" \/><\/p>\n<p>It might also be necessary to factor out a common factor before starting. The polynomial above can be written as <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-6bd65151fac0c4da76ea8f5d334a7f40_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#51;&#48;&#120;&#94;&#50;&#32;&#45;&#49;&#48;&#48;&#120;&#32;&#43;&#32;&#56;&#48;\" title=\"Rendered by QuickLaTeX.com\" height=\"17\" width=\"134\" style=\"vertical-align: -2px;\" \/>, in which a common factor of 10 should be factored out prior to factoring.<\/p>\n<p style=\"text-align: center\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-4f78f5610e31436b393b22711e7f43b5_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#92;&#116;&#101;&#120;&#116;&#123;&#84;&#104;&#105;&#115;&#32;&#116;&#117;&#114;&#110;&#115;&#32;&#125;&#51;&#48;&#120;&#94;&#50;&#32;&#45;&#49;&#48;&#48;&#120;&#32;&#43;&#32;&#56;&#48;&#32;&#92;&#116;&#101;&#120;&#116;&#123;&#32;&#105;&#110;&#116;&#111;&#32;&#125;&#49;&#48;&#40;&#51;&#120;&#94;&#50;&#32;&#45;&#49;&#48;&#120;&#32;&#43;&#32;&#56;&#41;\" title=\"Rendered by QuickLaTeX.com\" height=\"19\" width=\"400\" style=\"vertical-align: -4px;\" \/>.<\/p>\n<p>There are also slight variations on the common factored binomial that can be illustrated by factoring the trinomial <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-d4b9d0c88ae5aceafc7d87aad16060bc_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#51;&#120;&#94;&#50;&#32;&#45;&#49;&#48;&#120;&#32;&#43;&#32;&#56;\" title=\"Rendered by QuickLaTeX.com\" height=\"17\" width=\"107\" style=\"vertical-align: -2px;\" \/>.<\/p>\n<div class=\"textbox textbox--examples\">\n<header class=\"textbox__header\">\n<p class=\"textbox__title\">Example 7.4.3<\/p>\n<\/header>\n<div class=\"textbox__content\">\n<p>Factor the trinomial <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-be73c634739ab656d6716cca253f5667_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#51;&#120;&#94;&#50;&#32;&#45;&#32;&#49;&#48;&#120;&#32;&#43;&#32;&#56;\" title=\"Rendered by QuickLaTeX.com\" height=\"17\" width=\"107\" style=\"vertical-align: -2px;\" \/>.<\/p>\n<p>Start by multiplying the coefficients from the first and the last terms. This is <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-4a5ceb377285e935681ca144a4d0d9e4_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#51;&#92;&#99;&#100;&#111;&#116;&#32;&#56;\" title=\"Rendered by QuickLaTeX.com\" height=\"12\" width=\"31\" style=\"vertical-align: 0px;\" \/>, which yields 24.<\/p>\n<p>The next task is to find all possible integers that multiply to 24 and their sums (knowing that the middle coefficient must be negative).<\/p>\n<p style=\"text-align: center\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-48302cb23e2fd555c8a80e56b5672c46_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#92;&#98;&#101;&#103;&#105;&#110;&#123;&#97;&#114;&#114;&#97;&#121;&#125;&#123;&#99;&#99;&#125; &#92;&#116;&#101;&#120;&#116;&#123;&#109;&#117;&#108;&#116;&#105;&#112;&#108;&#121;&#32;&#116;&#111;&#32;&#125;&#50;&#52;&#32;&#92;&#104;&#115;&#112;&#97;&#99;&#101;&#123;&#48;&#46;&#50;&#53;&#105;&#110;&#125;&#38;&#92;&#116;&#101;&#120;&#116;&#123;&#115;&#117;&#109;&#32;&#111;&#102;&#32;&#116;&#104;&#101;&#115;&#101;&#32;&#105;&#110;&#116;&#101;&#103;&#101;&#114;&#115;&#125;&#32;&#92;&#92; &#45;&#49;&#92;&#99;&#100;&#111;&#116;&#32;&#45;&#50;&#52;&#38;&#45;&#50;&#53;&#32;&#92;&#92; &#45;&#50;&#92;&#99;&#100;&#111;&#116;&#32;&#45;&#49;&#50;&#38;&#45;&#49;&#52;&#32;&#92;&#92; &#45;&#51;&#92;&#99;&#100;&#111;&#116;&#32;&#45;&#56;&#38;&#45;&#49;&#49;&#32;&#92;&#92; &#45;&#52;&#92;&#99;&#100;&#111;&#116;&#32;&#45;&#54;&#38;&#45;&#49;&#48;&#32;&#92;&#92; &#45;&#54;&#92;&#99;&#100;&#111;&#116;&#32;&#45;&#52;&#32;&#38;&#32;&#45;&#49;&#48;&#32;&#92;&#92; &#45;&#56;&#92;&#99;&#100;&#111;&#116;&#32;&#45;&#51;&#38;&#45;&#49;&#49;&#32;&#92;&#92; &#45;&#49;&#50;&#92;&#99;&#100;&#111;&#116;&#32;&#45;&#50;&#32;&#38;&#32;&#45;&#49;&#52;&#32;&#92;&#92; &#45;&#50;&#52;&#92;&#99;&#100;&#111;&#116;&#32;&#45;&#49;&#38;&#45;&#50;&#53; &#92;&#101;&#110;&#100;&#123;&#97;&#114;&#114;&#97;&#121;&#125;\" title=\"Rendered by QuickLaTeX.com\" height=\"190\" width=\"319\" style=\"vertical-align: -89px;\" \/><\/p>\n<p>Look for the pair of integers that multiplies to 24 and adds to \u221210, so that it matches the equation that you started with.<\/p>\n<p>For this example, the pair is <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-0c6455cfd3791affd82e23264138bb5f_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#45;&#52;&#92;&#99;&#100;&#111;&#116;&#32;&#45;&#54;\" title=\"Rendered by QuickLaTeX.com\" height=\"13\" width=\"57\" style=\"vertical-align: -1px;\" \/>, which adds to \u221210.<\/p>\n<p>Now take the original trinomial <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-be73c634739ab656d6716cca253f5667_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#51;&#120;&#94;&#50;&#32;&#45;&#32;&#49;&#48;&#120;&#32;&#43;&#32;&#56;\" title=\"Rendered by QuickLaTeX.com\" height=\"17\" width=\"107\" style=\"vertical-align: -2px;\" \/> and break the <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-037381eaef0958734667688dc2b4407d_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#45;&#49;&#48;&#120;\" title=\"Rendered by QuickLaTeX.com\" height=\"13\" width=\"41\" style=\"vertical-align: -1px;\" \/> into <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-baee1dca824ca656b00bbc31ea1cd917_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#45;&#52;&#120;\" title=\"Rendered by QuickLaTeX.com\" height=\"13\" width=\"32\" style=\"vertical-align: -1px;\" \/> and <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-953b8f2093c18bd4c46a1e474a0929a4_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#45;&#54;&#120;\" title=\"Rendered by QuickLaTeX.com\" height=\"12\" width=\"32\" style=\"vertical-align: 0px;\" \/>.<\/p>\n<p>Rewrite the original trinomial as <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-b4b6d8ded4c79629023bcb54ce4d7bf2_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#51;&#120;&#94;&#50;&#32;&#45;&#32;&#52;&#120;&#32;&#45;&#32;&#54;&#120;&#32;&#43;&#32;&#56;\" title=\"Rendered by QuickLaTeX.com\" height=\"17\" width=\"139\" style=\"vertical-align: -2px;\" \/>.<\/p>\n<p>Now, split this into two binomials as done in the previous section and factor.<\/p>\n<p style=\"text-align: center\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-0b64025e2abc5fde2e42563694248cb5_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#51;&#120;&#94;&#50;&#32;&#45;&#32;&#52;&#120;\" title=\"Rendered by QuickLaTeX.com\" height=\"16\" width=\"67\" style=\"vertical-align: -1px;\" \/> yields <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-bc5f37f7c05203ddc3f925ef581a738a_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#120;&#40;&#51;&#120;&#32;&#45;&#32;&#52;&#41;\" title=\"Rendered by QuickLaTeX.com\" height=\"18\" width=\"73\" style=\"vertical-align: -4px;\" \/>, but <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-3d440b08e05a694ce43b4ca7fa049de3_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#45;&#54;&#120;&#32;&#43;&#32;&#56;\" title=\"Rendered by QuickLaTeX.com\" height=\"14\" width=\"62\" style=\"vertical-align: -2px;\" \/> yields <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-dca1ddd7fa6f03e342c86bd9a14b1815_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#50;&#40;&#45;&#51;&#120;&#32;&#43;&#32;&#52;&#41;\" title=\"Rendered by QuickLaTeX.com\" height=\"18\" width=\"85\" style=\"vertical-align: -4px;\" \/>.<\/p>\n<p style=\"text-align: center\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-bc5f37f7c05203ddc3f925ef581a738a_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#120;&#40;&#51;&#120;&#32;&#45;&#32;&#52;&#41;\" title=\"Rendered by QuickLaTeX.com\" height=\"18\" width=\"73\" style=\"vertical-align: -4px;\" \/> and <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-dca1ddd7fa6f03e342c86bd9a14b1815_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#50;&#40;&#45;&#51;&#120;&#32;&#43;&#32;&#52;&#41;\" title=\"Rendered by QuickLaTeX.com\" height=\"18\" width=\"85\" style=\"vertical-align: -4px;\" \/> are a close match, but their signs are different.<\/p>\n<p>The way to deal with this is to factor out a negative, specifically, \u22122 instead of 2.<\/p>\n<p style=\"text-align: center\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-3d440b08e05a694ce43b4ca7fa049de3_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#45;&#54;&#120;&#32;&#43;&#32;&#56;\" title=\"Rendered by QuickLaTeX.com\" height=\"14\" width=\"62\" style=\"vertical-align: -2px;\" \/> can be factored two ways: <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-dca1ddd7fa6f03e342c86bd9a14b1815_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#50;&#40;&#45;&#51;&#120;&#32;&#43;&#32;&#52;&#41;\" title=\"Rendered by QuickLaTeX.com\" height=\"18\" width=\"85\" style=\"vertical-align: -4px;\" \/> and <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-15fb4a10ce8693c79b8ead9dfba6d04d_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#45;&#50;&#40;&#51;&#120;&#32;&#45;&#32;&#52;&#41;\" title=\"Rendered by QuickLaTeX.com\" height=\"18\" width=\"84\" style=\"vertical-align: -4px;\" \/>.<\/p>\n<p>Choose the second factoring, so the common factor matches.<\/p>\n<p style=\"text-align: center\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-be73c634739ab656d6716cca253f5667_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#51;&#120;&#94;&#50;&#32;&#45;&#32;&#49;&#48;&#120;&#32;&#43;&#32;&#56;\" title=\"Rendered by QuickLaTeX.com\" height=\"17\" width=\"107\" style=\"vertical-align: -2px;\" \/> becomes <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-a0631436aae9789a25296387e0fc289d_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#120;&#40;&#51;&#120;&#32;&#45;&#32;&#52;&#41;&#32;&#43;&#32;&#45;&#50;&#40;&#51;&#120;&#32;&#45;&#32;&#52;&#41;\" title=\"Rendered by QuickLaTeX.com\" height=\"18\" width=\"180\" style=\"vertical-align: -4px;\" \/>.<\/p>\n<p style=\"text-align: center\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-a0631436aae9789a25296387e0fc289d_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#120;&#40;&#51;&#120;&#32;&#45;&#32;&#52;&#41;&#32;&#43;&#32;&#45;&#50;&#40;&#51;&#120;&#32;&#45;&#32;&#52;&#41;\" title=\"Rendered by QuickLaTeX.com\" height=\"18\" width=\"180\" style=\"vertical-align: -4px;\" \/> factors to <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-ae9ac367612182f58b156c133e992e7a_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#40;&#51;&#120;&#32;&#45;&#32;&#52;&#41;&#40;&#120;&#32;&#45;&#32;&#50;&#41;\" title=\"Rendered by QuickLaTeX.com\" height=\"18\" width=\"116\" style=\"vertical-align: -4px;\" \/>.<\/p>\n<p style=\"text-align: center\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-918d22632f44b5eb670304446ff6d388_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#51;&#120;&#94;&#50;&#32;&#45;&#32;&#49;&#48;&#120;&#32;&#43;&#32;&#56;&#32;&#61;&#32;&#40;&#51;&#120;&#32;&#45;&#32;&#52;&#41;&#40;&#120;&#32;&#45;&#32;&#50;&#41;\" title=\"Rendered by QuickLaTeX.com\" height=\"19\" width=\"247\" style=\"vertical-align: -4px;\" \/><\/p>\n<\/div>\n<\/div>\n<div class=\"textbox textbox--examples\">\n<header class=\"textbox__header\">\n<p class=\"textbox__title\">Example 7.4.4<\/p>\n<\/header>\n<div class=\"textbox__content\">\n<p>Factor the following trinomials, which are both variations of the trinomial seen before in 7.4.3:<\/p>\n<ol>\n<li><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-e9dfc135921dd400bc6a6defc7b4d17f_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#51;&#120;&#94;&#50;&#32;&#45;&#32;&#49;&#52;&#120;&#32;&#43;&#32;&#56;\" title=\"Rendered by QuickLaTeX.com\" height=\"17\" width=\"107\" style=\"vertical-align: -2px;\" \/><br \/>\nThe pair of numbers that can be used to break it up is \u22122 and \u221212.<br \/>\n<img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-bdbbbd4e71f4b109d8755c6db43795ab_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#92;&#98;&#101;&#103;&#105;&#110;&#123;&#97;&#114;&#114;&#97;&#121;&#125;&#123;&#108;&#108;&#108;&#125; &#51;&#120;&#94;&#50;&#45;&#49;&#52;&#120;&#43;&#56;&#92;&#116;&#101;&#120;&#116;&#123;&#32;&#98;&#114;&#101;&#97;&#107;&#115;&#32;&#105;&#110;&#116;&#111;&#125;&#38;&#51;&#120;&#94;&#50;&#45;&#50;&#120;&#45;&#49;&#50;&#120;&#43;&#56;&#38;&#32;&#92;&#92; &#38;&#120;&#40;&#51;&#120;&#45;&#50;&#41;&#45;&#52;&#40;&#51;&#120;&#45;&#50;&#41;&#38;&#92;&#116;&#101;&#120;&#116;&#123;&#67;&#111;&#109;&#109;&#111;&#110;&#32;&#102;&#97;&#99;&#116;&#111;&#114;&#32;&#105;&#115;&#32;&#125;&#40;&#51;&#120;&#45;&#50;&#41;&#32;&#92;&#92; &#38;&#40;&#51;&#120;&#45;&#50;&#41;&#40;&#120;&#45;&#52;&#41;&#38;&#92;&#116;&#101;&#120;&#116;&#123;&#76;&#101;&#102;&#116;&#32;&#111;&#118;&#101;&#114;&#32;&#119;&#104;&#101;&#110;&#32;&#102;&#97;&#99;&#116;&#111;&#114;&#101;&#100;&#125; &#92;&#101;&#110;&#100;&#123;&#97;&#114;&#114;&#97;&#121;&#125;\" title=\"Rendered by QuickLaTeX.com\" height=\"63\" width=\"605\" style=\"vertical-align: -26px;\" \/><\/li>\n<li><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-816d88bb5bf2bfa3d6d1c56e46e164dd_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#51;&#120;&#94;&#50;&#32;&#45;&#32;&#49;&#49;&#120;&#32;&#43;&#32;&#56;\" title=\"Rendered by QuickLaTeX.com\" height=\"17\" width=\"107\" style=\"vertical-align: -2px;\" \/><br \/>\nThe pair of numbers that can be used to break it up is \u22123 and \u22128.<br \/>\n<img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-b0eb58f8611aae4b9abde971096b2739_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#92;&#98;&#101;&#103;&#105;&#110;&#123;&#97;&#114;&#114;&#97;&#121;&#125;&#123;&#108;&#108;&#108;&#125; &#51;&#120;&#94;&#50;&#45;&#49;&#49;&#120;&#43;&#56;&#92;&#116;&#101;&#120;&#116;&#123;&#32;&#98;&#114;&#101;&#97;&#107;&#115;&#32;&#105;&#110;&#116;&#111;&#125;&#38;&#51;&#120;&#94;&#50;&#45;&#51;&#120;&#45;&#56;&#120;&#43;&#56;&#38;&#32;&#92;&#92; &#38;&#51;&#120;&#40;&#120;&#45;&#49;&#41;&#45;&#56;&#40;&#120;&#45;&#49;&#41;&#38;&#92;&#116;&#101;&#120;&#116;&#123;&#67;&#111;&#109;&#109;&#111;&#110;&#32;&#102;&#97;&#99;&#116;&#111;&#114;&#32;&#105;&#115;&#32;&#125;&#40;&#120;&#45;&#49;&#41;&#32;&#92;&#92; &#38;&#40;&#120;&#45;&#49;&#41;&#40;&#51;&#120;&#45;&#56;&#41;&#38;&#92;&#116;&#101;&#120;&#116;&#123;&#76;&#101;&#102;&#116;&#32;&#111;&#118;&#101;&#114;&#32;&#119;&#104;&#101;&#110;&#32;&#102;&#97;&#99;&#116;&#111;&#114;&#101;&#100;&#125; &#92;&#101;&#110;&#100;&#123;&#97;&#114;&#114;&#97;&#121;&#125;\" title=\"Rendered by QuickLaTeX.com\" height=\"63\" width=\"588\" style=\"vertical-align: -26px;\" \/><\/li>\n<\/ol>\n<\/div>\n<\/div>\n<h1>Questions<\/h1>\n<p class=\"p12 no-indent\"><b><\/b>Factor each of the following trinomials.<\/p>\n<ol>\n<li><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-36b1edf1d7fe0e2b079a5d32db7c7d81_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#55;&#120;&#94;&#50;&#45;&#49;&#57;&#120;&#45;&#54;\" title=\"Rendered by QuickLaTeX.com\" height=\"16\" width=\"107\" style=\"vertical-align: -1px;\" \/><\/li>\n<li><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-0bf6533b51d0b9677e1e8e020e467a36_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#51;&#110;&#94;&#50;&#45;&#50;&#110;&#45;&#56;\" title=\"Rendered by QuickLaTeX.com\" height=\"15\" width=\"99\" style=\"vertical-align: 0px;\" \/><\/li>\n<li><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-0d5caf704b377d546820d8d7c1fde1b1_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#55;&#98;&#94;&#50;&#43;&#49;&#53;&#98;&#43;&#50;\" title=\"Rendered by QuickLaTeX.com\" height=\"17\" width=\"101\" style=\"vertical-align: -2px;\" \/><\/li>\n<li><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-3cfd6fbdebcdbd77a1459462f4490958_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#50;&#49;&#118;&#94;&#50;&#45;&#49;&#49;&#118;&#45;&#50;\" title=\"Rendered by QuickLaTeX.com\" height=\"16\" width=\"113\" style=\"vertical-align: -1px;\" \/><\/li>\n<li><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-9d3a9499af01a2a4bf6ccc2a48fdd5ef_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#53;&#97;&#94;&#50;&#43;&#49;&#51;&#97;&#45;&#54;\" title=\"Rendered by QuickLaTeX.com\" height=\"17\" width=\"105\" style=\"vertical-align: -2px;\" \/><\/li>\n<li><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-4529bb429e885dd68156f755f0777507_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#53;&#110;&#94;&#50;&#45;&#49;&#56;&#110;&#45;&#56;\" title=\"Rendered by QuickLaTeX.com\" height=\"16\" width=\"108\" style=\"vertical-align: -1px;\" \/><\/li>\n<li><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-b4559ea0130e50510eda6eb67555bfaa_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#50;&#120;&#94;&#50;&#45;&#53;&#120;&#43;&#50;\" title=\"Rendered by QuickLaTeX.com\" height=\"17\" width=\"97\" style=\"vertical-align: -2px;\" \/><\/li>\n<li><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-a0411decea993f2a82cdd740dbca6f7a_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#51;&#114;&#94;&#50;&#45;&#52;&#114;&#45;&#52;\" title=\"Rendered by QuickLaTeX.com\" height=\"16\" width=\"95\" style=\"vertical-align: -1px;\" \/><\/li>\n<li><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-bb88d7170cee0b6580824017e351ab70_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#50;&#120;&#94;&#50;&#43;&#49;&#57;&#120;&#43;&#51;&#53;\" title=\"Rendered by QuickLaTeX.com\" height=\"17\" width=\"115\" style=\"vertical-align: -2px;\" \/><\/li>\n<li><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-ecf6ed75fd040eb30b0f8d0c51c8b672_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#51;&#120;&#94;&#50;&#43;&#52;&#120;&#45;&#49;&#53;\" title=\"Rendered by QuickLaTeX.com\" height=\"17\" width=\"106\" style=\"vertical-align: -2px;\" \/><\/li>\n<li><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-efda9616337b6f3547ba2b017581e6d9_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#50;&#98;&#94;&#50;&#45;&#98;&#45;&#51;\" title=\"Rendered by QuickLaTeX.com\" height=\"15\" width=\"84\" style=\"vertical-align: 0px;\" \/><\/li>\n<li><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-774db567451cb803c8b99a5462b10837_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#50;&#107;&#94;&#50;&#43;&#53;&#107;&#45;&#49;&#50;\" title=\"Rendered by QuickLaTeX.com\" height=\"17\" width=\"105\" style=\"vertical-align: -2px;\" \/><\/li>\n<li><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-0617015b75d295aa6865fc03c0884078_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#51;&#120;&#94;&#50;&#43;&#49;&#55;&#120;&#121;&#43;&#49;&#48;&#121;&#94;&#50;\" title=\"Rendered by QuickLaTeX.com\" height=\"19\" width=\"141\" style=\"vertical-align: -4px;\" \/><\/li>\n<li><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-d3fe19bed8144fe8601145fb43431ec0_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#55;&#120;&#94;&#50;&#45;&#50;&#120;&#121;&#45;&#53;&#121;&#94;&#50;\" title=\"Rendered by QuickLaTeX.com\" height=\"19\" width=\"124\" style=\"vertical-align: -4px;\" \/><\/li>\n<li><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-e2a817c197f4c70e9ac65c49f363b40f_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#51;&#120;&#94;&#50;&#43;&#49;&#49;&#120;&#121;&#45;&#50;&#48;&#121;&#94;&#50;\" title=\"Rendered by QuickLaTeX.com\" height=\"19\" width=\"141\" style=\"vertical-align: -4px;\" \/><\/li>\n<li><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-b5b602dd7b81ab97b5ccf3d726aa6fdb_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#49;&#50;&#117;&#94;&#50;&#43;&#49;&#54;&#117;&#118;&#45;&#51;&#118;&#94;&#50;\" title=\"Rendered by QuickLaTeX.com\" height=\"17\" width=\"140\" style=\"vertical-align: -2px;\" \/><\/li>\n<li><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-91cb61fae6aa59f06903dbecaf5b3973_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#52;&#107;&#94;&#50;&#45;&#49;&#55;&#107;&#43;&#52;\" title=\"Rendered by QuickLaTeX.com\" height=\"17\" width=\"106\" style=\"vertical-align: -2px;\" \/><\/li>\n<li><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-43050f71bb83611431535bb9118fe1ec_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#52;&#114;&#94;&#50;&#43;&#51;&#114;&#45;&#55;\" title=\"Rendered by QuickLaTeX.com\" height=\"17\" width=\"95\" style=\"vertical-align: -2px;\" \/><\/li>\n<li><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-02b690542e434923db570ae95f6d8766_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#52;&#109;&#94;&#50;&#45;&#57;&#109;&#110;&#45;&#57;&#110;&#94;&#50;\" title=\"Rendered by QuickLaTeX.com\" height=\"16\" width=\"138\" style=\"vertical-align: -1px;\" \/><\/li>\n<li><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-5c4a3124be59d2e320710e412e329306_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#52;&#120;&#94;&#50;&#45;&#54;&#120;&#121;&#43;&#51;&#48;&#121;&#94;&#50;\" title=\"Rendered by QuickLaTeX.com\" height=\"19\" width=\"132\" style=\"vertical-align: -4px;\" \/><\/li>\n<li><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-546eac13b7687f486f2bace066dec94e_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#52;&#120;&#94;&#50;&#43;&#49;&#51;&#120;&#121;&#43;&#51;&#121;&#94;&#50;\" title=\"Rendered by QuickLaTeX.com\" height=\"19\" width=\"132\" style=\"vertical-align: -4px;\" \/><\/li>\n<li><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-b15202ccdab204a193cabaf040a023b0_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#54;&#117;&#94;&#50;&#43;&#53;&#117;&#118;&#45;&#52;&#118;&#94;&#50;\" title=\"Rendered by QuickLaTeX.com\" height=\"17\" width=\"123\" style=\"vertical-align: -2px;\" \/><\/li>\n<li><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-0a71c1f84c764d6e5a1c1d6fe2fc8642_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#49;&#48;&#120;&#94;&#50;&#43;&#49;&#57;&#120;&#121;&#45;&#50;&#121;&#94;&#50;\" title=\"Rendered by QuickLaTeX.com\" height=\"19\" width=\"140\" style=\"vertical-align: -4px;\" \/><\/li>\n<li><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-c81cc6c49b36bff8bcc55d7ce27f8858_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#54;&#120;&#94;&#50;&#45;&#49;&#51;&#120;&#121;&#45;&#53;&#121;&#94;&#50;\" title=\"Rendered by QuickLaTeX.com\" height=\"19\" width=\"132\" style=\"vertical-align: -4px;\" \/><\/li>\n<\/ol>\n<p><a href=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/back-matter\/answer-key-7-4\/\">Answer Key 7.4<\/a><\/p>\n","protected":false},"author":540,"menu_order":18,"template":"","meta":{"pb_show_title":"on","pb_short_title":"","pb_subtitle":"","pb_authors":[],"pb_section_license":""},"chapter-type":[],"contributor":[],"license":[],"class_list":["post-600","chapter","type-chapter","status-publish","hentry"],"part":379,"_links":{"self":[{"href":"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-json\/pressbooks\/v2\/chapters\/600","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-json\/pressbooks\/v2\/chapters"}],"about":[{"href":"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-json\/wp\/v2\/types\/chapter"}],"author":[{"embeddable":true,"href":"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-json\/wp\/v2\/users\/540"}],"version-history":[{"count":16,"href":"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-json\/pressbooks\/v2\/chapters\/600\/revisions"}],"predecessor-version":[{"id":3791,"href":"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-json\/pressbooks\/v2\/chapters\/600\/revisions\/3791"}],"part":[{"href":"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-json\/pressbooks\/v2\/parts\/379"}],"metadata":[{"href":"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-json\/pressbooks\/v2\/chapters\/600\/metadata\/"}],"wp:attachment":[{"href":"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-json\/wp\/v2\/media?parent=600"}],"wp:term":[{"taxonomy":"chapter-type","embeddable":true,"href":"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-json\/pressbooks\/v2\/chapter-type?post=600"},{"taxonomy":"contributor","embeddable":true,"href":"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-json\/wp\/v2\/contributor?post=600"},{"taxonomy":"license","embeddable":true,"href":"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-json\/wp\/v2\/license?post=600"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}