{"id":632,"date":"2021-08-30T20:43:13","date_gmt":"2021-08-30T20:43:13","guid":{"rendered":"https:\/\/courses.lumenlearning.com\/uvu-introductoryalgebra\/?post_type=chapter&#038;p=632"},"modified":"2024-01-23T23:10:23","modified_gmt":"2024-01-23T23:10:23","slug":"3-3-equations-and-solutions","status":"publish","type":"chapter","link":"https:\/\/courses.lumenlearning.com\/uvu-introductoryalgebra\/chapter\/3-3-equations-and-solutions\/","title":{"raw":"3.3: Introduction to Equations","rendered":"3.3: Introduction to Equations"},"content":{"raw":"<div class=\"wrapper\">\r\n<div id=\"wrap\">\r\n<div id=\"content\" role=\"main\">\r\n<div id=\"post-902\" class=\"standard post-902 chapter type-chapter status-publish hentry\">\r\n<div class=\"entry-content\">\r\n<div class=\"textbox learning-objectives\">\r\n<h3>Learning Objectives<\/h3>\r\n<ul>\r\n \t<li>Explain what an equation in one variable represents.<\/li>\r\n \t<li>Determine if a given value for a variable is a solution of an equation.<\/li>\r\n \t<li>Classify an equation as conditional, a contradiction or an identity.<\/li>\r\n<\/ul>\r\n<\/div>\r\n<div class=\"textbox key-takeaways\">\r\n<h3>Key words<\/h3>\r\n<ul>\r\n \t<li><strong>solution<\/strong>: a value that can be substituted for a variable to make an equation true.<\/li>\r\n \t<li><strong>unknown<\/strong>: a variable in an equation that needs to be solved for.<\/li>\r\n \t<li><strong>equation<\/strong>: a mathematical statement that asserts the equivalence of two expressions.<\/li>\r\n \t<li><strong>conditional equation<\/strong>: an equation that has a solution<\/li>\r\n \t<li><strong>contradiction<\/strong>: an equation that has no solution<\/li>\r\n \t<li><strong>identity<\/strong>: an equation that is always true<\/li>\r\n<\/ul>\r\n<\/div>\r\n<h2>What is an Equation?<\/h2>\r\nAn <em><strong>equation<\/strong><\/em> is a mathematical statement that asserts the equivalence of two expressions. For example, the assertion that \u201ctwo plus five equals seven\u201d is represented by the equation [latex]2 + 5 = 7[\/latex].\r\n\r\nIn most cases, an equation contains one or more variables. For example, the equation [latex]x + 3 = 5[\/latex], read \u201c[latex]x[\/latex]\u00a0plus three equals five\u201d, asserts that the expression [latex]x+3[\/latex]\u00a0is equal to the value [latex]5[\/latex].\r\n\r\nIt is possible for equations to have more than one variable. For example, [latex]x + y + 7 = 13[\/latex] is an equation in two variables, while [latex]5x^2+y^2+9z^2=36[\/latex] is an equation in three variables.\r\n<h3>Solving Equations<\/h3>\r\nWhen an equation contains a variable such as [latex]x[\/latex], this variable is considered an\u00a0<em><strong>unknown\u00a0<\/strong><\/em>value. In many cases, we can find the values for [latex]x[\/latex] that make the equation true. These values are called\u00a0<em><strong>solutions\u00a0<\/strong><\/em>of the equation.\r\n\r\nFor example, consider the equation we were talking about above: [latex]x + 3 =5[\/latex]. You have probably already guessed that the only possible value of [latex]x[\/latex] that makes the equation true is 2, because [latex]2 + 3 = 5[\/latex]. We use an equals sign to show that we know the value of a given variable. In this case, [latex]x=2[\/latex] is the only solution of the equation[latex]x + 3 =5[\/latex].\r\n\r\nThe values of the variables that make an equation true are called the\u00a0<em>solutions\u00a0<\/em>of the equation. In turn, <em>solving an equation<\/em> means determining what values for the variables make the equation a true statement.\r\n\r\nThe equation above was fairly straightforward; it was easy for us to identify the solution as [latex]x = 2[\/latex]. However, it becomes useful to have a process for finding solutions for unknowns as problems become more complex.\r\n<h3>Verifying Solutions<\/h3>\r\nIf a number is found as a solution of an equation, then substituting that number back into the equation in place of the variable should make the equation true. Thus, we can easily check whether a number is a genuine solution to a given equation.\r\n\r\nFor example, let\u2019s examine whether [latex]x=3[\/latex] is a solution to the equation\u00a0 [latex]2x + 31 = 37[\/latex].\r\n\r\nSubstituting 3 for [latex]x[\/latex], we have:\r\n<p style=\"text-align: center;\">[latex]2x + 31 = 37 \\\\ 2\\color{blue}{(3)} + 31 = 37 \\\\ 6 + 31 = 37 \\\\ 37 = 37[\/latex]<\/p>\r\nThis equality is a true statement. Therefore, we can conclude that [latex]x = 3[\/latex] is, in fact, a solution of the equation [latex]2x+31=37[\/latex].\r\n<div class=\"textbox examples\">\r\n<h3>Examples<\/h3>\r\nDetermine whether or not [latex]x=-2[\/latex] is a solution of the following equations:\r\n\r\n1. [latex]3x+7=1[\/latex]\r\n\r\n2. [latex]-3x^2-x+10=0[\/latex]\r\n\r\n3. [latex]\\sqrt{x^2}=x[\/latex]\r\n<h4>Solution<\/h4>\r\nReplace [latex]x[\/latex] i each equation with [latex]-2[\/latex] and check if the equation is true.\r\n\r\n1. [latex]3x+7=1 \\\\ 3\\color{blue}{(-2)}+7=1 \\\\ -6+7=1 \\\\ 1=1[\/latex] TRUE\u00a0[latex]x=-2[\/latex] is a solution.\r\n\r\n2. [latex]-3x^2-x+10=0 \\\\ -3(\\color{blue}{(-2)}^2-\\color{blue}{(-2)}+10=0 \\\\ -3\\cdot 4 + 2 + 10 = 0 \\\\ -12 + 2 + 10 = 0 \\\\ 0 = 0[\/latex] TRUE\u00a0[latex]x=-2[\/latex] is a solution.\r\n\r\n3. [latex]\\sqrt{x^2}=x \\\\ \\sqrt{\\color{blue}{(-2)}^2}=\\color{blue}{(-2)} \\\\ \\sqrt{4}=-2 \\\\ 2=-2[\/latex] FALSE\u00a0[latex]x=-2[\/latex] is NOT a solution.\r\n\r\n<\/div>\r\n<div class=\"textbox tryit\">\r\n<h3>Try It<\/h3>\r\nDetermine whether or not [latex]x=3[\/latex] is a solution of the following equations:\r\n\r\n1. [latex]-2x+5=-1[\/latex]\r\n\r\n2. [latex]-2x^2+4x+30=0[\/latex]\r\n\r\n3. [latex]\\sqrt{4x^2}=2x[\/latex]\r\n\r\n[reveal-answer q=\"hjm074\"]Show Answer[\/reveal-answer]\r\n[hidden-answer a=\"hjm074\"]\r\n<ol>\r\n \t<li>[latex]x=3[\/latex] is a solution of\u00a0[latex]-2x+5=-1[\/latex]<\/li>\r\n \t<li>[latex]x=3[\/latex] is NOT a solution of\u00a0[latex]-2x^2+4x-6=0[\/latex]<\/li>\r\n \t<li>[latex]x=3[\/latex] is a solution of\u00a0[latex]\\sqrt{4x^2}=2x[\/latex]<\/li>\r\n<\/ol>\r\n[\/hidden-answer]\r\n\r\n<\/div>\r\n<\/div>\r\n<\/div>\r\n<\/div>\r\n<\/div>\r\n<div id=\"wrap\">\r\n<div id=\"content\" role=\"main\">\r\n<div id=\"post-902\" class=\"standard post-902 chapter type-chapter status-publish hentry\">\r\n<div class=\"textbox examples\">\r\n<h3>Examples<\/h3>\r\nDetermine whether the pair of values [latex]x=1 \\text{ and }y=-2[\/latex] is a solution of the equation.\r\n\r\n1. [latex]4x+y=2[\/latex]\r\n\r\n2. [latex]x^2 + y^2=-3[\/latex]\r\n<h4>Solution<\/h4>\r\nReplace [latex]x[\/latex] with [\/altex]1[\/latex] and [latex]y[\/latex] with [latex]-2[\/latex].\r\n\r\n1. [latex]4x+y=2 \\\\ 4\\color{blue}{(1)}+\\color{blue}{(-2)}=2 \\\\ 4 + (-2) = 2 \\\\ 2 = 2[\/latex]\u00a0 TRUE.\u00a0[latex]x=1,\\,y=-2[\/latex] is a solution of the equation.\r\n\r\n&nbsp;\r\n\r\n2.[latex]x^2 + y^2 = -3 \\\\\\color{blue}{(1)}^2 +\\color{blue}{(-2)}^2 = -3 \\\\ 1 + 4 = 3 \\\\ 5 = 3 [\/latex] \u00a0FALSE.\u00a0[latex]x=1,\\,y=-2[\/latex] is NOT a solution of the equation.\r\n\r\n<\/div>\r\n<div class=\"textbox tryit\">\r\n<h3>Try It<\/h3>\r\nDetermine whether the pair of values [latex]x=2 \\text{ and }y=-3[\/latex] is a solution of the equation.\r\n\r\n1. [latex]x-y=-1[\/latex]\r\n\r\n2. [latex]x^2 - y^2=-5[\/latex]\r\n\r\n[reveal-answer q=\"hjm372\"]Show Answer[\/reveal-answer]\r\n[hidden-answer a=\"hjm372\"]\r\n<ol>\r\n \t<li>[latex]x=2,\\,y=-3[\/latex] is a NOT solution of the equation.<\/li>\r\n \t<li>[latex]x=2,\\,y=-3[\/latex] is a solution of the equation.<\/li>\r\n<\/ol>\r\n[\/hidden-answer]\r\n\r\n<\/div>\r\n&nbsp;\r\n<h2>Classes of Equations<\/h2>\r\nEquations can be broadly classified into three categories:\r\n<ol>\r\n \t<li>Conditional equations<\/li>\r\n \t<li>Contradictions<\/li>\r\n \t<li>Identities<\/li>\r\n<\/ol>\r\n&nbsp;\r\n\r\nLet's take a closer look at equations in each of these categories.\r\n\r\n<\/div>\r\n<section class=\"citations-section\" role=\"contentinfo\">\r\n<div class=\"post-citations sidebar\">\r\n<h2>Conditional Equations<\/h2>\r\n<h3>Case 1: Exactly One Solution<\/h3>\r\nThe one-variable equation [latex]x+2=5[\/latex] has only one solution [latex]x=3[\/latex] because the number 3 is the only value that satisfies the equation (makes the left side equal to the right side). The truth of the equation depends upon the value that is put in for [latex]x[\/latex]. In other words, the truth of the equation is <em>conditional<\/em> on the value of\u00a0[latex]x[\/latex].\r\n<h3>Case 2: Infinitely Many Solutions (with a condition on the values)<\/h3>\r\nConsider the equation [latex]x+y=2[\/latex]. There are infinite number of solution pairs (x and y) for the equation.\r\n\r\nFor example,\r\n<p style=\"text-align: center;\">[latex]1+1=2[\/latex]\r\n[latex]2+0=2[\/latex]\r\n[latex]4+(\u20132)=2[\/latex]\r\n[latex]\\frac{1}{2}+\\frac{3}{2}=2[\/latex]<\/p>\r\nAny pair of two real numbers with a sum of 2 is a solution of this equation. Even though there are infinitely many solutions, the equation is CONDITIONAL because only those pairs that sum to 2 are solutions of the equation. All other pairs whose sum is not 2 cannot be solutions. A conditional equation means the solution of the equation is constrained to specific value(s).\r\n<h2>Contradictions<\/h2>\r\n<h3>No Solution:<\/h3>\r\nConsider the equation [latex]x^2=\u20134[\/latex]. There is no solution for this equation because the square of any real number is never negative.\r\n<p style=\"text-align: center;\">[latex](+)^2 = +[\/latex]\r\n[latex](\u2013)^2= +[\/latex]<\/p>\r\nTherefore, the equation [latex]x^2=\u20134[\/latex] is a <em><strong>contradiction\u00a0<\/strong><\/em>as it has no real solution.\r\n\r\nSimilarly, the equation [latex]|\\,x\\, |=\u20134[\/latex] is also a contradiction because the absolute value of any number is never negative.\r\n<h2>Identity<\/h2>\r\n<h3>Infinitely Many Solutions (with no condition on the values):<\/h3>\r\nAn <em><strong>identity<\/strong><\/em> is an equation where any value can be a solution of the equation.\r\n\r\nFor example, the equation\u00a0[latex]x=x[\/latex] is an identity because the left side of the equation is ALWAYS equal to the right side of the equation, regardless of the value of [latex]x[\/latex]. The left side and the right side are identical. Any value for the variable\u00a0[latex]x[\/latex] will be a solution because the left side is always equal to the right side no matter what value we plug in for the variable [latex]x[\/latex].\r\n<div class=\"textbox examples\">\r\n<h3>Examples<\/h3>\r\nClassify each equation as conditional, a contradiction, or an identity, and identify how many solutions there are.\r\n\r\n1. [latex]5x-7=3[\/latex]\r\n\r\n2. [latex]\\sqrt{x-6}=-10[\/latex]\r\n\r\n3. [latex]x^4+5x^2+12=0[\/latex]\r\n\r\n4. [latex]4(3x-5)=12x-20[\/latex]\r\n<h4>Solution<\/h4>\r\n1. [latex]5x-7=3[\/latex] is a <strong>conditional equation<\/strong> because only [latex]x=2[\/latex] is a solution. One solution.\r\n\r\n2. [latex]\\sqrt{x-6}=-10[\/latex] is a\u00a0<strong>contradiction<\/strong> because the square root of any number cannot be negative. No solutions.\r\n\r\n3. [latex]x^4+5x^2+12=0[\/latex] is a\u00a0<strong>contradiction<\/strong> because each term is positive and the sum of the terms cannot equal zero. No solutions.\r\n\r\n4. [latex]4(3x-5)=12x-20[\/latex] is an\u00a0<strong>identity<\/strong> because this is an example of the distributive property that is true for all values of\u00a0[latex]x[\/latex]. Infinite solutions.\r\n\r\n<\/div>\r\n<div class=\"textbox tryit\">\r\n<h3>Try It<\/h3>\r\nClassify each equation as conditional, a contradiction, or an identity, and identify how many solutions there are.\r\n\r\n1. [latex]-2x + 2 = 0[\/latex]\r\n\r\n2. [latex]-\\sqrt{x} = -8[\/latex]\r\n\r\n3. [latex]\\large | \\normalsize -3x \\large | \\normalsize = -6[\/latex]\r\n\r\n4. [latex]2x - y= 4[\/latex]\r\n\r\n[reveal-answer q=\"539107\"]Show Answer[\/reveal-answer]\r\n[hidden-answer a=\"539107\"]\r\n<ol>\r\n \t<li>Conditional. One solution. [latex]\\left ( x = 1 \\right )[\/latex]<\/li>\r\n \t<li>Conditional. One solution. [latex]\\left ( x = 64 \\right )[\/latex]<\/li>\r\n \t<li>Contradiction. No solutions. (absolute values cannot be negative)<\/li>\r\n \t<li>Conditional. Infinite solutions.<\/li>\r\n<\/ol>\r\n[\/hidden-answer]\r\n\r\n<\/div>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<\/div>\r\n<\/section><\/div>\r\n<\/div>\r\n<\/div>","rendered":"<div class=\"wrapper\">\n<div id=\"wrap\">\n<div id=\"content\" role=\"main\">\n<div id=\"post-902\" class=\"standard post-902 chapter type-chapter status-publish hentry\">\n<div class=\"entry-content\">\n<div class=\"textbox learning-objectives\">\n<h3>Learning Objectives<\/h3>\n<ul>\n<li>Explain what an equation in one variable represents.<\/li>\n<li>Determine if a given value for a variable is a solution of an equation.<\/li>\n<li>Classify an equation as conditional, a contradiction or an identity.<\/li>\n<\/ul>\n<\/div>\n<div class=\"textbox key-takeaways\">\n<h3>Key words<\/h3>\n<ul>\n<li><strong>solution<\/strong>: a value that can be substituted for a variable to make an equation true.<\/li>\n<li><strong>unknown<\/strong>: a variable in an equation that needs to be solved for.<\/li>\n<li><strong>equation<\/strong>: a mathematical statement that asserts the equivalence of two expressions.<\/li>\n<li><strong>conditional equation<\/strong>: an equation that has a solution<\/li>\n<li><strong>contradiction<\/strong>: an equation that has no solution<\/li>\n<li><strong>identity<\/strong>: an equation that is always true<\/li>\n<\/ul>\n<\/div>\n<h2>What is an Equation?<\/h2>\n<p>An <em><strong>equation<\/strong><\/em> is a mathematical statement that asserts the equivalence of two expressions. For example, the assertion that \u201ctwo plus five equals seven\u201d is represented by the equation [latex]2 + 5 = 7[\/latex].<\/p>\n<p>In most cases, an equation contains one or more variables. For example, the equation [latex]x + 3 = 5[\/latex], read \u201c[latex]x[\/latex]\u00a0plus three equals five\u201d, asserts that the expression [latex]x+3[\/latex]\u00a0is equal to the value [latex]5[\/latex].<\/p>\n<p>It is possible for equations to have more than one variable. For example, [latex]x + y + 7 = 13[\/latex] is an equation in two variables, while [latex]5x^2+y^2+9z^2=36[\/latex] is an equation in three variables.<\/p>\n<h3>Solving Equations<\/h3>\n<p>When an equation contains a variable such as [latex]x[\/latex], this variable is considered an\u00a0<em><strong>unknown\u00a0<\/strong><\/em>value. In many cases, we can find the values for [latex]x[\/latex] that make the equation true. These values are called\u00a0<em><strong>solutions\u00a0<\/strong><\/em>of the equation.<\/p>\n<p>For example, consider the equation we were talking about above: [latex]x + 3 =5[\/latex]. You have probably already guessed that the only possible value of [latex]x[\/latex] that makes the equation true is 2, because [latex]2 + 3 = 5[\/latex]. We use an equals sign to show that we know the value of a given variable. In this case, [latex]x=2[\/latex] is the only solution of the equation[latex]x + 3 =5[\/latex].<\/p>\n<p>The values of the variables that make an equation true are called the\u00a0<em>solutions\u00a0<\/em>of the equation. In turn, <em>solving an equation<\/em> means determining what values for the variables make the equation a true statement.<\/p>\n<p>The equation above was fairly straightforward; it was easy for us to identify the solution as [latex]x = 2[\/latex]. However, it becomes useful to have a process for finding solutions for unknowns as problems become more complex.<\/p>\n<h3>Verifying Solutions<\/h3>\n<p>If a number is found as a solution of an equation, then substituting that number back into the equation in place of the variable should make the equation true. Thus, we can easily check whether a number is a genuine solution to a given equation.<\/p>\n<p>For example, let\u2019s examine whether [latex]x=3[\/latex] is a solution to the equation\u00a0 [latex]2x + 31 = 37[\/latex].<\/p>\n<p>Substituting 3 for [latex]x[\/latex], we have:<\/p>\n<p style=\"text-align: center;\">[latex]2x + 31 = 37 \\\\ 2\\color{blue}{(3)} + 31 = 37 \\\\ 6 + 31 = 37 \\\\ 37 = 37[\/latex]<\/p>\n<p>This equality is a true statement. Therefore, we can conclude that [latex]x = 3[\/latex] is, in fact, a solution of the equation [latex]2x+31=37[\/latex].<\/p>\n<div class=\"textbox examples\">\n<h3>Examples<\/h3>\n<p>Determine whether or not [latex]x=-2[\/latex] is a solution of the following equations:<\/p>\n<p>1. [latex]3x+7=1[\/latex]<\/p>\n<p>2. [latex]-3x^2-x+10=0[\/latex]<\/p>\n<p>3. [latex]\\sqrt{x^2}=x[\/latex]<\/p>\n<h4>Solution<\/h4>\n<p>Replace [latex]x[\/latex] i each equation with [latex]-2[\/latex] and check if the equation is true.<\/p>\n<p>1. [latex]3x+7=1 \\\\ 3\\color{blue}{(-2)}+7=1 \\\\ -6+7=1 \\\\ 1=1[\/latex] TRUE\u00a0[latex]x=-2[\/latex] is a solution.<\/p>\n<p>2. [latex]-3x^2-x+10=0 \\\\ -3(\\color{blue}{(-2)}^2-\\color{blue}{(-2)}+10=0 \\\\ -3\\cdot 4 + 2 + 10 = 0 \\\\ -12 + 2 + 10 = 0 \\\\ 0 = 0[\/latex] TRUE\u00a0[latex]x=-2[\/latex] is a solution.<\/p>\n<p>3. [latex]\\sqrt{x^2}=x \\\\ \\sqrt{\\color{blue}{(-2)}^2}=\\color{blue}{(-2)} \\\\ \\sqrt{4}=-2 \\\\ 2=-2[\/latex] FALSE\u00a0[latex]x=-2[\/latex] is NOT a solution.<\/p>\n<\/div>\n<div class=\"textbox tryit\">\n<h3>Try It<\/h3>\n<p>Determine whether or not [latex]x=3[\/latex] is a solution of the following equations:<\/p>\n<p>1. [latex]-2x+5=-1[\/latex]<\/p>\n<p>2. [latex]-2x^2+4x+30=0[\/latex]<\/p>\n<p>3. [latex]\\sqrt{4x^2}=2x[\/latex]<\/p>\n<div class=\"qa-wrapper\" style=\"display: block\"><span class=\"show-answer collapsed\" style=\"cursor: pointer\" data-target=\"qhjm074\">Show Answer<\/span><\/p>\n<div id=\"qhjm074\" class=\"hidden-answer\" style=\"display: none\">\n<ol>\n<li>[latex]x=3[\/latex] is a solution of\u00a0[latex]-2x+5=-1[\/latex]<\/li>\n<li>[latex]x=3[\/latex] is NOT a solution of\u00a0[latex]-2x^2+4x-6=0[\/latex]<\/li>\n<li>[latex]x=3[\/latex] is a solution of\u00a0[latex]\\sqrt{4x^2}=2x[\/latex]<\/li>\n<\/ol>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<div id=\"wrap\">\n<div id=\"content\" role=\"main\">\n<div id=\"post-902\" class=\"standard post-902 chapter type-chapter status-publish hentry\">\n<div class=\"textbox examples\">\n<h3>Examples<\/h3>\n<p>Determine whether the pair of values [latex]x=1 \\text{ and }y=-2[\/latex] is a solution of the equation.<\/p>\n<p>1. [latex]4x+y=2[\/latex]<\/p>\n<p>2. [latex]x^2 + y^2=-3[\/latex]<\/p>\n<h4>Solution<\/h4>\n<p>Replace [latex]x[\/latex] with [\/altex]1[\/latex] and [latex]y[\/latex] with [latex]-2[\/latex].<\/p>\n<p>1. [latex]4x+y=2 \\\\ 4\\color{blue}{(1)}+\\color{blue}{(-2)}=2 \\\\ 4 + (-2) = 2 \\\\ 2 = 2[\/latex]\u00a0 TRUE.\u00a0[latex]x=1,\\,y=-2[\/latex] is a solution of the equation.<\/p>\n<p>&nbsp;<\/p>\n<p>2.[latex]x^2 + y^2 = -3 \\\\\\color{blue}{(1)}^2 +\\color{blue}{(-2)}^2 = -3 \\\\ 1 + 4 = 3 \\\\ 5 = 3[\/latex] \u00a0FALSE.\u00a0[latex]x=1,\\,y=-2[\/latex] is NOT a solution of the equation.<\/p>\n<\/div>\n<div class=\"textbox tryit\">\n<h3>Try It<\/h3>\n<p>Determine whether the pair of values [latex]x=2 \\text{ and }y=-3[\/latex] is a solution of the equation.<\/p>\n<p>1. [latex]x-y=-1[\/latex]<\/p>\n<p>2. [latex]x^2 - y^2=-5[\/latex]<\/p>\n<div class=\"qa-wrapper\" style=\"display: block\"><span class=\"show-answer collapsed\" style=\"cursor: pointer\" data-target=\"qhjm372\">Show Answer<\/span><\/p>\n<div id=\"qhjm372\" class=\"hidden-answer\" style=\"display: none\">\n<ol>\n<li>[latex]x=2,\\,y=-3[\/latex] is a NOT solution of the equation.<\/li>\n<li>[latex]x=2,\\,y=-3[\/latex] is a solution of the equation.<\/li>\n<\/ol>\n<\/div>\n<\/div>\n<\/div>\n<p>&nbsp;<\/p>\n<h2>Classes of Equations<\/h2>\n<p>Equations can be broadly classified into three categories:<\/p>\n<ol>\n<li>Conditional equations<\/li>\n<li>Contradictions<\/li>\n<li>Identities<\/li>\n<\/ol>\n<p>&nbsp;<\/p>\n<p>Let&#8217;s take a closer look at equations in each of these categories.<\/p>\n<\/div>\n<section class=\"citations-section\" role=\"contentinfo\">\n<div class=\"post-citations sidebar\">\n<h2>Conditional Equations<\/h2>\n<h3>Case 1: Exactly One Solution<\/h3>\n<p>The one-variable equation [latex]x+2=5[\/latex] has only one solution [latex]x=3[\/latex] because the number 3 is the only value that satisfies the equation (makes the left side equal to the right side). The truth of the equation depends upon the value that is put in for [latex]x[\/latex]. In other words, the truth of the equation is <em>conditional<\/em> on the value of\u00a0[latex]x[\/latex].<\/p>\n<h3>Case 2: Infinitely Many Solutions (with a condition on the values)<\/h3>\n<p>Consider the equation [latex]x+y=2[\/latex]. There are infinite number of solution pairs (x and y) for the equation.<\/p>\n<p>For example,<\/p>\n<p style=\"text-align: center;\">[latex]1+1=2[\/latex]<br \/>\n[latex]2+0=2[\/latex]<br \/>\n[latex]4+(\u20132)=2[\/latex]<br \/>\n[latex]\\frac{1}{2}+\\frac{3}{2}=2[\/latex]<\/p>\n<p>Any pair of two real numbers with a sum of 2 is a solution of this equation. Even though there are infinitely many solutions, the equation is CONDITIONAL because only those pairs that sum to 2 are solutions of the equation. All other pairs whose sum is not 2 cannot be solutions. A conditional equation means the solution of the equation is constrained to specific value(s).<\/p>\n<h2>Contradictions<\/h2>\n<h3>No Solution:<\/h3>\n<p>Consider the equation [latex]x^2=\u20134[\/latex]. There is no solution for this equation because the square of any real number is never negative.<\/p>\n<p style=\"text-align: center;\">[latex](+)^2 = +[\/latex]<br \/>\n[latex](\u2013)^2= +[\/latex]<\/p>\n<p>Therefore, the equation [latex]x^2=\u20134[\/latex] is a <em><strong>contradiction\u00a0<\/strong><\/em>as it has no real solution.<\/p>\n<p>Similarly, the equation [latex]|\\,x\\, |=\u20134[\/latex] is also a contradiction because the absolute value of any number is never negative.<\/p>\n<h2>Identity<\/h2>\n<h3>Infinitely Many Solutions (with no condition on the values):<\/h3>\n<p>An <em><strong>identity<\/strong><\/em> is an equation where any value can be a solution of the equation.<\/p>\n<p>For example, the equation\u00a0[latex]x=x[\/latex] is an identity because the left side of the equation is ALWAYS equal to the right side of the equation, regardless of the value of [latex]x[\/latex]. The left side and the right side are identical. Any value for the variable\u00a0[latex]x[\/latex] will be a solution because the left side is always equal to the right side no matter what value we plug in for the variable [latex]x[\/latex].<\/p>\n<div class=\"textbox examples\">\n<h3>Examples<\/h3>\n<p>Classify each equation as conditional, a contradiction, or an identity, and identify how many solutions there are.<\/p>\n<p>1. [latex]5x-7=3[\/latex]<\/p>\n<p>2. [latex]\\sqrt{x-6}=-10[\/latex]<\/p>\n<p>3. [latex]x^4+5x^2+12=0[\/latex]<\/p>\n<p>4. [latex]4(3x-5)=12x-20[\/latex]<\/p>\n<h4>Solution<\/h4>\n<p>1. [latex]5x-7=3[\/latex] is a <strong>conditional equation<\/strong> because only [latex]x=2[\/latex] is a solution. One solution.<\/p>\n<p>2. [latex]\\sqrt{x-6}=-10[\/latex] is a\u00a0<strong>contradiction<\/strong> because the square root of any number cannot be negative. No solutions.<\/p>\n<p>3. [latex]x^4+5x^2+12=0[\/latex] is a\u00a0<strong>contradiction<\/strong> because each term is positive and the sum of the terms cannot equal zero. No solutions.<\/p>\n<p>4. [latex]4(3x-5)=12x-20[\/latex] is an\u00a0<strong>identity<\/strong> because this is an example of the distributive property that is true for all values of\u00a0[latex]x[\/latex]. Infinite solutions.<\/p>\n<\/div>\n<div class=\"textbox tryit\">\n<h3>Try It<\/h3>\n<p>Classify each equation as conditional, a contradiction, or an identity, and identify how many solutions there are.<\/p>\n<p>1. [latex]-2x + 2 = 0[\/latex]<\/p>\n<p>2. [latex]-\\sqrt{x} = -8[\/latex]<\/p>\n<p>3. [latex]\\large | \\normalsize -3x \\large | \\normalsize = -6[\/latex]<\/p>\n<p>4. [latex]2x - y= 4[\/latex]<\/p>\n<div class=\"qa-wrapper\" style=\"display: block\"><span class=\"show-answer collapsed\" style=\"cursor: pointer\" data-target=\"q539107\">Show Answer<\/span><\/p>\n<div id=\"q539107\" class=\"hidden-answer\" style=\"display: none\">\n<ol>\n<li>Conditional. One solution. [latex]\\left ( x = 1 \\right )[\/latex]<\/li>\n<li>Conditional. One solution. [latex]\\left ( x = 64 \\right )[\/latex]<\/li>\n<li>Contradiction. No solutions. (absolute values cannot be negative)<\/li>\n<li>Conditional. Infinite solutions.<\/li>\n<\/ol>\n<\/div>\n<\/div>\n<\/div>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n<\/div>\n<\/section>\n<\/div>\n<\/div>\n<\/div>\n\n\t\t\t <section class=\"citations-section\" role=\"contentinfo\">\n\t\t\t <h3>Candela Citations<\/h3>\n\t\t\t\t\t <div>\n\t\t\t\t\t\t <div id=\"citation-list-632\">\n\t\t\t\t\t\t\t <div class=\"licensing\"><div class=\"license-attribution-dropdown-subheading\">CC licensed content, Original<\/div><ul class=\"citation-list\"><li>All examples and Try Its. <strong>Authored by<\/strong>: Hazel McKenna. <strong>Provided by<\/strong>: Utah Valley University. <strong>License<\/strong>: <em><a target=\"_blank\" rel=\"license\" href=\"https:\/\/creativecommons.org\/licenses\/by\/4.0\/\">CC BY: Attribution<\/a><\/em><\/li><li>Classes of Equations. <strong>Authored by<\/strong>: Leo Chang and Hazel McKenna. <strong>Provided by<\/strong>: Utah Valley University. <strong>License<\/strong>: <em><a target=\"_blank\" rel=\"license\" href=\"https:\/\/creativecommons.org\/licenses\/by\/4.0\/\">CC BY: Attribution<\/a><\/em><\/li><\/ul><div class=\"license-attribution-dropdown-subheading\">CC licensed content, Shared previously<\/div><ul class=\"citation-list\"><li>Curation and Revision. <strong>Authored by<\/strong>: Boundless.com. <strong>License<\/strong>: <em><a target=\"_blank\" rel=\"license\" href=\"https:\/\/creativecommons.org\/about\/pdm\">Public Domain: No Known Copyright<\/a><\/em><\/li><\/ul><\/div>\n\t\t\t\t\t\t <\/div>\n\t\t\t\t\t <\/div>\n\t\t\t <\/section>","protected":false},"author":422605,"menu_order":7,"template":"","meta":{"_candela_citation":"[{\"type\":\"cc\",\"description\":\"Curation and Revision\",\"author\":\"Boundless.com\",\"organization\":\"\",\"url\":\"\",\"project\":\"\",\"license\":\"pd\",\"license_terms\":\"\"},{\"type\":\"original\",\"description\":\"All examples and Try Its\",\"author\":\"Hazel McKenna\",\"organization\":\"Utah Valley University\",\"url\":\"\",\"project\":\"\",\"license\":\"cc-by\",\"license_terms\":\"\"},{\"type\":\"original\",\"description\":\"Classes of Equations\",\"author\":\"Leo Chang and Hazel McKenna\",\"organization\":\"Utah Valley University\",\"url\":\"\",\"project\":\"\",\"license\":\"cc-by\",\"license_terms\":\"\"}]","CANDELA_OUTCOMES_GUID":"","pb_show_title":"on","pb_short_title":"","pb_subtitle":"","pb_authors":[],"pb_section_license":""},"chapter-type":[],"contributor":[],"license":[],"class_list":["post-632","chapter","type-chapter","status-publish","hentry"],"part":615,"_links":{"self":[{"href":"https:\/\/courses.lumenlearning.com\/uvu-introductoryalgebra\/wp-json\/pressbooks\/v2\/chapters\/632","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/courses.lumenlearning.com\/uvu-introductoryalgebra\/wp-json\/pressbooks\/v2\/chapters"}],"about":[{"href":"https:\/\/courses.lumenlearning.com\/uvu-introductoryalgebra\/wp-json\/wp\/v2\/types\/chapter"}],"author":[{"embeddable":true,"href":"https:\/\/courses.lumenlearning.com\/uvu-introductoryalgebra\/wp-json\/wp\/v2\/users\/422605"}],"version-history":[{"count":10,"href":"https:\/\/courses.lumenlearning.com\/uvu-introductoryalgebra\/wp-json\/pressbooks\/v2\/chapters\/632\/revisions"}],"predecessor-version":[{"id":2770,"href":"https:\/\/courses.lumenlearning.com\/uvu-introductoryalgebra\/wp-json\/pressbooks\/v2\/chapters\/632\/revisions\/2770"}],"part":[{"href":"https:\/\/courses.lumenlearning.com\/uvu-introductoryalgebra\/wp-json\/pressbooks\/v2\/parts\/615"}],"metadata":[{"href":"https:\/\/courses.lumenlearning.com\/uvu-introductoryalgebra\/wp-json\/pressbooks\/v2\/chapters\/632\/metadata\/"}],"wp:attachment":[{"href":"https:\/\/courses.lumenlearning.com\/uvu-introductoryalgebra\/wp-json\/wp\/v2\/media?parent=632"}],"wp:term":[{"taxonomy":"chapter-type","embeddable":true,"href":"https:\/\/courses.lumenlearning.com\/uvu-introductoryalgebra\/wp-json\/pressbooks\/v2\/chapter-type?post=632"},{"taxonomy":"contributor","embeddable":true,"href":"https:\/\/courses.lumenlearning.com\/uvu-introductoryalgebra\/wp-json\/wp\/v2\/contributor?post=632"},{"taxonomy":"license","embeddable":true,"href":"https:\/\/courses.lumenlearning.com\/uvu-introductoryalgebra\/wp-json\/wp\/v2\/license?post=632"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}