{"id":909,"date":"2024-04-30T20:54:09","date_gmt":"2024-04-30T20:54:09","guid":{"rendered":"https:\/\/content.one.lumenlearning.com\/collegealgebra\/?post_type=chapter&#038;p=909"},"modified":"2024-11-20T02:44:08","modified_gmt":"2024-11-20T02:44:08","slug":"rational-expressions-learn-it-3","status":"publish","type":"chapter","link":"https:\/\/content.one.lumenlearning.com\/collegealgebra\/chapter\/rational-expressions-learn-it-3\/","title":{"raw":"Rational Expressions: Learn It 3","rendered":"Rational Expressions: Learn It 3"},"content":{"raw":"<h2>Adding and Subtracting Rational Expressions<\/h2>\r\nAdding and subtracting rational expressions works just like adding and subtracting numerical fractions. To add or subtract fractions, we need to find a common denominator.\r\n\r\nLet\u2019s look at an example of fraction addition.\r\n<div style=\"text-align: center;\">[latex]\\begin{array}{ccc}\\hfill \\dfrac{5}{24}+\\dfrac{1}{40}&amp; =&amp; \\dfrac{25}{120}+\\dfrac{3}{120}\\hfill \\\\ &amp; =&amp; \\dfrac{28}{120}\\hfill \\\\ &amp; =&amp; \\dfrac{7}{30}\\hfill \\end{array}[\/latex]<\/div>\r\nWe have to rewrite the fractions so they share a common denominator before we are able to add. We must do the same thing when adding or subtracting rational expressions.\r\n\r\n<section class=\"textbox questionHelp\" aria-label=\"Question Help\"><strong>How did we know what number to use for the denominator?<\/strong>In the example above, we rewrote the fractions as equivalent fractions with a common denominator of 120. Recall that we use the least common multiple of the original denominators.To find the LCM of 24 and 40, rewrite 24 and 40 as products of primes, then select the largest set of each prime appearing.[latex]24 = 2^3\\cdot3[\/latex][latex]40=2^3\\cdot5[\/latex]\r\n\r\nWe choose [latex]2^3\\cdot3\\cdot5=120[\/latex] as the LCM, since that's the largest number of factors of 2, 3, and 5 we see. The LCM is 120.\r\n\r\nWe multiply each numerator with just enough of the LCM to make each denominator 120 to get the equivalent fractions.\r\n\r\nWhen referring to fractions, we call the LCM the <strong>least common denominator<\/strong>, or the LCD.<span style=\"background-color: #f4f3ef;\">\u00a0<\/span>\r\n\r\n<\/section><section class=\"textbox recall\">The LCD is the smallest multiple that the denominators have in common. To find the LCD of two rational expressions, we factor the expressions and multiply all of the distinct factors.For instance, if the factored denominators were [latex]\\left(x+3\\right)\\left(x+4\\right)[\/latex] and [latex]\\left(x+4\\right)\\left(x+5\\right)[\/latex], then the LCD would be [latex]\\left(x+3\\right)\\left(x+4\\right)\\left(x+5\\right)[\/latex].<\/section><section class=\"textbox questionHelp\" aria-label=\"Question Help\"><strong>How To: Given two rational expressions, add or subtract them<\/strong>\r\n<ol>\r\n \t<li>Factor the numerator and denominator.<\/li>\r\n \t<li>Find the LCD of the expressions.<\/li>\r\n \t<li>Multiply the expressions by a form of 1 that changes the denominators to the LCD.<\/li>\r\n \t<li>Add or subtract the numerators.<\/li>\r\n \t<li>Simplify.<\/li>\r\n<\/ol>\r\n<\/section><section class=\"textbox proTip\" aria-label=\"Pro Tip\">Although any common denominator will work for adding or subtracting rational expressions, using the least common denominator (LCD) is typically the easiest method.<\/section><section class=\"textbox example\">Add the rational expressions:\r\n<div style=\"text-align: center;\">[latex]\\dfrac{5}{x}+\\dfrac{6}{y}[\/latex]<\/div>\r\n[reveal-answer q=\"232817\"]Show Solution[\/reveal-answer]\r\n[hidden-answer a=\"232817\"]\r\n\r\nFirst, we have to find the LCD. In this case, the LCD will be [latex]xy[\/latex]. We then multiply each expression by the appropriate form of 1 to obtain [latex]xy[\/latex] as the denominator for each fraction.\r\n<div style=\"text-align: center;\">[latex]\\begin{array}{l}\\dfrac{5}{x}\\cdot \\dfrac{y}{y}+\\dfrac{6}{y}\\cdot \\dfrac{x}{x}\\\\ \\dfrac{5y}{xy}+\\dfrac{6x}{xy}\\end{array}[\/latex]<\/div>\r\nNow that the expressions have the same denominator, we simply add the numerators to find the sum.\r\n<div style=\"text-align: center;\">[latex]\\dfrac{6x+5y}{xy}[\/latex]<\/div>\r\n&nbsp;\r\n\r\n<strong>Analysis of the Solution<\/strong>\r\n\r\nMultiplying by [latex]\\dfrac{y}{y}[\/latex] or [latex]\\dfrac{x}{x}[\/latex] does not change the value of the original expression because any number divided by itself is 1, and multiplying an expression by 1 gives the original expression.\r\n\r\n[\/hidden-answer]\r\n\r\n<\/section><section class=\"textbox example\">Subtract the rational expressions:\r\n<div style=\"text-align: center;\">[latex]\\dfrac{6}{{x}^{2}+4x+4}-\\dfrac{2}{{x}^{2}-4}[\/latex]<\/div>\r\n[reveal-answer q=\"122137\"]Show Solution[\/reveal-answer]\r\n[hidden-answer a=\"122137\"]\r\n<p style=\"text-align: center;\">[latex]\\begin{array}{cc}\\dfrac{6}{{\\left(x+2\\right)}^{2}}-\\dfrac{2}{\\left(x+2\\right)\\left(x - 2\\right)}\\hfill &amp; \\text{Factor}.\\hfill \\\\ \\dfrac{6}{{\\left(x+2\\right)}^{2}}\\cdot \\dfrac{x - 2}{x - 2}-\\dfrac{2}{\\left(x+2\\right)\\left(x - 2\\right)}\\cdot \\dfrac{x+2}{x+2}\\hfill &amp; \\text{Multiply each fraction to get the LCD as the denominator}.\\hfill \\\\ \\dfrac{6\\left(x - 2\\right)}{{\\left(x+2\\right)}^{2}\\left(x - 2\\right)}-\\dfrac{2\\left(x+2\\right)}{{\\left(x+2\\right)}^{2}\\left(x - 2\\right)}\\hfill &amp; \\text{Multiply}.\\hfill \\\\ \\dfrac{6x - 12-\\left(2x+4\\right)}{{\\left(x+2\\right)}^{2}\\left(x - 2\\right)}\\hfill &amp; \\text{Apply distributive property}.\\hfill \\\\ \\dfrac{4x - 16}{{\\left(x+2\\right)}^{2}\\left(x - 2\\right)}\\hfill &amp; \\text{Subtract}.\\hfill \\\\ \\dfrac{4\\left(x - 4\\right)}{{\\left(x+2\\right)}^{2}\\left(x - 2\\right)}\\hfill &amp; \\text{Simplify}.\\hfill \\end{array}[\/latex]<\/p>\r\n[\/hidden-answer]\r\n\r\n<\/section><section class=\"textbox tryIt\">[ohm2_question hide_question_numbers=1]18904[\/ohm2_question]<\/section><section class=\"textbox tryIt\">[ohm2_question hide_question_numbers=1]18905[\/ohm2_question]<\/section>","rendered":"<h2>Adding and Subtracting Rational Expressions<\/h2>\n<p>Adding and subtracting rational expressions works just like adding and subtracting numerical fractions. To add or subtract fractions, we need to find a common denominator.<\/p>\n<p>Let\u2019s look at an example of fraction addition.<\/p>\n<div style=\"text-align: center;\">[latex]\\begin{array}{ccc}\\hfill \\dfrac{5}{24}+\\dfrac{1}{40}& =& \\dfrac{25}{120}+\\dfrac{3}{120}\\hfill \\\\ & =& \\dfrac{28}{120}\\hfill \\\\ & =& \\dfrac{7}{30}\\hfill \\end{array}[\/latex]<\/div>\n<p>We have to rewrite the fractions so they share a common denominator before we are able to add. We must do the same thing when adding or subtracting rational expressions.<\/p>\n<section class=\"textbox questionHelp\" aria-label=\"Question Help\"><strong>How did we know what number to use for the denominator?<\/strong>In the example above, we rewrote the fractions as equivalent fractions with a common denominator of 120. Recall that we use the least common multiple of the original denominators.To find the LCM of 24 and 40, rewrite 24 and 40 as products of primes, then select the largest set of each prime appearing.[latex]24 = 2^3\\cdot3[\/latex][latex]40=2^3\\cdot5[\/latex]<\/p>\n<p>We choose [latex]2^3\\cdot3\\cdot5=120[\/latex] as the LCM, since that&#8217;s the largest number of factors of 2, 3, and 5 we see. The LCM is 120.<\/p>\n<p>We multiply each numerator with just enough of the LCM to make each denominator 120 to get the equivalent fractions.<\/p>\n<p>When referring to fractions, we call the LCM the <strong>least common denominator<\/strong>, or the LCD.<span style=\"background-color: #f4f3ef;\">\u00a0<\/span><\/p>\n<\/section>\n<section class=\"textbox recall\">The LCD is the smallest multiple that the denominators have in common. To find the LCD of two rational expressions, we factor the expressions and multiply all of the distinct factors.For instance, if the factored denominators were [latex]\\left(x+3\\right)\\left(x+4\\right)[\/latex] and [latex]\\left(x+4\\right)\\left(x+5\\right)[\/latex], then the LCD would be [latex]\\left(x+3\\right)\\left(x+4\\right)\\left(x+5\\right)[\/latex].<\/section>\n<section class=\"textbox questionHelp\" aria-label=\"Question Help\"><strong>How To: Given two rational expressions, add or subtract them<\/strong><\/p>\n<ol>\n<li>Factor the numerator and denominator.<\/li>\n<li>Find the LCD of the expressions.<\/li>\n<li>Multiply the expressions by a form of 1 that changes the denominators to the LCD.<\/li>\n<li>Add or subtract the numerators.<\/li>\n<li>Simplify.<\/li>\n<\/ol>\n<\/section>\n<section class=\"textbox proTip\" aria-label=\"Pro Tip\">Although any common denominator will work for adding or subtracting rational expressions, using the least common denominator (LCD) is typically the easiest method.<\/section>\n<section class=\"textbox example\">Add the rational expressions:<\/p>\n<div style=\"text-align: center;\">[latex]\\dfrac{5}{x}+\\dfrac{6}{y}[\/latex]<\/div>\n<div class=\"qa-wrapper\" style=\"display: block\"><button class=\"show-answer show-answer-button collapsed\" data-target=\"q232817\">Show Solution<\/button><\/p>\n<div id=\"q232817\" class=\"hidden-answer\" style=\"display: none\">\n<p>First, we have to find the LCD. In this case, the LCD will be [latex]xy[\/latex]. We then multiply each expression by the appropriate form of 1 to obtain [latex]xy[\/latex] as the denominator for each fraction.<\/p>\n<div style=\"text-align: center;\">[latex]\\begin{array}{l}\\dfrac{5}{x}\\cdot \\dfrac{y}{y}+\\dfrac{6}{y}\\cdot \\dfrac{x}{x}\\\\ \\dfrac{5y}{xy}+\\dfrac{6x}{xy}\\end{array}[\/latex]<\/div>\n<p>Now that the expressions have the same denominator, we simply add the numerators to find the sum.<\/p>\n<div style=\"text-align: center;\">[latex]\\dfrac{6x+5y}{xy}[\/latex]<\/div>\n<p>&nbsp;<\/p>\n<p><strong>Analysis of the Solution<\/strong><\/p>\n<p>Multiplying by [latex]\\dfrac{y}{y}[\/latex] or [latex]\\dfrac{x}{x}[\/latex] does not change the value of the original expression because any number divided by itself is 1, and multiplying an expression by 1 gives the original expression.<\/p>\n<\/div>\n<\/div>\n<\/section>\n<section class=\"textbox example\">Subtract the rational expressions:<\/p>\n<div style=\"text-align: center;\">[latex]\\dfrac{6}{{x}^{2}+4x+4}-\\dfrac{2}{{x}^{2}-4}[\/latex]<\/div>\n<div class=\"qa-wrapper\" style=\"display: block\"><button class=\"show-answer show-answer-button collapsed\" data-target=\"q122137\">Show Solution<\/button><\/p>\n<div id=\"q122137\" class=\"hidden-answer\" style=\"display: none\">\n<p style=\"text-align: center;\">[latex]\\begin{array}{cc}\\dfrac{6}{{\\left(x+2\\right)}^{2}}-\\dfrac{2}{\\left(x+2\\right)\\left(x - 2\\right)}\\hfill & \\text{Factor}.\\hfill \\\\ \\dfrac{6}{{\\left(x+2\\right)}^{2}}\\cdot \\dfrac{x - 2}{x - 2}-\\dfrac{2}{\\left(x+2\\right)\\left(x - 2\\right)}\\cdot \\dfrac{x+2}{x+2}\\hfill & \\text{Multiply each fraction to get the LCD as the denominator}.\\hfill \\\\ \\dfrac{6\\left(x - 2\\right)}{{\\left(x+2\\right)}^{2}\\left(x - 2\\right)}-\\dfrac{2\\left(x+2\\right)}{{\\left(x+2\\right)}^{2}\\left(x - 2\\right)}\\hfill & \\text{Multiply}.\\hfill \\\\ \\dfrac{6x - 12-\\left(2x+4\\right)}{{\\left(x+2\\right)}^{2}\\left(x - 2\\right)}\\hfill & \\text{Apply distributive property}.\\hfill \\\\ \\dfrac{4x - 16}{{\\left(x+2\\right)}^{2}\\left(x - 2\\right)}\\hfill & \\text{Subtract}.\\hfill \\\\ \\dfrac{4\\left(x - 4\\right)}{{\\left(x+2\\right)}^{2}\\left(x - 2\\right)}\\hfill & \\text{Simplify}.\\hfill \\end{array}[\/latex]<\/p>\n<\/div>\n<\/div>\n<\/section>\n<section class=\"textbox tryIt\"><iframe loading=\"lazy\" id=\"ohm18904\" class=\"resizable\" src=\"https:\/\/ohm.one.lumenlearning.com\/multiembedq.php?id=18904&theme=lumen&iframe_resize_id=ohm18904&source=tnh\" width=\"100%\" height=\"150\"><\/iframe><\/section>\n<section class=\"textbox tryIt\"><iframe loading=\"lazy\" id=\"ohm18905\" class=\"resizable\" src=\"https:\/\/ohm.one.lumenlearning.com\/multiembedq.php?id=18905&theme=lumen&iframe_resize_id=ohm18905&source=tnh\" width=\"100%\" height=\"150\"><\/iframe><\/section>\n","protected":false},"author":12,"menu_order":19,"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\/909"}],"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":17,"href":"https:\/\/content.one.lumenlearning.com\/collegealgebra\/wp-json\/pressbooks\/v2\/chapters\/909\/revisions"}],"predecessor-version":[{"id":6232,"href":"https:\/\/content.one.lumenlearning.com\/collegealgebra\/wp-json\/pressbooks\/v2\/chapters\/909\/revisions\/6232"}],"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\/909\/metadata\/"}],"wp:attachment":[{"href":"https:\/\/content.one.lumenlearning.com\/collegealgebra\/wp-json\/wp\/v2\/media?parent=909"}],"wp:term":[{"taxonomy":"chapter-type","embeddable":true,"href":"https:\/\/content.one.lumenlearning.com\/collegealgebra\/wp-json\/pressbooks\/v2\/chapter-type?post=909"},{"taxonomy":"contributor","embeddable":true,"href":"https:\/\/content.one.lumenlearning.com\/collegealgebra\/wp-json\/wp\/v2\/contributor?post=909"},{"taxonomy":"license","embeddable":true,"href":"https:\/\/content.one.lumenlearning.com\/collegealgebra\/wp-json\/wp\/v2\/license?post=909"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}