{"id":1332,"date":"2024-05-10T01:37:05","date_gmt":"2024-05-10T01:37:05","guid":{"rendered":"https:\/\/content.one.lumenlearning.com\/collegealgebra\/?post_type=chapter&#038;p=1332"},"modified":"2025-08-13T15:41:36","modified_gmt":"2025-08-13T15:41:36","slug":"other-types-of-equations-learn-it-4","status":"publish","type":"chapter","link":"https:\/\/content.one.lumenlearning.com\/collegealgebra\/chapter\/other-types-of-equations-learn-it-4\/","title":{"raw":"Other Types of Equations: Learn It 4","rendered":"Other Types of Equations: Learn It 4"},"content":{"raw":"<h2>Absolute Value Equations<\/h2>\r\nAn <strong>absolute value equation<\/strong> is an equation in which the variable of interest is contained within absolute value bars. Absolute value is defined as a distance. That is, the bars are used to designate that the number inside the absolute value represents its distance from zero on the number line.\r\n\r\n<section class=\"textbox keyTakeaway\">\r\n<div>\r\n<h3>absolute value<\/h3>\r\nThe <strong>absolute value<\/strong> of a number is a measure of its distance from zero on the number line, regardless of direction. It is always a non-negative value.\r\n\r\n&nbsp;\r\n\r\nFor a real number [latex]x[\/latex], the absolute value is denoted by [latex]|x|[\/latex] and is defined as:\r\n<p style=\"text-align: center;\">[latex]|x| = \\begin{cases} x &amp; \\text{if } x \\geq 0 \\\\ -x &amp; \\text{if } x &lt; 0 \\end{cases}[\/latex]<\/p>\r\n\r\n<\/div>\r\n<\/section><section class=\"textbox example\">The absolute value of both [latex]-3[\/latex] and [latex]3[\/latex] is [latex]3[\/latex] because both are three units away from zero on the number line.\r\n\r\n[caption id=\"attachment_1333\" align=\"aligncenter\" width=\"666\"]<img class=\"wp-image-1333 size-full\" src=\"https:\/\/content-cdn.one.lumenlearning.com\/wp-content\/uploads\/sites\/42\/2024\/05\/10011946\/Screenshot-2024-05-09-at-6.19.42%E2%80%AFPM.png\" alt=\"\" width=\"666\" height=\"100\" \/> Number line showcasing absolute value[\/caption]\r\n\r\nIn absolute value notation:\r\n<p style=\"text-align: center;\">[latex]|-3| = 3[\/latex] and [latex]|3| = 3[\/latex]<\/p>\r\n\r\n<\/section>An <strong>absolute value equation<\/strong> is an equation that contains an absolute value expression.\r\n\r\n<section class=\"textbox keyTakeaway\">\r\n<h3>absolute value equation<\/h3>\r\nThe general form of an absolute value equation is:\r\n<p style=\"text-align: center;\">[latex]|A| = B[\/latex]<\/p>\r\nwhere [latex]A[\/latex] is the expression and [latex]B[\/latex] is a non-negative number.\r\n\r\n&nbsp;\r\n<ul>\r\n \t<li>For real numbers [latex]A[\/latex] and [latex]B[\/latex], an equation of the form [latex]|A|=B[\/latex], with [latex]B\\ge 0[\/latex], will have solutions when [latex]A=B[\/latex] or [latex]A=-B[\/latex]. If [latex]B&lt;0[\/latex], the equation [latex]|A|=B[\/latex] has no solution.<\/li>\r\n<\/ul>\r\n&nbsp;\r\n<ul>\r\n \t<li>An <strong>absolute value equation<\/strong> in the form [latex]|ax+b|=c[\/latex] has the following properties:<\/li>\r\n<\/ul>\r\n<div style=\"text-align: center;\">[latex]\\begin{array}{l}\\text{If }c&lt;0,|ax+b|=c\\text{ has no solution}.\\hfill \\\\ \\text{If }c=0,|ax+b|=c\\text{ has one solution}.\\hfill \\\\ \\text{If }c&gt;0,|ax+b|=c\\text{ has two solutions}.\\hfill \\end{array}[\/latex]<\/div>\r\n<\/section><section class=\"textbox questionHelp\" aria-label=\"Question Help\"><strong>How To: Given an absolute value equation, solve it<\/strong>\r\n<ol>\r\n \t<li><strong>Isolate the Absolute Value Expression:<\/strong>\r\nStart by getting the absolute value expression by itself on one side of the equation. This typically involves simplifying the equation and moving any terms that are not inside the absolute value to the other side.<\/li>\r\n \t<li><strong>Write Two Separate Equations:<\/strong>\r\nSince the absolute value of a number [latex]x[\/latex] an either be [latex]x[\/latex] itself if [latex]x[\/latex] is positive or [latex]-x [\/latex]if [latex]x[\/latex] is negative, split the equation into two cases:\r\n<ul>\r\n \t<li>Case 1: The expression inside the absolute value equals the value on the other side.<\/li>\r\n \t<li>Case 2: The expression inside the absolute value equals the negative of the value on the other side.<\/li>\r\n<\/ul>\r\n<\/li>\r\n \t<li><strong>Solve Each Equation Separately:<\/strong>\r\nSolve the two equations that result from step 2. This may involve further simplifications or solving quadratic equations, depending on the form of the original equation.<\/li>\r\n \t<li><strong>Check for Extraneous Solutions:<\/strong>\r\nSince absolute value equations can introduce solutions that do not actually satisfy the original equation when plugged back in, it\u2019s crucial to substitute each found solution back into the original equation to verify its validity.<\/li>\r\n<\/ol>\r\n<\/section><section class=\"textbox example\">Solve the absolute value equation:<center>[latex]|6x+4|=8[\/latex]<\/center>\r\n\r\n<hr \/>\r\n\r\n<center>[latex]\\begin{align*} \\text{Original equation} &amp; : &amp; |6x + 4| &amp;= 8 \\\\ \\text{Remove the absolute value, consider both cases} &amp; : &amp; 6x + 4 &amp;= 8 &amp; 6x + 4 &amp;= -8 \\\\ \\text{Subtract 4 from both sides} &amp; : &amp; 6x &amp;= 4 &amp; 6x &amp;= -12 \\\\ \\text{Divide both sides by 6} &amp; : &amp; x &amp;= \\frac{4}{6} &amp; x &amp;= \\frac{-12}{6} \\\\ \\text{Simplify each fraction} &amp; : &amp; x &amp;= \\frac{2}{3} &amp; x &amp;= -2 \\\\ \\end{align*}[\/latex]<\/center>The two solutions are [latex]x=\\dfrac{2}{3}[\/latex], [latex]x=-2[\/latex].\r\n\r\n<\/section><section class=\"textbox example\">Solve the absolute value equations:\r\n<ol>\r\n \t<li>[latex]|3x+4|=-9[\/latex]\r\n[reveal-answer q=\"475549\"]Show Answer[\/reveal-answer]\r\n[hidden-answer a=\"475549\"]The equation [latex]|3x+4|=-9[\/latex] involves the absolute value of an expression being equal to a negative number. By definition, the absolute value of any real number or expression is always non-negative (zero or positive). Therefore, it is not possible for the absolute value of an expression to be equal to a negative number.\r\nConsequently, the equation has no solution because there are no values of [latex]x[\/latex] that can satisfy this condition. The absolute value cannot result in a negative output.[\/hidden-answer]<\/li>\r\n \t<li>[latex]|3x - 5|-4=6[\/latex]\r\n[reveal-answer q=\"266700\"]Show Answer[\/reveal-answer]\r\n[hidden-answer a=\"266700\"][latex]\\begin{align*} \\text{Original equation} &amp; : &amp; |3x - 5| - 4 &amp;= 6 \\\\ \\text{Isolate the absolute value} &amp; : &amp; |3x - 5| &amp;= 10 \\\\ \\text{Consider both cases} &amp; : &amp; \\\\ \\text{Case 1} &amp; : &amp; 3x - 5 &amp;= 10 &amp; \\quad \\text{Case 2} &amp; : &amp; 3x - 5 &amp;= -10 \\\\ \\text{Add 5 to both sides} &amp; : &amp; 3x &amp;= 15 &amp; \\text{Add 5 to both sides} &amp; : &amp; 3x &amp;= -5 \\\\ \\text{Divide by 3} &amp; : &amp; x &amp;= 5 &amp; \\text{Divide by 3} &amp; : &amp; x &amp;= -\\frac{5}{3} \\end{align*}[\/latex][\/hidden-answer]<\/li>\r\n \t<li>[latex]|-5x+10|=0[\/latex]\r\n[reveal-answer q=\"905868\"]Show Answer[\/reveal-answer]\r\n[hidden-answer a=\"905868\"][latex]\\begin{align*} \\text{Original equation} &amp; : &amp; |-5x + 10| &amp;= 0 \\\\ \\text{Set the expression inside the absolute value to zero} &amp; : &amp; -5x + 10 &amp;= 0 \\\\ \\text{Solve for $x$} &amp; : &amp; -5x &amp;= -10 \\\\ \\text{Divide by -5}&amp; : &amp; x &amp;= 2 \\end{align*}[\/latex][\/hidden-answer]<\/li>\r\n<\/ol>\r\n<\/section><section class=\"textbox proTip\" aria-label=\"Pro Tip\">When solving absolute value equations, the absolute value expression must be isolated on one side of the equation\u00a0<strong>before<\/strong> setting up the two cases to remove the absolute value bars.\r\n[latex]\\\\[\/latex]\r\nUse the properties of equality to isolate the absolute value expression, but avoid multiplying into or dividing from any expression inside the bars.<\/section><section class=\"textbox tryIt\">[ohm2_question hide_question_numbers=1]18979[\/ohm2_question]<\/section><section class=\"textbox tryIt\">[ohm2_question hide_question_numbers=1]18980[\/ohm2_question]<\/section>","rendered":"<h2>Absolute Value Equations<\/h2>\n<p>An <strong>absolute value equation<\/strong> is an equation in which the variable of interest is contained within absolute value bars. Absolute value is defined as a distance. That is, the bars are used to designate that the number inside the absolute value represents its distance from zero on the number line.<\/p>\n<section class=\"textbox keyTakeaway\">\n<div>\n<h3>absolute value<\/h3>\n<p>The <strong>absolute value<\/strong> of a number is a measure of its distance from zero on the number line, regardless of direction. It is always a non-negative value.<\/p>\n<p>&nbsp;<\/p>\n<p>For a real number [latex]x[\/latex], the absolute value is denoted by [latex]|x|[\/latex] and is defined as:<\/p>\n<p style=\"text-align: center;\">[latex]|x| = \\begin{cases} x & \\text{if } x \\geq 0 \\\\ -x & \\text{if } x < 0 \\end{cases}[\/latex]<\/p>\n<\/div>\n<\/section>\n<section class=\"textbox example\">The absolute value of both [latex]-3[\/latex] and [latex]3[\/latex] is [latex]3[\/latex] because both are three units away from zero on the number line.<\/p>\n<figure id=\"attachment_1333\" aria-describedby=\"caption-attachment-1333\" style=\"width: 666px\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1333 size-full\" src=\"https:\/\/content-cdn.one.lumenlearning.com\/wp-content\/uploads\/sites\/42\/2024\/05\/10011946\/Screenshot-2024-05-09-at-6.19.42%E2%80%AFPM.png\" alt=\"\" width=\"666\" height=\"100\" srcset=\"https:\/\/content-cdn.one.lumenlearning.com\/wp-content\/uploads\/sites\/42\/2024\/05\/10011946\/Screenshot-2024-05-09-at-6.19.42%E2%80%AFPM.png 666w, https:\/\/content-cdn.one.lumenlearning.com\/wp-content\/uploads\/sites\/42\/2024\/05\/10011946\/Screenshot-2024-05-09-at-6.19.42%E2%80%AFPM-300x45.png 300w, https:\/\/content-cdn.one.lumenlearning.com\/wp-content\/uploads\/sites\/42\/2024\/05\/10011946\/Screenshot-2024-05-09-at-6.19.42%E2%80%AFPM-65x10.png 65w, https:\/\/content-cdn.one.lumenlearning.com\/wp-content\/uploads\/sites\/42\/2024\/05\/10011946\/Screenshot-2024-05-09-at-6.19.42%E2%80%AFPM-225x34.png 225w, https:\/\/content-cdn.one.lumenlearning.com\/wp-content\/uploads\/sites\/42\/2024\/05\/10011946\/Screenshot-2024-05-09-at-6.19.42%E2%80%AFPM-350x53.png 350w\" sizes=\"(max-width: 666px) 100vw, 666px\" \/><figcaption id=\"caption-attachment-1333\" class=\"wp-caption-text\">Number line showcasing absolute value<\/figcaption><\/figure>\n<p>In absolute value notation:<\/p>\n<p style=\"text-align: center;\">[latex]|-3| = 3[\/latex] and [latex]|3| = 3[\/latex]<\/p>\n<\/section>\n<p>An <strong>absolute value equation<\/strong> is an equation that contains an absolute value expression.<\/p>\n<section class=\"textbox keyTakeaway\">\n<h3>absolute value equation<\/h3>\n<p>The general form of an absolute value equation is:<\/p>\n<p style=\"text-align: center;\">[latex]|A| = B[\/latex]<\/p>\n<p>where [latex]A[\/latex] is the expression and [latex]B[\/latex] is a non-negative number.<\/p>\n<p>&nbsp;<\/p>\n<ul>\n<li>For real numbers [latex]A[\/latex] and [latex]B[\/latex], an equation of the form [latex]|A|=B[\/latex], with [latex]B\\ge 0[\/latex], will have solutions when [latex]A=B[\/latex] or [latex]A=-B[\/latex]. If [latex]B<0[\/latex], the equation [latex]|A|=B[\/latex] has no solution.<\/li>\n<\/ul>\n<p>&nbsp;<\/p>\n<ul>\n<li>An <strong>absolute value equation<\/strong> in the form [latex]|ax+b|=c[\/latex] has the following properties:<\/li>\n<\/ul>\n<div style=\"text-align: center;\">[latex]\\begin{array}{l}\\text{If }c<0,|ax+b|=c\\text{ has no solution}.\\hfill \\\\ \\text{If }c=0,|ax+b|=c\\text{ has one solution}.\\hfill \\\\ \\text{If }c>0,|ax+b|=c\\text{ has two solutions}.\\hfill \\end{array}[\/latex]<\/div>\n<\/section>\n<section class=\"textbox questionHelp\" aria-label=\"Question Help\"><strong>How To: Given an absolute value equation, solve it<\/strong><\/p>\n<ol>\n<li><strong>Isolate the Absolute Value Expression:<\/strong><br \/>\nStart by getting the absolute value expression by itself on one side of the equation. This typically involves simplifying the equation and moving any terms that are not inside the absolute value to the other side.<\/li>\n<li><strong>Write Two Separate Equations:<\/strong><br \/>\nSince the absolute value of a number [latex]x[\/latex] an either be [latex]x[\/latex] itself if [latex]x[\/latex] is positive or [latex]-x[\/latex]if [latex]x[\/latex] is negative, split the equation into two cases:<\/p>\n<ul>\n<li>Case 1: The expression inside the absolute value equals the value on the other side.<\/li>\n<li>Case 2: The expression inside the absolute value equals the negative of the value on the other side.<\/li>\n<\/ul>\n<\/li>\n<li><strong>Solve Each Equation Separately:<\/strong><br \/>\nSolve the two equations that result from step 2. This may involve further simplifications or solving quadratic equations, depending on the form of the original equation.<\/li>\n<li><strong>Check for Extraneous Solutions:<\/strong><br \/>\nSince absolute value equations can introduce solutions that do not actually satisfy the original equation when plugged back in, it\u2019s crucial to substitute each found solution back into the original equation to verify its validity.<\/li>\n<\/ol>\n<\/section>\n<section class=\"textbox example\">Solve the absolute value equation:<\/p>\n<div style=\"text-align: center;\">[latex]|6x+4|=8[\/latex]<\/div>\n<hr \/>\n<div style=\"text-align: center;\">[latex]\\begin{align*} \\text{Original equation} & : & |6x + 4| &= 8 \\\\ \\text{Remove the absolute value, consider both cases} & : & 6x + 4 &= 8 & 6x + 4 &= -8 \\\\ \\text{Subtract 4 from both sides} & : & 6x &= 4 & 6x &= -12 \\\\ \\text{Divide both sides by 6} & : & x &= \\frac{4}{6} & x &= \\frac{-12}{6} \\\\ \\text{Simplify each fraction} & : & x &= \\frac{2}{3} & x &= -2 \\\\ \\end{align*}[\/latex]<\/div>\n<p>The two solutions are [latex]x=\\dfrac{2}{3}[\/latex], [latex]x=-2[\/latex].<\/p>\n<\/section>\n<section class=\"textbox example\">Solve the absolute value equations:<\/p>\n<ol>\n<li>[latex]|3x+4|=-9[\/latex]\n<div class=\"qa-wrapper\" style=\"display: block\"><button class=\"show-answer show-answer-button collapsed\" data-target=\"q475549\">Show Answer<\/button><\/p>\n<div id=\"q475549\" class=\"hidden-answer\" style=\"display: none\">The equation [latex]|3x+4|=-9[\/latex] involves the absolute value of an expression being equal to a negative number. By definition, the absolute value of any real number or expression is always non-negative (zero or positive). Therefore, it is not possible for the absolute value of an expression to be equal to a negative number.<br \/>\nConsequently, the equation has no solution because there are no values of [latex]x[\/latex] that can satisfy this condition. The absolute value cannot result in a negative output.<\/div>\n<\/div>\n<\/li>\n<li>[latex]|3x - 5|-4=6[\/latex]\n<div class=\"qa-wrapper\" style=\"display: block\"><button class=\"show-answer show-answer-button collapsed\" data-target=\"q266700\">Show Answer<\/button><\/p>\n<div id=\"q266700\" class=\"hidden-answer\" style=\"display: none\">[latex]\\begin{align*} \\text{Original equation} & : & |3x - 5| - 4 &= 6 \\\\ \\text{Isolate the absolute value} & : & |3x - 5| &= 10 \\\\ \\text{Consider both cases} & : & \\\\ \\text{Case 1} & : & 3x - 5 &= 10 & \\quad \\text{Case 2} & : & 3x - 5 &= -10 \\\\ \\text{Add 5 to both sides} & : & 3x &= 15 & \\text{Add 5 to both sides} & : & 3x &= -5 \\\\ \\text{Divide by 3} & : & x &= 5 & \\text{Divide by 3} & : & x &= -\\frac{5}{3} \\end{align*}[\/latex]<\/div>\n<\/div>\n<\/li>\n<li>[latex]|-5x+10|=0[\/latex]\n<div class=\"qa-wrapper\" style=\"display: block\"><button class=\"show-answer show-answer-button collapsed\" data-target=\"q905868\">Show Answer<\/button><\/p>\n<div id=\"q905868\" class=\"hidden-answer\" style=\"display: none\">[latex]\\begin{align*} \\text{Original equation} & : & |-5x + 10| &= 0 \\\\ \\text{Set the expression inside the absolute value to zero} & : & -5x + 10 &= 0 \\\\ \\text{Solve for $x$} & : & -5x &= -10 \\\\ \\text{Divide by -5}& : & x &= 2 \\end{align*}[\/latex]<\/div>\n<\/div>\n<\/li>\n<\/ol>\n<\/section>\n<section class=\"textbox proTip\" aria-label=\"Pro Tip\">When solving absolute value equations, the absolute value expression must be isolated on one side of the equation\u00a0<strong>before<\/strong> setting up the two cases to remove the absolute value bars.<br \/>\n[latex]\\\\[\/latex]<br \/>\nUse the properties of equality to isolate the absolute value expression, but avoid multiplying into or dividing from any expression inside the bars.<\/section>\n<section class=\"textbox tryIt\"><iframe loading=\"lazy\" id=\"ohm18979\" class=\"resizable\" src=\"https:\/\/ohm.one.lumenlearning.com\/multiembedq.php?id=18979&theme=lumen&iframe_resize_id=ohm18979&source=tnh\" width=\"100%\" height=\"150\"><\/iframe><\/section>\n<section class=\"textbox tryIt\"><iframe loading=\"lazy\" id=\"ohm18980\" class=\"resizable\" src=\"https:\/\/ohm.one.lumenlearning.com\/multiembedq.php?id=18980&theme=lumen&iframe_resize_id=ohm18980&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":92,"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\/1332"}],"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":22,"href":"https:\/\/content.one.lumenlearning.com\/collegealgebra\/wp-json\/pressbooks\/v2\/chapters\/1332\/revisions"}],"predecessor-version":[{"id":7612,"href":"https:\/\/content.one.lumenlearning.com\/collegealgebra\/wp-json\/pressbooks\/v2\/chapters\/1332\/revisions\/7612"}],"part":[{"href":"https:\/\/content.one.lumenlearning.com\/collegealgebra\/wp-json\/pressbooks\/v2\/parts\/92"}],"metadata":[{"href":"https:\/\/content.one.lumenlearning.com\/collegealgebra\/wp-json\/pressbooks\/v2\/chapters\/1332\/metadata\/"}],"wp:attachment":[{"href":"https:\/\/content.one.lumenlearning.com\/collegealgebra\/wp-json\/wp\/v2\/media?parent=1332"}],"wp:term":[{"taxonomy":"chapter-type","embeddable":true,"href":"https:\/\/content.one.lumenlearning.com\/collegealgebra\/wp-json\/pressbooks\/v2\/chapter-type?post=1332"},{"taxonomy":"contributor","embeddable":true,"href":"https:\/\/content.one.lumenlearning.com\/collegealgebra\/wp-json\/wp\/v2\/contributor?post=1332"},{"taxonomy":"license","embeddable":true,"href":"https:\/\/content.one.lumenlearning.com\/collegealgebra\/wp-json\/wp\/v2\/license?post=1332"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}