{"id":876,"date":"2024-04-30T18:21:59","date_gmt":"2024-04-30T18:21:59","guid":{"rendered":"https:\/\/content.one.lumenlearning.com\/collegealgebra\/?post_type=chapter&#038;p=876"},"modified":"2024-11-20T02:43:41","modified_gmt":"2024-11-20T02:43:41","slug":"factoring-polynomials-learn-it-4","status":"publish","type":"chapter","link":"https:\/\/content.one.lumenlearning.com\/collegealgebra\/chapter\/factoring-polynomials-learn-it-4\/","title":{"raw":"Factoring Polynomials: Learn It 4","rendered":"Factoring Polynomials: Learn It 4"},"content":{"raw":"<h2>Factoring the Sum and Difference of Cubes<\/h2>\r\nNow we will look at two new special products: the sum and difference of cubes. Although the sum of squares cannot be factored, the sum of cubes can be factored into a binomial and a trinomial.\r\n\r\n<section class=\"textbox keyTakeaway\">\r\n<h3>Sum and Difference of Cubes<\/h3>\r\nThe sum and difference of cubes are algebraic formulas used to factor and solve polynomial equations involving cubic terms.\r\n<ul>\r\n \t<li><strong>Sum of Cubes:<\/strong> [latex]{a}^{3}+{b}^{3}=\\left(a+b\\right)\\left({a}^{2}-ab+{b}^{2}\\right)[\/latex]<\/li>\r\n \t<li><strong>Difference of Cubes:<\/strong> [latex]{a}^{3}-{b}^{3}=\\left(a-b\\right)\\left({a}^{2}+ab+{b}^{2}\\right)[\/latex]<\/li>\r\n<\/ul>\r\n<\/section><section class=\"textbox proTip\" aria-label=\"Pro Tip\">We can use the acronym SOAP to remember the signs when factoring the sum or difference of cubes. The first letter of each word relates to the signs: <strong>S<\/strong>ame <strong>O<\/strong>pposite <strong>A<\/strong>lways <strong>P<\/strong>ositive.<\/section><section class=\"textbox questionHelp\" aria-label=\"Question Help\"><strong>How To: Given a sum of cubes or difference of cubes, factor it<\/strong>\r\n<ol>\r\n \t<li>Confirm that the first and last term are cubes, [latex]{a}^{3}+{b}^{3}[\/latex] or [latex]{a}^{3}-{b}^{3}[\/latex].<\/li>\r\n \t<li>For a sum of cubes, write the factored form as [latex]\\left(a+b\\right)\\left({a}^{2}-ab+{b}^{2}\\right)[\/latex]. For a difference of cubes, write the factored form as [latex]\\left(a-b\\right)\\left({a}^{2}+ab+{b}^{2}\\right)[\/latex].<\/li>\r\n<\/ol>\r\n<\/section><section class=\"textbox example\">Factor [latex]{x}^{3}+512[\/latex].<strong>Solution<\/strong>\r\n\r\nTo factor the cubic expression [latex]{x}^{3}+512[\/latex], we recognize that [latex]512[\/latex] is a perfect cube, specifically [latex]8^3[\/latex]. This allows us to apply the sum of cubes formula.\r\n\r\n[latex]\\begin{align*} \\text{Original expression:} &amp; \\quad x^3 + 512 \\\\ \\text{Identify cubes:} &amp; \\quad x^3 \\text{ and } 512 = 8^3 \\\\ \\text{Apply sum of cubes formula:} &amp; \\quad x^3 + 8^3 = (x + 8)(x^2 - 8x + 64) \\\\ \\text{Factored form:} &amp; \\quad (x + 8)(x^2 - 8x + 64) \\end{align*}[\/latex]\r\n\r\n<\/section><section class=\"textbox example\">Factor [latex]8{x}^{3}-125[\/latex].<strong>\r\n<\/strong>[reveal-answer q=\"769186\"]Show Answer[\/reveal-answer]\r\n[hidden-answer a=\"769186\"][latex]\\begin{align*} \\text{Original expression:} &amp; \\quad 8x^3 - 125 \\\\ \\text{Identify cubes:} &amp; \\quad 8x^3 = (2x)^3, \\quad 125 = 5^3 \\\\ \\text{Apply difference of cubes formula:} &amp; \\quad (2x)^3 - 5^3 = (2x - 5)(4x^2 + 10x + 25) \\\\ \\text{Factored form:} &amp; \\quad (2x - 5)(4x^2 + 10x + 25) \\end{align*}[\/latex][\/hidden-answer]<\/section><section class=\"textbox tryIt\">[ohm2_question hide_question_numbers=1]18888[\/ohm2_question]<\/section>\r\n<h2>Factoring Expressions with Fractional or Negative Exponents<\/h2>\r\nExpressions with fractional or negative exponents can be factored by pulling out a GCF. Look for the variable or exponent that is common to each term of the expression and pull out that variable or exponent raised to the lowest power. These expressions follow the same factoring rules as those with integer exponents. For instance, [latex]2{x}^{\\frac{1}{4}}+5{x}^{\\frac{3}{4}}[\/latex] can be factored by pulling out [latex]{x}^{\\frac{1}{4}}[\/latex] and being rewritten as [latex]{x}^{\\frac{1}{4}}\\left(2+5{x}^{\\frac{1}{2}}\\right)[\/latex].\r\n\r\n<section class=\"textbox example\">Factor [latex]3x{\\left(x+2\\right)}^{\\frac{-1}{3}}+4{\\left(x+2\\right)}^{\\frac{2}{3}}[\/latex].[reveal-answer q=\"164967\"]Show Solution[\/reveal-answer]\r\n[hidden-answer a=\"164967\"]Factor out the term with the lowest value of the exponent. In this case, that would be [latex]{\\left(x+2\\right)}^{-\\frac{1}{3}}[\/latex].\r\n<div style=\"text-align: center;\">[latex]\\begin{array}{cc}{\\left(x+2\\right)}^{-\\frac{1}{3}}\\left(3x+4\\left(x+2\\right)\\right)\\hfill &amp; \\text{Factor out the GCF}.\\hfill \\\\ {\\left(x+2\\right)}^{-\\frac{1}{3}}\\left(3x+4x+8\\right)\\hfill &amp; \\text{Simplify}.\\hfill \\\\ {\\left(x+2\\right)}^{-\\frac{1}{3}}\\left(7x+8\\right)\\hfill &amp; \\end{array}[\/latex]<\/div>\r\n<div>[\/hidden-answer]<\/div>\r\n<\/section><section class=\"textbox tryIt\">[ohm2_question hide_question_numbers=1]18889[\/ohm2_question]<\/section><section class=\"textbox tryIt\">[ohm2_question hide_question_numbers=1]18890[\/ohm2_question]<\/section>","rendered":"<h2>Factoring the Sum and Difference of Cubes<\/h2>\n<p>Now we will look at two new special products: the sum and difference of cubes. Although the sum of squares cannot be factored, the sum of cubes can be factored into a binomial and a trinomial.<\/p>\n<section class=\"textbox keyTakeaway\">\n<h3>Sum and Difference of Cubes<\/h3>\n<p>The sum and difference of cubes are algebraic formulas used to factor and solve polynomial equations involving cubic terms.<\/p>\n<ul>\n<li><strong>Sum of Cubes:<\/strong> [latex]{a}^{3}+{b}^{3}=\\left(a+b\\right)\\left({a}^{2}-ab+{b}^{2}\\right)[\/latex]<\/li>\n<li><strong>Difference of Cubes:<\/strong> [latex]{a}^{3}-{b}^{3}=\\left(a-b\\right)\\left({a}^{2}+ab+{b}^{2}\\right)[\/latex]<\/li>\n<\/ul>\n<\/section>\n<section class=\"textbox proTip\" aria-label=\"Pro Tip\">We can use the acronym SOAP to remember the signs when factoring the sum or difference of cubes. The first letter of each word relates to the signs: <strong>S<\/strong>ame <strong>O<\/strong>pposite <strong>A<\/strong>lways <strong>P<\/strong>ositive.<\/section>\n<section class=\"textbox questionHelp\" aria-label=\"Question Help\"><strong>How To: Given a sum of cubes or difference of cubes, factor it<\/strong><\/p>\n<ol>\n<li>Confirm that the first and last term are cubes, [latex]{a}^{3}+{b}^{3}[\/latex] or [latex]{a}^{3}-{b}^{3}[\/latex].<\/li>\n<li>For a sum of cubes, write the factored form as [latex]\\left(a+b\\right)\\left({a}^{2}-ab+{b}^{2}\\right)[\/latex]. For a difference of cubes, write the factored form as [latex]\\left(a-b\\right)\\left({a}^{2}+ab+{b}^{2}\\right)[\/latex].<\/li>\n<\/ol>\n<\/section>\n<section class=\"textbox example\">Factor [latex]{x}^{3}+512[\/latex].<strong>Solution<\/strong><\/p>\n<p>To factor the cubic expression [latex]{x}^{3}+512[\/latex], we recognize that [latex]512[\/latex] is a perfect cube, specifically [latex]8^3[\/latex]. This allows us to apply the sum of cubes formula.<\/p>\n<p>[latex]\\begin{align*} \\text{Original expression:} & \\quad x^3 + 512 \\\\ \\text{Identify cubes:} & \\quad x^3 \\text{ and } 512 = 8^3 \\\\ \\text{Apply sum of cubes formula:} & \\quad x^3 + 8^3 = (x + 8)(x^2 - 8x + 64) \\\\ \\text{Factored form:} & \\quad (x + 8)(x^2 - 8x + 64) \\end{align*}[\/latex]<\/p>\n<\/section>\n<section class=\"textbox example\">Factor [latex]8{x}^{3}-125[\/latex].<strong><br \/>\n<\/strong><\/p>\n<div class=\"qa-wrapper\" style=\"display: block\"><button class=\"show-answer show-answer-button collapsed\" data-target=\"q769186\">Show Answer<\/button><\/p>\n<div id=\"q769186\" class=\"hidden-answer\" style=\"display: none\">[latex]\\begin{align*} \\text{Original expression:} & \\quad 8x^3 - 125 \\\\ \\text{Identify cubes:} & \\quad 8x^3 = (2x)^3, \\quad 125 = 5^3 \\\\ \\text{Apply difference of cubes formula:} & \\quad (2x)^3 - 5^3 = (2x - 5)(4x^2 + 10x + 25) \\\\ \\text{Factored form:} & \\quad (2x - 5)(4x^2 + 10x + 25) \\end{align*}[\/latex]<\/div>\n<\/div>\n<\/section>\n<section class=\"textbox tryIt\"><iframe loading=\"lazy\" id=\"ohm18888\" class=\"resizable\" src=\"https:\/\/ohm.one.lumenlearning.com\/multiembedq.php?id=18888&theme=lumen&iframe_resize_id=ohm18888&source=tnh\" width=\"100%\" height=\"150\"><\/iframe><\/section>\n<h2>Factoring Expressions with Fractional or Negative Exponents<\/h2>\n<p>Expressions with fractional or negative exponents can be factored by pulling out a GCF. Look for the variable or exponent that is common to each term of the expression and pull out that variable or exponent raised to the lowest power. These expressions follow the same factoring rules as those with integer exponents. For instance, [latex]2{x}^{\\frac{1}{4}}+5{x}^{\\frac{3}{4}}[\/latex] can be factored by pulling out [latex]{x}^{\\frac{1}{4}}[\/latex] and being rewritten as [latex]{x}^{\\frac{1}{4}}\\left(2+5{x}^{\\frac{1}{2}}\\right)[\/latex].<\/p>\n<section class=\"textbox example\">Factor [latex]3x{\\left(x+2\\right)}^{\\frac{-1}{3}}+4{\\left(x+2\\right)}^{\\frac{2}{3}}[\/latex].<\/p>\n<div class=\"qa-wrapper\" style=\"display: block\"><button class=\"show-answer show-answer-button collapsed\" data-target=\"q164967\">Show Solution<\/button><\/p>\n<div id=\"q164967\" class=\"hidden-answer\" style=\"display: none\">Factor out the term with the lowest value of the exponent. In this case, that would be [latex]{\\left(x+2\\right)}^{-\\frac{1}{3}}[\/latex].<\/p>\n<div style=\"text-align: center;\">[latex]\\begin{array}{cc}{\\left(x+2\\right)}^{-\\frac{1}{3}}\\left(3x+4\\left(x+2\\right)\\right)\\hfill & \\text{Factor out the GCF}.\\hfill \\\\ {\\left(x+2\\right)}^{-\\frac{1}{3}}\\left(3x+4x+8\\right)\\hfill & \\text{Simplify}.\\hfill \\\\ {\\left(x+2\\right)}^{-\\frac{1}{3}}\\left(7x+8\\right)\\hfill & \\end{array}[\/latex]<\/div>\n<div><\/div>\n<\/div>\n<\/div>\n<\/section>\n<section class=\"textbox tryIt\"><iframe loading=\"lazy\" id=\"ohm18889\" class=\"resizable\" src=\"https:\/\/ohm.one.lumenlearning.com\/multiembedq.php?id=18889&theme=lumen&iframe_resize_id=ohm18889&source=tnh\" width=\"100%\" height=\"150\"><\/iframe><\/section>\n<section class=\"textbox tryIt\"><iframe loading=\"lazy\" id=\"ohm18890\" class=\"resizable\" src=\"https:\/\/ohm.one.lumenlearning.com\/multiembedq.php?id=18890&theme=lumen&iframe_resize_id=ohm18890&source=tnh\" width=\"100%\" height=\"150\"><\/iframe><\/section>\n","protected":false},"author":12,"menu_order":14,"template":"","meta":{"_candela_citation":"[]","pb_show_title":"on","pb_short_title":"","pb_subtitle":"","pb_authors":[],"pb_section_license":""},"chapter-type":[],"contributor":[],"license":[],"part":55,"module-header":"learn_it","content_attributions":[],"internal_book_links":[],"video_content":null,"cc_video_embed_content":{"cc_scripts":"","media_targets":[]},"try_it_collection":null,"_links":{"self":[{"href":"https:\/\/content.one.lumenlearning.com\/collegealgebra\/wp-json\/pressbooks\/v2\/chapters\/876"}],"collection":[{"href":"https:\/\/content.one.lumenlearning.com\/collegealgebra\/wp-json\/pressbooks\/v2\/chapters"}],"about":[{"href":"https:\/\/content.one.lumenlearning.com\/collegealgebra\/wp-json\/wp\/v2\/types\/chapter"}],"author":[{"embeddable":true,"href":"https:\/\/content.one.lumenlearning.com\/collegealgebra\/wp-json\/wp\/v2\/users\/12"}],"version-history":[{"count":14,"href":"https:\/\/content.one.lumenlearning.com\/collegealgebra\/wp-json\/pressbooks\/v2\/chapters\/876\/revisions"}],"predecessor-version":[{"id":6229,"href":"https:\/\/content.one.lumenlearning.com\/collegealgebra\/wp-json\/pressbooks\/v2\/chapters\/876\/revisions\/6229"}],"part":[{"href":"https:\/\/content.one.lumenlearning.com\/collegealgebra\/wp-json\/pressbooks\/v2\/parts\/55"}],"metadata":[{"href":"https:\/\/content.one.lumenlearning.com\/collegealgebra\/wp-json\/pressbooks\/v2\/chapters\/876\/metadata\/"}],"wp:attachment":[{"href":"https:\/\/content.one.lumenlearning.com\/collegealgebra\/wp-json\/wp\/v2\/media?parent=876"}],"wp:term":[{"taxonomy":"chapter-type","embeddable":true,"href":"https:\/\/content.one.lumenlearning.com\/collegealgebra\/wp-json\/pressbooks\/v2\/chapter-type?post=876"},{"taxonomy":"contributor","embeddable":true,"href":"https:\/\/content.one.lumenlearning.com\/collegealgebra\/wp-json\/wp\/v2\/contributor?post=876"},{"taxonomy":"license","embeddable":true,"href":"https:\/\/content.one.lumenlearning.com\/collegealgebra\/wp-json\/wp\/v2\/license?post=876"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}