{"id":1352,"date":"2021-12-02T19:37:37","date_gmt":"2021-12-03T00:37:37","guid":{"rendered":"https:\/\/opentextbc.ca\/intermediatealgebraberg\/chapter\/6-4-basic-operations-using-polynomials\/"},"modified":"2023-08-30T14:55:31","modified_gmt":"2023-08-30T18:55:31","slug":"basic-operations-using-polynomials","status":"publish","type":"chapter","link":"https:\/\/opentextbc.ca\/intermediatealgebraberg\/chapter\/basic-operations-using-polynomials\/","title":{"raw":"6.4 Basic Operations Using Polynomials","rendered":"6.4 Basic Operations Using Polynomials"},"content":{"raw":"Many applications in mathematics have to do with what are called polynomials. Polynomials are made up of terms. Terms are a product of numbers and\/or variables. For example, [latex]5x[\/latex], [latex]2y^2[\/latex], [latex]-5[\/latex], [latex]ab^3c[\/latex], and [latex]x[\/latex] are all terms. Terms are connected to each other by addition or subtraction.\r\n\r\nExpressions are often defined by the number of terms they have.\r\n<p style=\"text-align: center;\">[latex]\\begin{array}{l}\r\n\\text{A monomial has one term, such as } x, xy, 3x^2.\\\\\r\n\\text{A binomial has two terms connected by a + or -, such as } a^2-b^2, 3x-y, 4x+2xy^3 \\\\\r\n\\text{A trinomial has three terms connected by a + or -, such as } ax^2 + bx + c\r\n\\end{array}[\/latex]<\/p>\r\nThe term polynomial is generic for many terms. Monomials, binomials, trinomials, and expressions with more terms all fall under the umbrella of \u201cpolynomials.\u201d\r\n\r\nPolynomials are classified by the sum of exponents of the term with the highest exponent sum, which is called the degree of the polynomial.\r\n<p style=\"text-align: left;\">A <strong>first degree polynomial<\/strong> is a linear polynomial and would not have any terms with a sum of exponents greater than one. Examples include [latex]3x + 2y + 4z[\/latex], [latex]42x - 56y[\/latex], [latex]22z[\/latex].<\/p>\r\n<p style=\"text-align: left;\">A <strong>second degree polynomial<\/strong> is a quadratic polynomial and\u00a0would not have any terms with a sum of exponents greater than two. Examples include [latex]3x^2 + 2x + 4y^2[\/latex], [latex]42xy - 3z[\/latex], [latex]2zx[\/latex].<\/p>\r\n<p style=\"text-align: left;\">A <strong>third degree polynomial<\/strong> is a cubic polynomial and\u00a0would not have any terms with a sum of exponents greater than three. Examples include [latex]5x^2 + 2xy^2 + 4y^2[\/latex], [latex]42xyz - 5z^2[\/latex], [latex]3zx^2[\/latex].<\/p>\r\n<p style=\"text-align: left;\">A <strong>fourth degree polynomial<\/strong> is a quartic polynomial and would not have any terms with a sum of exponents greater than four. Examples include [latex]5x^2 + 3xy^2z + 4y^2[\/latex], [latex]42xyz - 6z^4[\/latex], [latex]8z^3x[\/latex].<\/p>\r\n<p style=\"text-align: left;\">A <strong>fifth degree polynomial<\/strong> is a quintic polynomial.<\/p>\r\n<p style=\"text-align: left;\">A <strong>sixth degree polynomial<\/strong> is a sextic polynomial.<\/p>\r\n<p style=\"text-align: left;\">A <strong>seventh degree polynomial<\/strong> is a septic polynomial.<\/p>\r\n<p style=\"text-align: left;\">A <strong>eighth degree polynomial<\/strong> is a octic polynomial.<\/p>\r\n<p style=\"text-align: left;\">A <strong>ninth degree polynomial<\/strong> is a nonic polynomial.<\/p>\r\n<p style=\"text-align: left;\">A <strong>tenth degree polynomial<\/strong> is a decic polynomial.<\/p>\r\nThe degree of any term is the sum of its exponents:\r\n<p style=\"text-align: center;\">[latex]x^9, x^7y^2, x^3y^3z^3[\/latex] are all ninth degree terms (nonic polynomial)<\/p>\r\n<p style=\"text-align: center;\">[latex]x^6, x^4y^2, x^3yz^2[\/latex] are all sixth degree terms (sextic polynomial)<\/p>\r\n<p style=\"text-align: center;\">[latex]x^4, x^2y^2, xyz^2[\/latex] are all fourth degree terms (quartic polynomial)<\/p>\r\nTerms of a polynomial are named in the order of their appearance. For instance, the polynomial [latex]2x^4y + x^3y^2 - x^2y^3 + 5xy^4[\/latex] has four terms, each one of the fifth degree. The terms are numbered in order for this polynomial, starting from the first term [latex](2x^4y)[\/latex] and continuing to the second ((x^3y^2)[\/latex], third [latex](-x^2y^3)[\/latex], and fourth terms [latex](5xy^4)[\/latex].\r\n\r\nIf it is known what the variable in a polynomial represents, it is possible to substitute in the value and evaluate the polynomial, as shown in the following example.\r\n<div class=\"textbox textbox--examples\"><header class=\"textbox__header\">\r\n<p class=\"textbox__title\">Example 6.4.1<\/p>\r\n\r\n<\/header>\r\n<div class=\"textbox__content\">\r\n\r\nSimplify the expression [latex]2x^2 - 4x + 6[\/latex] using [latex]x = -4[\/latex].\r\n<p style=\"text-align: center;\">[latex]\\begin{array}{rlllll}\r\n\\text{When } x=-4, \\text{ replace all }x\\text{ with }-4:&amp;2x^2&amp;-&amp;4x&amp;+&amp;6 \\\\\r\n\\text{Reduce the exponents:}&amp;2(-4)^2&amp;-&amp;4(-4)&amp;+&amp;6 \\\\\r\n\\text{Multiply all coefficients:}&amp;2(16)&amp;-&amp;4(-4)&amp;+&amp;6 \\\\\r\n\\text{Add:}&amp;32&amp;+&amp;16&amp;+&amp;6 \\\\\r\n\\text{Solution:}&amp;54&amp;&amp;&amp;&amp;\r\n\\end{array}[\/latex]<\/p>\r\n\r\n<\/div>\r\n<\/div>\r\nRemember the exponent only affects the number to which it is physically attached. This means \u22123<sup>2<\/sup> = \u22129 because the exponent is only attached to the 3, whereas (\u22123)<sup>2<\/sup> = 9 because the exponent is attached to the parentheses and everything inside.\r\n<div class=\"textbox textbox--examples\"><header class=\"textbox__header\">\r\n<p class=\"textbox__title\">Example 6.4.2<\/p>\r\n\r\n<\/header>\r\n<div class=\"textbox__content\">\r\n\r\nSimplify the expression [latex]-x^2 + 2x + 6[\/latex] using [latex]x = 3[\/latex].\r\n<p style=\"text-align: center;\">[latex]\\begin{array}{rlllll}\r\n\\text{When }x=3,\\text{ replace all }x \\text{ with 3:}&amp;-x^2&amp;+&amp;2x&amp;+&amp;6 \\\\\r\n\\text{Reduce the exponents:}&amp;-(3)^2&amp;+&amp;2(3)&amp;+&amp;6 \\\\\r\n\\text{Multiply:}&amp;-9&amp;+&amp;2(3)&amp;+&amp;6 \\\\\r\n\\text{Add:}&amp;-9&amp;+&amp;6&amp;+&amp;6 \\\\\r\n\\text{Solution:}&amp;3&amp;&amp;&amp;&amp;\r\n\\end{array}[\/latex]<\/p>\r\n\r\n<\/div>\r\n<\/div>\r\n<p class=\"p3 no-indent\"><span class=\"s1\">Sometimes, when working with polynomials, the value of the variable is unknown and the polynomial will be simplified rather than ending with some value. The simplest operation with polynomials is addition. When adding polynomials, it is merely combining like terms. Consider the following example.<\/span><\/p>\r\n\r\n<div class=\"textbox textbox--examples\"><header class=\"textbox__header\">\r\n<p class=\"textbox__title\">Example 6.4.3<\/p>\r\n\r\n<\/header>\r\n<div class=\"textbox__content\">\r\n\r\nSimplify the expression [latex](4x^3 - 2x + 8) + (3x^3 - 9x^2 - 11).[\/latex]\r\n\r\nThe first thing one should do is place the equations one over top of the other, ordering each of the terms into columns so they can simply be added or subtracted.\r\n<p style=\"text-align: center;\">[latex]\\begin{array}{rrrrrrrl}\r\n4x^3&amp;&amp;&amp;-&amp;2x&amp;+&amp;8&amp; \\\\\r\n3x^3&amp;-&amp;9x^2&amp;&amp;&amp;-&amp;11&amp;\\text{Add each of the columns} \\\\\r\n\\hline\r\n7x^3&amp;-&amp;9x^2&amp;-&amp;2x&amp;-&amp;3&amp;\\text{Solution} \\\\\r\n\\end{array}[\/latex]<\/p>\r\n\r\n<\/div>\r\n<\/div>\r\n<p class=\"p3 no-indent\"><span class=\"s1\">Subtracting polynomials is almost as fast as addition. Subtraction is generally shown by a minus sign in front of the parentheses. When there is a negative sign in front of parentheses, distribute it throughout the expression, changing the signs of everything inside. <\/span><\/p>\r\n\r\n<div class=\"textbox textbox--examples\"><header class=\"textbox__header\">\r\n<p class=\"textbox__title\">Example 6.4.4<\/p>\r\n\r\n<\/header>\r\n<div class=\"textbox__content\">\r\n\r\nSimplify the expression [latex](5x^2 - 2x + 7) - (3x^2 + 6x - 4).[\/latex]\r\n<p style=\"text-align: center;\">[latex]\\begin{array}{rrrrrrl}\r\n&amp;5x^2&amp;-&amp;2x&amp;+&amp;7&amp; \\\\\r\n-&amp;(3x^2&amp;+&amp;6x&amp;-&amp;4)&amp;\\text{Subtract each bottom term from each top term} \\\\\r\n\\hline\r\n&amp;2x^2&amp;-&amp;8x&amp;+&amp;11&amp;\\text{Solution}\r\n\\end{array}[\/latex]<\/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 6.4.5<\/p>\r\n\r\n<\/header>\r\n<div class=\"textbox__content\">\r\n\r\nSimplify the expression [latex](2x^2 - 4x + 3) + (5x^2 - 6x + 1) - (x^2 - 9x + 8).[\/latex]\r\n\r\n[latex]\\begin{array}{rrrrrrl}\r\n&amp;2x^2&amp;-&amp;4x&amp;+&amp;3&amp; \\\\\r\n&amp;5x^2&amp;-&amp;6x&amp;+&amp;1&amp; \\\\\r\n-&amp;(x^2&amp;-&amp;9x&amp;+&amp;8)&amp;\\text{Add and subtract} \\\\\r\n\\hline\r\n&amp;6x^2&amp;-&amp;x&amp;-&amp;4&amp;\\text{Solution} \\\\\r\n\\end{array}[\/latex]\r\n\r\n<\/div>\r\n<\/div>\r\n<h1>Questions<\/h1>\r\nFor questions 1 to 8, simplify each expression using the variables given.\r\n<ol>\r\n \t<li>[latex]-a^3 - a^2 + 6a - 21 \\text{ when }a = -4[\/latex]<\/li>\r\n \t<li>[latex]n^2 + 3n - 11 \\text{ when }n = -6[\/latex]<\/li>\r\n \t<li>[latex]-5n^4 - 11n^3 - 9n^2 - n - 5 \\text{ when } n = -1[\/latex]<\/li>\r\n \t<li>[latex]x^4 - 5x^3 - x + 13 \\text{ when } x = 5[\/latex]<\/li>\r\n \t<li>[latex]x^2 + 9x + 23 \\text{ when } x = -3[\/latex]<\/li>\r\n \t<li>[latex]-6x^3 + 41x^2 - 32x + 11 \\text{ when } x = 6[\/latex]<\/li>\r\n \t<li>[latex]x^4 - 6x^3 + x^2 - 24 \\text{ when } x = 6[\/latex]<\/li>\r\n \t<li>[latex]m^4 + 8m^3 + 14m^2 + 13m + 5 \\text{ when } m = -6[\/latex]<\/li>\r\n<\/ol>\r\nFor questions 9 to 28, simplify the following expressions.\r\n<ol start=\"9\">\r\n \t<li>[latex](5p - 5p^4) - (8p - 8p^4)[\/latex]<\/li>\r\n \t<li>[latex](7m^2 + 5m^3) - (6m^3 - 5m^2)[\/latex]<\/li>\r\n \t<li>[latex](1 + 5p^3) - (1 - 8p^3)[\/latex]<\/li>\r\n \t<li>[latex](6x^3 + 5x) - (8x + 6x^3)[\/latex]<\/li>\r\n \t<li>[latex](5n^4 + 6n^3) + (8 - 3n^3 - 5n^4)[\/latex]<\/li>\r\n \t<li>[latex](8x^2 + 1) - (6 - x^2 - x^4)[\/latex]<\/li>\r\n \t<li>[latex](2a + 2a^4) - (3a^2 - 5a^4 + 4a)[\/latex]<\/li>\r\n \t<li>[latex](6v + 8v^3) + (3 + 4v^3 - 3v)[\/latex]<\/li>\r\n \t<li>[latex](4p^2 - 3 - 2p) - (3p^2 - 6p + 3)[\/latex]<\/li>\r\n \t<li>[latex](7 + 4m + 8m^4) - (5m^4 + 1 + 6m)[\/latex]<\/li>\r\n \t<li>[latex](3 + 2n^2 + 4n^4) + (n^3 - 7n^2 - 4n^4)[\/latex]<\/li>\r\n \t<li>[latex](7x^2 + 2x^4 + 7x^3) + (6x^3 - 8x^4 - 7x^2)[\/latex]<\/li>\r\n \t<li>[latex](8r^4 - 5r^3 + 5r^2) + (2r^2 + 2r^3 - 7r^4 + 1)[\/latex]<\/li>\r\n \t<li>[latex](4x^3 + x - 7x^2) + (x^2 - 8 + 2x + 6x^3)[\/latex]<\/li>\r\n \t<li>[latex](2n^2 + 7n^4 - 2) + (2 + 2n^3 + 4n^2 + 2n^4)[\/latex]<\/li>\r\n \t<li>[latex](7b^3 - 4b + 4b^4) - (8b^3 - 4b^2 + 2b^4 - 8b)[\/latex]<\/li>\r\n \t<li>[latex](8 - b + 7b^3) - (3b^4 + 7b - 8 + 7b^2) + (3 - 3b + 6b^3)[\/latex]<\/li>\r\n \t<li>[latex](1 - 3n^4 - 8n^3) + (7n^4 + 2 - 6n^2 + 3n^3) + (4n^3 + 8n^4 + 7)[\/latex]<\/li>\r\n \t<li>[latex](8x^4 + 2x^3 + 2x) + (2x + 2 - 2x^3 - x^4) - (x^3 + 5x^4 + 8x)[\/latex]<\/li>\r\n \t<li>[latex](6x - 5x^4 - 4x^2) - (2x - 7x^2 - 4x^4 - 8) - (8 - 6x^2 - 4x^4)[\/latex]<\/li>\r\n<\/ol>\r\n<a class=\"internal\" href=\"https:\/\/opentextbc.ca\/intermediatealgebraberg\/back-matter\/answer-key-6-4\/\">Answer Key 6.4<\/a>","rendered":"<p>Many applications in mathematics have to do with what are called polynomials. Polynomials are made up of terms. Terms are a product of numbers and\/or variables. For example, [latex]5x[\/latex], [latex]2y^2[\/latex], [latex]-5[\/latex], [latex]ab^3c[\/latex], and [latex]x[\/latex] are all terms. Terms are connected to each other by addition or subtraction.<\/p>\n<p>Expressions are often defined by the number of terms they have.<\/p>\n<p style=\"text-align: center;\">[latex]\\begin{array}{l}  \\text{A monomial has one term, such as } x, xy, 3x^2.\\\\  \\text{A binomial has two terms connected by a + or -, such as } a^2-b^2, 3x-y, 4x+2xy^3 \\\\  \\text{A trinomial has three terms connected by a + or -, such as } ax^2 + bx + c  \\end{array}[\/latex]<\/p>\n<p>The term polynomial is generic for many terms. Monomials, binomials, trinomials, and expressions with more terms all fall under the umbrella of \u201cpolynomials.\u201d<\/p>\n<p>Polynomials are classified by the sum of exponents of the term with the highest exponent sum, which is called the degree of the polynomial.<\/p>\n<p style=\"text-align: left;\">A <strong>first degree polynomial<\/strong> is a linear polynomial and would not have any terms with a sum of exponents greater than one. Examples include [latex]3x + 2y + 4z[\/latex], [latex]42x - 56y[\/latex], [latex]22z[\/latex].<\/p>\n<p style=\"text-align: left;\">A <strong>second degree polynomial<\/strong> is a quadratic polynomial and\u00a0would not have any terms with a sum of exponents greater than two. Examples include [latex]3x^2 + 2x + 4y^2[\/latex], [latex]42xy - 3z[\/latex], [latex]2zx[\/latex].<\/p>\n<p style=\"text-align: left;\">A <strong>third degree polynomial<\/strong> is a cubic polynomial and\u00a0would not have any terms with a sum of exponents greater than three. Examples include [latex]5x^2 + 2xy^2 + 4y^2[\/latex], [latex]42xyz - 5z^2[\/latex], [latex]3zx^2[\/latex].<\/p>\n<p style=\"text-align: left;\">A <strong>fourth degree polynomial<\/strong> is a quartic polynomial and would not have any terms with a sum of exponents greater than four. Examples include [latex]5x^2 + 3xy^2z + 4y^2[\/latex], [latex]42xyz - 6z^4[\/latex], [latex]8z^3x[\/latex].<\/p>\n<p style=\"text-align: left;\">A <strong>fifth degree polynomial<\/strong> is a quintic polynomial.<\/p>\n<p style=\"text-align: left;\">A <strong>sixth degree polynomial<\/strong> is a sextic polynomial.<\/p>\n<p style=\"text-align: left;\">A <strong>seventh degree polynomial<\/strong> is a septic polynomial.<\/p>\n<p style=\"text-align: left;\">A <strong>eighth degree polynomial<\/strong> is a octic polynomial.<\/p>\n<p style=\"text-align: left;\">A <strong>ninth degree polynomial<\/strong> is a nonic polynomial.<\/p>\n<p style=\"text-align: left;\">A <strong>tenth degree polynomial<\/strong> is a decic polynomial.<\/p>\n<p>The degree of any term is the sum of its exponents:<\/p>\n<p style=\"text-align: center;\">[latex]x^9, x^7y^2, x^3y^3z^3[\/latex] are all ninth degree terms (nonic polynomial)<\/p>\n<p style=\"text-align: center;\">[latex]x^6, x^4y^2, x^3yz^2[\/latex] are all sixth degree terms (sextic polynomial)<\/p>\n<p style=\"text-align: center;\">[latex]x^4, x^2y^2, xyz^2[\/latex] are all fourth degree terms (quartic polynomial)<\/p>\n<p>Terms of a polynomial are named in the order of their appearance. For instance, the polynomial [latex]2x^4y + x^3y^2 - x^2y^3 + 5xy^4[\/latex] has four terms, each one of the fifth degree. The terms are numbered in order for this polynomial, starting from the first term [latex](2x^4y)[\/latex] and continuing to the second ((x^3y^2)[\/latex], third [latex](-x^2y^3)[\/latex], and fourth terms [latex](5xy^4)[\/latex].<\/p>\n<p>If it is known what the variable in a polynomial represents, it is possible to substitute in the value and evaluate the polynomial, as shown in the following example.<\/p>\n<div class=\"textbox textbox--examples\">\n<header class=\"textbox__header\">\n<p class=\"textbox__title\">Example 6.4.1<\/p>\n<\/header>\n<div class=\"textbox__content\">\n<p>Simplify the expression [latex]2x^2 - 4x + 6[\/latex] using [latex]x = -4[\/latex].<\/p>\n<p style=\"text-align: center;\">[latex]\\begin{array}{rlllll}  \\text{When } x=-4, \\text{ replace all }x\\text{ with }-4:&2x^2&-&4x&+&6 \\\\  \\text{Reduce the exponents:}&2(-4)^2&-&4(-4)&+&6 \\\\  \\text{Multiply all coefficients:}&2(16)&-&4(-4)&+&6 \\\\  \\text{Add:}&32&+&16&+&6 \\\\  \\text{Solution:}&54&&&&  \\end{array}[\/latex]<\/p>\n<\/div>\n<\/div>\n<p>Remember the exponent only affects the number to which it is physically attached. This means \u22123<sup>2<\/sup> = \u22129 because the exponent is only attached to the 3, whereas (\u22123)<sup>2<\/sup> = 9 because the exponent is attached to the parentheses and everything inside.<\/p>\n<div class=\"textbox textbox--examples\">\n<header class=\"textbox__header\">\n<p class=\"textbox__title\">Example 6.4.2<\/p>\n<\/header>\n<div class=\"textbox__content\">\n<p>Simplify the expression [latex]-x^2 + 2x + 6[\/latex] using [latex]x = 3[\/latex].<\/p>\n<p style=\"text-align: center;\">[latex]\\begin{array}{rlllll}  \\text{When }x=3,\\text{ replace all }x \\text{ with 3:}&-x^2&+&2x&+&6 \\\\  \\text{Reduce the exponents:}&-(3)^2&+&2(3)&+&6 \\\\  \\text{Multiply:}&-9&+&2(3)&+&6 \\\\  \\text{Add:}&-9&+&6&+&6 \\\\  \\text{Solution:}&3&&&&  \\end{array}[\/latex]<\/p>\n<\/div>\n<\/div>\n<p class=\"p3 no-indent\"><span class=\"s1\">Sometimes, when working with polynomials, the value of the variable is unknown and the polynomial will be simplified rather than ending with some value. The simplest operation with polynomials is addition. When adding polynomials, it is merely combining like terms. Consider the following example.<\/span><\/p>\n<div class=\"textbox textbox--examples\">\n<header class=\"textbox__header\">\n<p class=\"textbox__title\">Example 6.4.3<\/p>\n<\/header>\n<div class=\"textbox__content\">\n<p>Simplify the expression [latex](4x^3 - 2x + 8) + (3x^3 - 9x^2 - 11).[\/latex]<\/p>\n<p>The first thing one should do is place the equations one over top of the other, ordering each of the terms into columns so they can simply be added or subtracted.<\/p>\n<p style=\"text-align: center;\">[latex]\\begin{array}{rrrrrrrl}  4x^3&&&-&2x&+&8& \\\\  3x^3&-&9x^2&&&-&11&\\text{Add each of the columns} \\\\  \\hline  7x^3&-&9x^2&-&2x&-&3&\\text{Solution} \\\\  \\end{array}[\/latex]<\/p>\n<\/div>\n<\/div>\n<p class=\"p3 no-indent\"><span class=\"s1\">Subtracting polynomials is almost as fast as addition. Subtraction is generally shown by a minus sign in front of the parentheses. When there is a negative sign in front of parentheses, distribute it throughout the expression, changing the signs of everything inside. <\/span><\/p>\n<div class=\"textbox textbox--examples\">\n<header class=\"textbox__header\">\n<p class=\"textbox__title\">Example 6.4.4<\/p>\n<\/header>\n<div class=\"textbox__content\">\n<p>Simplify the expression [latex](5x^2 - 2x + 7) - (3x^2 + 6x - 4).[\/latex]<\/p>\n<p style=\"text-align: center;\">[latex]\\begin{array}{rrrrrrl}  &5x^2&-&2x&+&7& \\\\  -&(3x^2&+&6x&-&4)&\\text{Subtract each bottom term from each top term} \\\\  \\hline  &2x^2&-&8x&+&11&\\text{Solution}  \\end{array}[\/latex]<\/p>\n<\/div>\n<\/div>\n<div class=\"textbox textbox--examples\">\n<header class=\"textbox__header\">\n<p class=\"textbox__title\">Example 6.4.5<\/p>\n<\/header>\n<div class=\"textbox__content\">\n<p>Simplify the expression [latex](2x^2 - 4x + 3) + (5x^2 - 6x + 1) - (x^2 - 9x + 8).[\/latex]<\/p>\n<p>[latex]\\begin{array}{rrrrrrl}  &2x^2&-&4x&+&3& \\\\  &5x^2&-&6x&+&1& \\\\  -&(x^2&-&9x&+&8)&\\text{Add and subtract} \\\\  \\hline  &6x^2&-&x&-&4&\\text{Solution} \\\\  \\end{array}[\/latex]<\/p>\n<\/div>\n<\/div>\n<h1>Questions<\/h1>\n<p>For questions 1 to 8, simplify each expression using the variables given.<\/p>\n<ol>\n<li>[latex]-a^3 - a^2 + 6a - 21 \\text{ when }a = -4[\/latex]<\/li>\n<li>[latex]n^2 + 3n - 11 \\text{ when }n = -6[\/latex]<\/li>\n<li>[latex]-5n^4 - 11n^3 - 9n^2 - n - 5 \\text{ when } n = -1[\/latex]<\/li>\n<li>[latex]x^4 - 5x^3 - x + 13 \\text{ when } x = 5[\/latex]<\/li>\n<li>[latex]x^2 + 9x + 23 \\text{ when } x = -3[\/latex]<\/li>\n<li>[latex]-6x^3 + 41x^2 - 32x + 11 \\text{ when } x = 6[\/latex]<\/li>\n<li>[latex]x^4 - 6x^3 + x^2 - 24 \\text{ when } x = 6[\/latex]<\/li>\n<li>[latex]m^4 + 8m^3 + 14m^2 + 13m + 5 \\text{ when } m = -6[\/latex]<\/li>\n<\/ol>\n<p>For questions 9 to 28, simplify the following expressions.<\/p>\n<ol start=\"9\">\n<li>[latex](5p - 5p^4) - (8p - 8p^4)[\/latex]<\/li>\n<li>[latex](7m^2 + 5m^3) - (6m^3 - 5m^2)[\/latex]<\/li>\n<li>[latex](1 + 5p^3) - (1 - 8p^3)[\/latex]<\/li>\n<li>[latex](6x^3 + 5x) - (8x + 6x^3)[\/latex]<\/li>\n<li>[latex](5n^4 + 6n^3) + (8 - 3n^3 - 5n^4)[\/latex]<\/li>\n<li>[latex](8x^2 + 1) - (6 - x^2 - x^4)[\/latex]<\/li>\n<li>[latex](2a + 2a^4) - (3a^2 - 5a^4 + 4a)[\/latex]<\/li>\n<li>[latex](6v + 8v^3) + (3 + 4v^3 - 3v)[\/latex]<\/li>\n<li>[latex](4p^2 - 3 - 2p) - (3p^2 - 6p + 3)[\/latex]<\/li>\n<li>[latex](7 + 4m + 8m^4) - (5m^4 + 1 + 6m)[\/latex]<\/li>\n<li>[latex](3 + 2n^2 + 4n^4) + (n^3 - 7n^2 - 4n^4)[\/latex]<\/li>\n<li>[latex](7x^2 + 2x^4 + 7x^3) + (6x^3 - 8x^4 - 7x^2)[\/latex]<\/li>\n<li>[latex](8r^4 - 5r^3 + 5r^2) + (2r^2 + 2r^3 - 7r^4 + 1)[\/latex]<\/li>\n<li>[latex](4x^3 + x - 7x^2) + (x^2 - 8 + 2x + 6x^3)[\/latex]<\/li>\n<li>[latex](2n^2 + 7n^4 - 2) + (2 + 2n^3 + 4n^2 + 2n^4)[\/latex]<\/li>\n<li>[latex](7b^3 - 4b + 4b^4) - (8b^3 - 4b^2 + 2b^4 - 8b)[\/latex]<\/li>\n<li>[latex](8 - b + 7b^3) - (3b^4 + 7b - 8 + 7b^2) + (3 - 3b + 6b^3)[\/latex]<\/li>\n<li>[latex](1 - 3n^4 - 8n^3) + (7n^4 + 2 - 6n^2 + 3n^3) + (4n^3 + 8n^4 + 7)[\/latex]<\/li>\n<li>[latex](8x^4 + 2x^3 + 2x) + (2x + 2 - 2x^3 - x^4) - (x^3 + 5x^4 + 8x)[\/latex]<\/li>\n<li>[latex](6x - 5x^4 - 4x^2) - (2x - 7x^2 - 4x^4 - 8) - (8 - 6x^2 - 4x^4)[\/latex]<\/li>\n<\/ol>\n<p><a class=\"internal\" href=\"https:\/\/opentextbc.ca\/intermediatealgebraberg\/back-matter\/answer-key-6-4\/\">Answer Key 6.4<\/a><\/p>\n","protected":false},"author":90,"menu_order":4,"template":"","meta":{"pb_show_title":"on","pb_short_title":"","pb_subtitle":"","pb_authors":[],"pb_section_license":"cc-by-nc-sa"},"chapter-type":[],"contributor":[],"license":[56],"class_list":["post-1352","chapter","type-chapter","status-publish","hentry","license-cc-by-nc-sa"],"part":1344,"_links":{"self":[{"href":"https:\/\/opentextbc.ca\/intermediatealgebraberg\/wp-json\/pressbooks\/v2\/chapters\/1352","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/opentextbc.ca\/intermediatealgebraberg\/wp-json\/pressbooks\/v2\/chapters"}],"about":[{"href":"https:\/\/opentextbc.ca\/intermediatealgebraberg\/wp-json\/wp\/v2\/types\/chapter"}],"author":[{"embeddable":true,"href":"https:\/\/opentextbc.ca\/intermediatealgebraberg\/wp-json\/wp\/v2\/users\/90"}],"version-history":[{"count":2,"href":"https:\/\/opentextbc.ca\/intermediatealgebraberg\/wp-json\/pressbooks\/v2\/chapters\/1352\/revisions"}],"predecessor-version":[{"id":2113,"href":"https:\/\/opentextbc.ca\/intermediatealgebraberg\/wp-json\/pressbooks\/v2\/chapters\/1352\/revisions\/2113"}],"part":[{"href":"https:\/\/opentextbc.ca\/intermediatealgebraberg\/wp-json\/pressbooks\/v2\/parts\/1344"}],"metadata":[{"href":"https:\/\/opentextbc.ca\/intermediatealgebraberg\/wp-json\/pressbooks\/v2\/chapters\/1352\/metadata\/"}],"wp:attachment":[{"href":"https:\/\/opentextbc.ca\/intermediatealgebraberg\/wp-json\/wp\/v2\/media?parent=1352"}],"wp:term":[{"taxonomy":"chapter-type","embeddable":true,"href":"https:\/\/opentextbc.ca\/intermediatealgebraberg\/wp-json\/pressbooks\/v2\/chapter-type?post=1352"},{"taxonomy":"contributor","embeddable":true,"href":"https:\/\/opentextbc.ca\/intermediatealgebraberg\/wp-json\/wp\/v2\/contributor?post=1352"},{"taxonomy":"license","embeddable":true,"href":"https:\/\/opentextbc.ca\/intermediatealgebraberg\/wp-json\/wp\/v2\/license?post=1352"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}