{"id":773,"date":"2019-04-29T17:24:03","date_gmt":"2019-04-29T21:24:03","guid":{"rendered":"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/?post_type=chapter&#038;p=773"},"modified":"2019-12-05T15:54:22","modified_gmt":"2019-12-05T20:54:22","slug":"11-2-operations-on-functions","status":"publish","type":"chapter","link":"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/chapter\/11-2-operations-on-functions\/","title":{"raw":"11.2 Operations on Functions","rendered":"11.2 Operations on Functions"},"content":{"raw":"[latexpage]\r\n\r\nIn Chapter 5, you solved systems of linear equations through substitution, addition, subtraction, multiplication, and division. A similar process is employed in this topic, where you will add, subtract, multiply, divide, or substitute functions. The notation used for this looks like the following:\r\n\r\nGiven two functions \\(f(x)\\) and \\(g(x)\\):\r\n<p style=\"text-align: center\">\\(\\begin{array}{clcl}\r\nf(x) + g(x)&amp;\\text{ is the same as }&amp;(f + g)(x)&amp;\\text{ and means the addition of these two functions} \\\\\r\nf(x) - g(x)&amp;\\text{ is the same as }&amp;(f - g)(x)&amp;\\text{ and means the subtraction of these two functions} \\\\\r\nf(x)\\cdot g(x)&amp;\\text{ is the same as }&amp;(f\\cdot g)(x)&amp;\\text{ and means the multiplication of these two functions} \\\\\r\nf(x)\\div g(x)&amp;\\text{ is the same as }&amp;(f\\div g)(x)&amp;\\text{ and means the addition of these two functions}\r\n\\end{array}\\)<\/p>\r\nWhen encountering questions about operations on functions, you will generally be asked to do two things: combine the equations in some described fashion and to substitute some value to replace the variable in the original equation. These are illustrated in the following examples.\r\n<div class=\"textbox textbox--examples\"><header class=\"textbox__header\">\r\n<p class=\"textbox__title\">Example 11.2.1<\/p>\r\n\r\n<\/header>\r\n<div class=\"textbox__content\">\r\n\r\nPerform the following operations on \\(f(x) = 2x^2 - 4\\) and \\(g(x) = x^2 + 4x - 2\\).\r\n<ol type=\"a\">\r\n \t<li>\\(f(x) + g(x)\\)Addition yields \\(2x^2 - 4 + x^2 + 4x - 2\\), which simplifies to \\(3x^2 + 4x - 6\\).<\/li>\r\n \t<li>\\(f(x) - g(x)\\)Subtraction yields \\(2x^2-4-(x^2+4x-2)\\), which simplifies to \\(x^2-4x-2\\).<\/li>\r\n \t<li>\\(f(x)\\cdot g(x)\\)Multiplication yields \\((2x^2-4)(x^2+4x-2)\\), which simplifies to \\(2x^4+8x^3-4x^2-16x+8\\).<\/li>\r\n \t<li>\\(f(x)\\div g(x)\\)Division yields \\((2x^2-4)\\div (x^2+4x-2)\\), which cannot be reduced any further.<\/li>\r\n<\/ol>\r\n<\/div>\r\n<\/div>\r\nOften, you are asked to evaluate operations on functions where you must substitute some given value into the combined functions. Consider the following.\r\n<div class=\"textbox textbox--examples\"><header class=\"textbox__header\">\r\n<p class=\"textbox__title\">Example 11.2.2<\/p>\r\n\r\n<\/header>\r\n<div class=\"textbox__content\">\r\n\r\nPerform the following operations on \\(f(x) = x^2 - 3\\) and \\(g(x) = 2x^2 + 3x\\) and evaluate for the given values.\r\n<ol type=\"a\">\r\n \t<li>\\(f(2) + g(2)\\)\r\n\\([x^2-3]+[2x^2+3x]\\)\r\n\\([(2)^2-3]+[2(2)^2+3(2)]\\)\r\n\\(4-3+8+6=15\\)\r\n\\(f(2)+g(2)=15\\)<\/li>\r\n \t<li>\\(f(1) - g(3)\\)\r\n\\([x^2-3]-[2x^2+3x]\\)\r\n\\([(1)^2-3]-[2(3)^2+3(3)]\\)\r\n\\([1-3]-[18+9]=-29\\)\r\n\\(f(1)-g(3)=-29\\)<\/li>\r\n \t<li>\\(f(0)\\cdot g(2)\\)\r\n\\([x^2-3]\\cdot [2x^2+3x]\\)\r\n\\([0^2-3]\\cdot [2(2)^2+3(2)]\\)\r\n\\([-3]\\cdot [8+6]=-42\\)\r\n\\(f(0)\\cdot g(2)=-42\\)<\/li>\r\n \t<li>\\(f(2)\\div g(0)\\)\r\n\\([x^2-3]\\div [2x^2+3x]\\)\r\n\\([2^2-3]\\div [2(0)^2+3(0)]\\)\r\n\\([1]\\div [0]=\\text{ undefined}\\)<\/li>\r\n<\/ol>\r\n<\/div>\r\n<\/div>\r\nComposite functions are functions that involve substitution of functions, such as \\(f(x)\\) is substituted for the \\(x\\)-value in the \\(g(x)\\) function or the reverse. Which goes where is outlined by the way the equation is written:\r\n<p style=\"text-align: center\">\\(\\begin{array}{l}\r\n(f \\circ g)(x)\\text{ means that the }g(x)\\text{ function is used to replace the }x\\text{-values in the }f(x)\\text{ function} \\\\\r\n(g\\circ f)(x)\\text{ means that the }f(x)\\text{ function is used to replace the }x\\text{-values in the }g(x)\\text{ function}\r\n\\end{array}\\)<\/p>\r\nThe more conventional way to write these composite functions is:\r\n\r\n\\[(f\\circ g)(x) = f(g(x))\\text{ and }(g\\circ f)(x) = g(f(x))\\]\r\n\r\nConsider the following examples of composite functions.\r\n<div class=\"textbox textbox--examples\"><header class=\"textbox__header\">\r\n<p class=\"textbox__title\">Example 11.2.3<\/p>\r\n\r\n<\/header>\r\n<div class=\"textbox__content\">\r\n\r\nGiven the functions \\(f(x) = 3x - 5\\) and \\(g(x) = x^2 + 2\\), evaluate for:\r\n<ol type=\"a\">\r\n \t<li>\\((f\\circ g)(2)\\)\\(\\begin{array}{rrl}\r\n(f\\circ g)(x)&amp;=&amp;f(g(x)) \\\\\r\nf(g(x))&amp;=&amp;3(x^2+2)-5 \\\\\r\nf(g(2))&amp;=&amp;3(2^2+2)-5 \\\\\r\nf(g(2))&amp;=&amp;3(6)-5=13\r\n\\end{array}\\)<\/li>\r\n \t<li>\\((g\\circ f)(-1)\\)\\(\\begin{array}{rrl}\r\n(g\\circ f)(x)&amp;=&amp;g(f(x)) \\\\\r\ng(f(x))&amp;=&amp;[3x-5]^2+2 \\\\\r\ng(f(-1))&amp;=&amp;[3(-1)-5]^2+2 \\\\\r\ng(f(-1))&amp;=&amp;[-8]^2+2 \\\\\r\ng(f(-1))&amp;=&amp;66\r\n\\end{array}\\)<\/li>\r\n<\/ol>\r\n<\/div>\r\n<\/div>\r\n<h1>Questions<\/h1>\r\nPerform the indicated operations.\r\n<ol>\r\n \t<li>\\(g(a) = a^3 + 5a^2\\)\r\n\\(f(a) = 2a + 4\\)\r\nFind \\(g(3) + f(3)\\)<\/li>\r\n \t<li>\\(f(x) = -3x^2 + 3x\\)\r\n\\(g(x) = 2x + 5\\)\r\nFind \\(\\dfrac{f(-4)}{g(-4)}\\)<\/li>\r\n \t<li>\\(g(x) = -4x + 1\\)\r\n\\(h(x) = -2x - 1\\)\r\nFind \\(g(5) + h(5)\\)<\/li>\r\n \t<li>\\(g(x) = 3x + 1\\)\r\n\\(f(x) = x^3 + 3x^2\\)\r\nFind \\(g(2)\\cdot f(2)\\)<\/li>\r\n \t<li>\\(g(t) = t - 3\\)\r\n\\(h(t) = -3t^3 + 6t\\)\r\nFind \\(g(1) + h(1)\\)<\/li>\r\n \t<li>\\(g(x) = x^2 - 2\\)\r\n\\(h(x) = 2x + 5\\)\r\nFind \\(g(-6) + h(-6)\\)<\/li>\r\n \t<li>\\(h(n) = 2n - 1\\)\r\n\\(g(n) = 3n - 5\\)\r\nFind \\(\\dfrac{h(0)}{g(0)}\\)<\/li>\r\n \t<li>\\(g(a) = 3a - 2\\)\r\n\\(h(a) = 4a - 2\\)\r\nFind \\((g + h)(10)\\)<\/li>\r\n \t<li>\\(g(a) = 3a + 3\\)\r\n\\(f(a) = 2a - 2\\)\r\nFind \\((g + f)(9)\\)<\/li>\r\n \t<li>\\(g(x) = 4x + 3\\)\r\n\\(h(x) = x^3 - 2x^2\\)\r\nFind \\((g - h)(-1)\\)<\/li>\r\n \t<li>\\(g(x) = x + 3\\)\r\n\\(f(x) = -x + 4\\)\r\nFind \\((g - f)(3)\\)<\/li>\r\n \t<li>\\(g(x) = x^2 + 2\\)\r\n\\(f(x) = 2x + 5\\)\r\nFind \\((g - f)(0)\\)<\/li>\r\n \t<li>\\(f(n) = n - 5\\)\r\n\\(g(n) = 4n + 2\\)\r\nFind \\((f + g)(-8)\\)<\/li>\r\n \t<li>\\(h(t) = t + 5\\)\r\n\\(g(t) = 3t - 5\\)\r\nFind \\((h\\cdot g)(5)\\)<\/li>\r\n \t<li>\\(g(t) = t - 4\\)\r\n\\(h(t) = 2t\\)\r\nFind \\((g\\cdot h)(3t)\\)<\/li>\r\n \t<li>\\(g(n) = n^2 + 5\\)\r\n\\(f(n) = 3n + 5\\)\r\nFind \\(\\dfrac{g(n)}{f(n)}\\)<\/li>\r\n \t<li>\\(g(a) = -2a + 5\\)\r\n\\(f(a) = 3a + 5\\)\r\nFind \\(\\left(\\dfrac{g}{f}\\right)(a^2)\\)<\/li>\r\n \t<li>\\(h(n) = n^3 + 4n\\)\r\n\\(g(n) = 4n + 5\\)\r\nFind \\(h(n) + g(n)\\)<\/li>\r\n \t<li>\\(g(n) = n^2 - 4n\\)\r\n\\(h(n) = n - 5\\)\r\nFind \\(g(n^2)\\cdot h(n^2)\\)<\/li>\r\n \t<li>\\(g(n) = n + 5\\)\r\n\\(h(n) = 2n - 5\\)\r\nFind \\((g\\cdot h)(-3n)\\)<\/li>\r\n<\/ol>\r\nSolve the following composite functions.\r\n<ol start=\"21\">\r\n \t<li>\\(f(x) = -4x + 1\\)\r\n\\(g(x) = 4x + 3\\)\r\nFind \\((f\\circ g)(9)\\)<\/li>\r\n \t<li>\\(h(a) = 3a + 3\\)\r\n\\(g(a) = a + 1\\)\r\nFind \\((h \\circ g)(5)\\)<\/li>\r\n \t<li>\\(g(x) = x + 4\\)\r\n\\(h(x) = x^2 - 1\\)\r\nFind \\((g \\circ h)(10)\\)<\/li>\r\n \t<li>\\(f(n) = -4n + 2\\)\r\n\\(g(n) = n + 4\\)\r\nFind \\((f \\circ g)(9)\\)<\/li>\r\n \t<li>\\(g(x) = 2x - 4\\)\r\n\\(h(x) = 2x^3 + 4x^2\\)\r\nFind \\((g \\circ h)(3)\\)<\/li>\r\n \t<li>\\(g(x) = x^2 - 5x\\)\r\n\\(h(x) = 4x + 4\\)\r\nFind \\((g \\circ h)(x)\\)<\/li>\r\n \t<li>\\(f(a) = -2a + 2\\)\r\n\\(g(a) = 4a\\)\r\nFind \\((f \\circ g)(a)\\)<\/li>\r\n \t<li>\\(g(x) = 4x + 4\\)\r\n\\(f(x) = x^3 - 1\\)\r\nFind \\((g \\circ f)(x)\\)<\/li>\r\n \t<li>\\(g(x) = -x + 5\\)\r\n\\(f(x) = 2x - 3\\)\r\nFind \\((g \\circ f)(x)\\)<\/li>\r\n \t<li>\\(f(t) = 4t + 3\\)\r\n\\(g(t) = -4t - 2\\)\r\nFind \\((f \\circ g)(t)\\)<\/li>\r\n<\/ol>\r\n<a href=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/back-matter\/answer-key-11-2\/\">Answer Key 11.2<\/a>","rendered":"<p>In Chapter 5, you solved systems of linear equations through substitution, addition, subtraction, multiplication, and division. A similar process is employed in this topic, where you will add, subtract, multiply, divide, or substitute functions. The notation used for this looks like the following:<\/p>\n<p>Given two functions <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-8fcda735f2a9819c4e904e98f8fbf395_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#102;&#40;&#120;&#41;\" title=\"Rendered by QuickLaTeX.com\" height=\"18\" width=\"34\" style=\"vertical-align: -4px;\" \/> and <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-dfca6a2be9c9e3f0be9cdceaf22806c5_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#103;&#40;&#120;&#41;\" title=\"Rendered by QuickLaTeX.com\" height=\"18\" width=\"32\" style=\"vertical-align: -4px;\" \/>:<\/p>\n<p style=\"text-align: center\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-28a29de7afe5a24571a3a8aa38c52f43_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#92;&#98;&#101;&#103;&#105;&#110;&#123;&#97;&#114;&#114;&#97;&#121;&#125;&#123;&#99;&#108;&#99;&#108;&#125; &#102;&#40;&#120;&#41;&#32;&#43;&#32;&#103;&#40;&#120;&#41;&#38;&#92;&#116;&#101;&#120;&#116;&#123;&#32;&#105;&#115;&#32;&#116;&#104;&#101;&#32;&#115;&#97;&#109;&#101;&#32;&#97;&#115;&#32;&#125;&#38;&#40;&#102;&#32;&#43;&#32;&#103;&#41;&#40;&#120;&#41;&#38;&#92;&#116;&#101;&#120;&#116;&#123;&#32;&#97;&#110;&#100;&#32;&#109;&#101;&#97;&#110;&#115;&#32;&#116;&#104;&#101;&#32;&#97;&#100;&#100;&#105;&#116;&#105;&#111;&#110;&#32;&#111;&#102;&#32;&#116;&#104;&#101;&#115;&#101;&#32;&#116;&#119;&#111;&#32;&#102;&#117;&#110;&#99;&#116;&#105;&#111;&#110;&#115;&#125;&#32;&#92;&#92; &#102;&#40;&#120;&#41;&#32;&#45;&#32;&#103;&#40;&#120;&#41;&#38;&#92;&#116;&#101;&#120;&#116;&#123;&#32;&#105;&#115;&#32;&#116;&#104;&#101;&#32;&#115;&#97;&#109;&#101;&#32;&#97;&#115;&#32;&#125;&#38;&#40;&#102;&#32;&#45;&#32;&#103;&#41;&#40;&#120;&#41;&#38;&#92;&#116;&#101;&#120;&#116;&#123;&#32;&#97;&#110;&#100;&#32;&#109;&#101;&#97;&#110;&#115;&#32;&#116;&#104;&#101;&#32;&#115;&#117;&#98;&#116;&#114;&#97;&#99;&#116;&#105;&#111;&#110;&#32;&#111;&#102;&#32;&#116;&#104;&#101;&#115;&#101;&#32;&#116;&#119;&#111;&#32;&#102;&#117;&#110;&#99;&#116;&#105;&#111;&#110;&#115;&#125;&#32;&#92;&#92; &#102;&#40;&#120;&#41;&#92;&#99;&#100;&#111;&#116;&#32;&#103;&#40;&#120;&#41;&#38;&#92;&#116;&#101;&#120;&#116;&#123;&#32;&#105;&#115;&#32;&#116;&#104;&#101;&#32;&#115;&#97;&#109;&#101;&#32;&#97;&#115;&#32;&#125;&#38;&#40;&#102;&#92;&#99;&#100;&#111;&#116;&#32;&#103;&#41;&#40;&#120;&#41;&#38;&#92;&#116;&#101;&#120;&#116;&#123;&#32;&#97;&#110;&#100;&#32;&#109;&#101;&#97;&#110;&#115;&#32;&#116;&#104;&#101;&#32;&#109;&#117;&#108;&#116;&#105;&#112;&#108;&#105;&#99;&#97;&#116;&#105;&#111;&#110;&#32;&#111;&#102;&#32;&#116;&#104;&#101;&#115;&#101;&#32;&#116;&#119;&#111;&#32;&#102;&#117;&#110;&#99;&#116;&#105;&#111;&#110;&#115;&#125;&#32;&#92;&#92; &#102;&#40;&#120;&#41;&#92;&#100;&#105;&#118;&#32;&#103;&#40;&#120;&#41;&#38;&#92;&#116;&#101;&#120;&#116;&#123;&#32;&#105;&#115;&#32;&#116;&#104;&#101;&#32;&#115;&#97;&#109;&#101;&#32;&#97;&#115;&#32;&#125;&#38;&#40;&#102;&#92;&#100;&#105;&#118;&#32;&#103;&#41;&#40;&#120;&#41;&#38;&#92;&#116;&#101;&#120;&#116;&#123;&#32;&#97;&#110;&#100;&#32;&#109;&#101;&#97;&#110;&#115;&#32;&#116;&#104;&#101;&#32;&#97;&#100;&#100;&#105;&#116;&#105;&#111;&#110;&#32;&#111;&#102;&#32;&#116;&#104;&#101;&#115;&#101;&#32;&#116;&#119;&#111;&#32;&#102;&#117;&#110;&#99;&#116;&#105;&#111;&#110;&#115;&#125; &#92;&#101;&#110;&#100;&#123;&#97;&#114;&#114;&#97;&#121;&#125;\" title=\"Rendered by QuickLaTeX.com\" height=\"84\" width=\"746\" style=\"vertical-align: -37px;\" \/><\/p>\n<p>When encountering questions about operations on functions, you will generally be asked to do two things: combine the equations in some described fashion and to substitute some value to replace the variable in the original equation. These are illustrated in the following examples.<\/p>\n<div class=\"textbox textbox--examples\">\n<header class=\"textbox__header\">\n<p class=\"textbox__title\">Example 11.2.1<\/p>\n<\/header>\n<div class=\"textbox__content\">\n<p>Perform the following operations on <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-33641558d8099d0991000996287a6ff2_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#102;&#40;&#120;&#41;&#32;&#61;&#32;&#50;&#120;&#94;&#50;&#32;&#45;&#32;&#52;\" title=\"Rendered by QuickLaTeX.com\" height=\"19\" width=\"115\" style=\"vertical-align: -4px;\" \/> and <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-fedb9171c68a0cb24e09a24be6b8ca98_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#103;&#40;&#120;&#41;&#32;&#61;&#32;&#120;&#94;&#50;&#32;&#43;&#32;&#52;&#120;&#32;&#45;&#32;&#50;\" title=\"Rendered by QuickLaTeX.com\" height=\"19\" width=\"145\" style=\"vertical-align: -4px;\" \/>.<\/p>\n<ol type=\"a\">\n<li><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-f2f29ea6cf8c21d4dd9d6ea70b07ae5c_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#102;&#40;&#120;&#41;&#32;&#43;&#32;&#103;&#40;&#120;&#41;\" title=\"Rendered by QuickLaTeX.com\" height=\"18\" width=\"88\" style=\"vertical-align: -4px;\" \/>Addition yields <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-44f548aafadad66abd0c1f3ae06b1dfe_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#50;&#120;&#94;&#50;&#32;&#45;&#32;&#52;&#32;&#43;&#32;&#120;&#94;&#50;&#32;&#43;&#32;&#52;&#120;&#32;&#45;&#32;&#50;\" title=\"Rendered by QuickLaTeX.com\" height=\"17\" width=\"167\" style=\"vertical-align: -2px;\" \/>, which simplifies to <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-f2644eb6dc7f6e720be6bbd92749a859_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#51;&#120;&#94;&#50;&#32;&#43;&#32;&#52;&#120;&#32;&#45;&#32;&#54;\" title=\"Rendered by QuickLaTeX.com\" height=\"17\" width=\"98\" style=\"vertical-align: -2px;\" \/>.<\/li>\n<li><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-0913ae477a0b8dd2494061faeacf8c85_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#102;&#40;&#120;&#41;&#32;&#45;&#32;&#103;&#40;&#120;&#41;\" title=\"Rendered by QuickLaTeX.com\" height=\"18\" width=\"88\" style=\"vertical-align: -4px;\" \/>Subtraction yields <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-33f3e02c7f548b6d8d0ea2c4be72b032_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#50;&#120;&#94;&#50;&#45;&#52;&#45;&#40;&#120;&#94;&#50;&#43;&#52;&#120;&#45;&#50;&#41;\" title=\"Rendered by QuickLaTeX.com\" height=\"19\" width=\"181\" style=\"vertical-align: -4px;\" \/>, which simplifies to <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-4e4085c8389b86c31ace5daffcc02b72_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#120;&#94;&#50;&#45;&#52;&#120;&#45;&#50;\" title=\"Rendered by QuickLaTeX.com\" height=\"16\" width=\"88\" style=\"vertical-align: -1px;\" \/>.<\/li>\n<li><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-e1fe766ba8ee5989c123a91bc4cc74db_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#102;&#40;&#120;&#41;&#92;&#99;&#100;&#111;&#116;&#32;&#103;&#40;&#120;&#41;\" title=\"Rendered by QuickLaTeX.com\" height=\"18\" width=\"79\" style=\"vertical-align: -4px;\" \/>Multiplication yields <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-cb1de454bb3826b23e4baaf8ce1107d1_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#40;&#50;&#120;&#94;&#50;&#45;&#52;&#41;&#40;&#120;&#94;&#50;&#43;&#52;&#120;&#45;&#50;&#41;\" title=\"Rendered by QuickLaTeX.com\" height=\"19\" width=\"172\" style=\"vertical-align: -4px;\" \/>, which simplifies to <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-5e2613f457eaad55ac44beeb3e2f2ea3_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#50;&#120;&#94;&#52;&#43;&#56;&#120;&#94;&#51;&#45;&#52;&#120;&#94;&#50;&#45;&#49;&#54;&#120;&#43;&#56;\" title=\"Rendered by QuickLaTeX.com\" height=\"17\" width=\"204\" style=\"vertical-align: -2px;\" \/>.<\/li>\n<li><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-e61686d1c50b5aaa7bdec4a099108cc0_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#102;&#40;&#120;&#41;&#92;&#100;&#105;&#118;&#32;&#103;&#40;&#120;&#41;\" title=\"Rendered by QuickLaTeX.com\" height=\"18\" width=\"88\" style=\"vertical-align: -4px;\" \/>Division yields <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-9345946149ce9616996307eed6a46804_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#40;&#50;&#120;&#94;&#50;&#45;&#52;&#41;&#92;&#100;&#105;&#118;&#32;&#40;&#120;&#94;&#50;&#43;&#52;&#120;&#45;&#50;&#41;\" title=\"Rendered by QuickLaTeX.com\" height=\"19\" width=\"194\" style=\"vertical-align: -4px;\" \/>, which cannot be reduced any further.<\/li>\n<\/ol>\n<\/div>\n<\/div>\n<p>Often, you are asked to evaluate operations on functions where you must substitute some given value into the combined functions. Consider the following.<\/p>\n<div class=\"textbox textbox--examples\">\n<header class=\"textbox__header\">\n<p class=\"textbox__title\">Example 11.2.2<\/p>\n<\/header>\n<div class=\"textbox__content\">\n<p>Perform the following operations on <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-f2f1f52828f349f9980aab31a1401f47_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#102;&#40;&#120;&#41;&#32;&#61;&#32;&#120;&#94;&#50;&#32;&#45;&#32;&#51;\" title=\"Rendered by QuickLaTeX.com\" height=\"19\" width=\"107\" style=\"vertical-align: -4px;\" \/> and <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-696db76d209fbc257648efba2caeb2c5_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#103;&#40;&#120;&#41;&#32;&#61;&#32;&#50;&#120;&#94;&#50;&#32;&#43;&#32;&#51;&#120;\" title=\"Rendered by QuickLaTeX.com\" height=\"19\" width=\"124\" style=\"vertical-align: -4px;\" \/> and evaluate for the given values.<\/p>\n<ol type=\"a\">\n<li><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-4172f6d1d1e33a0d8a513ca35f0804c8_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#102;&#40;&#50;&#41;&#32;&#43;&#32;&#103;&#40;&#50;&#41;\" title=\"Rendered by QuickLaTeX.com\" height=\"18\" width=\"86\" style=\"vertical-align: -4px;\" \/><br \/>\n<img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-8005fe835efac952cec844898e87d9b2_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#91;&#120;&#94;&#50;&#45;&#51;&#93;&#43;&#91;&#50;&#120;&#94;&#50;&#43;&#51;&#120;&#93;\" title=\"Rendered by QuickLaTeX.com\" height=\"20\" width=\"153\" style=\"vertical-align: -5px;\" \/><br \/>\n<img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-bf3501708f89e559c97616aea830b322_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#91;&#40;&#50;&#41;&#94;&#50;&#45;&#51;&#93;&#43;&#91;&#50;&#40;&#50;&#41;&#94;&#50;&#43;&#51;&#40;&#50;&#41;&#93;\" title=\"Rendered by QuickLaTeX.com\" height=\"20\" width=\"191\" style=\"vertical-align: -5px;\" \/><br \/>\n<img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-4f1e53231de34b339d4471451d1c9d07_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#52;&#45;&#51;&#43;&#56;&#43;&#54;&#61;&#49;&#53;\" title=\"Rendered by QuickLaTeX.com\" height=\"15\" width=\"141\" style=\"vertical-align: -2px;\" \/><br \/>\n<img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-b37426d938330cd46b1d001540435ebf_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#102;&#40;&#50;&#41;&#43;&#103;&#40;&#50;&#41;&#61;&#49;&#53;\" title=\"Rendered by QuickLaTeX.com\" height=\"18\" width=\"127\" style=\"vertical-align: -4px;\" \/><\/li>\n<li><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-fc1aef3fad5897b3956faf42eb61d5f3_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#102;&#40;&#49;&#41;&#32;&#45;&#32;&#103;&#40;&#51;&#41;\" title=\"Rendered by QuickLaTeX.com\" height=\"18\" width=\"86\" style=\"vertical-align: -4px;\" \/><br \/>\n<img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-f29df94a0fa3168ff9b7226e1434ef2f_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#91;&#120;&#94;&#50;&#45;&#51;&#93;&#45;&#91;&#50;&#120;&#94;&#50;&#43;&#51;&#120;&#93;\" title=\"Rendered by QuickLaTeX.com\" height=\"20\" width=\"153\" style=\"vertical-align: -5px;\" \/><br \/>\n<img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-5133aabb893d26a4491c036696fd67c8_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#91;&#40;&#49;&#41;&#94;&#50;&#45;&#51;&#93;&#45;&#91;&#50;&#40;&#51;&#41;&#94;&#50;&#43;&#51;&#40;&#51;&#41;&#93;\" title=\"Rendered by QuickLaTeX.com\" height=\"20\" width=\"191\" style=\"vertical-align: -5px;\" \/><br \/>\n<img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-e5882c9d851b74c88fd23315ea4c6f19_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#91;&#49;&#45;&#51;&#93;&#45;&#91;&#49;&#56;&#43;&#57;&#93;&#61;&#45;&#50;&#57;\" title=\"Rendered by QuickLaTeX.com\" height=\"18\" width=\"183\" style=\"vertical-align: -5px;\" \/><br \/>\n<img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-f7ff01ed61b57f2d0a735c482cb96571_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#102;&#40;&#49;&#41;&#45;&#103;&#40;&#51;&#41;&#61;&#45;&#50;&#57;\" title=\"Rendered by QuickLaTeX.com\" height=\"18\" width=\"142\" style=\"vertical-align: -4px;\" \/><\/li>\n<li><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-85ce742c98513440086c94d4a6f6e2ed_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#102;&#40;&#48;&#41;&#92;&#99;&#100;&#111;&#116;&#32;&#103;&#40;&#50;&#41;\" title=\"Rendered by QuickLaTeX.com\" height=\"18\" width=\"77\" style=\"vertical-align: -4px;\" \/><br \/>\n<img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-fa311bad476a61b82d8e8b254d361336_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#91;&#120;&#94;&#50;&#45;&#51;&#93;&#92;&#99;&#100;&#111;&#116;&#32;&#91;&#50;&#120;&#94;&#50;&#43;&#51;&#120;&#93;\" title=\"Rendered by QuickLaTeX.com\" height=\"20\" width=\"144\" style=\"vertical-align: -5px;\" \/><br \/>\n<img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-03788873895baf13e5a6dee7c8bd0842_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#91;&#48;&#94;&#50;&#45;&#51;&#93;&#92;&#99;&#100;&#111;&#116;&#32;&#91;&#50;&#40;&#50;&#41;&#94;&#50;&#43;&#51;&#40;&#50;&#41;&#93;\" title=\"Rendered by QuickLaTeX.com\" height=\"20\" width=\"169\" style=\"vertical-align: -5px;\" \/><br \/>\n<img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-bcde3494ebf012737e2810bf661ca1bc_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#91;&#45;&#51;&#93;&#92;&#99;&#100;&#111;&#116;&#32;&#91;&#56;&#43;&#54;&#93;&#61;&#45;&#52;&#50;\" title=\"Rendered by QuickLaTeX.com\" height=\"18\" width=\"147\" style=\"vertical-align: -5px;\" \/><br \/>\n<img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-6629bd7500356eec379606c60628f600_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#102;&#40;&#48;&#41;&#92;&#99;&#100;&#111;&#116;&#32;&#103;&#40;&#50;&#41;&#61;&#45;&#52;&#50;\" title=\"Rendered by QuickLaTeX.com\" height=\"18\" width=\"132\" style=\"vertical-align: -4px;\" \/><\/li>\n<li><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-5102122deabb1059a3966afde9cae4c7_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#102;&#40;&#50;&#41;&#92;&#100;&#105;&#118;&#32;&#103;&#40;&#48;&#41;\" title=\"Rendered by QuickLaTeX.com\" height=\"18\" width=\"86\" style=\"vertical-align: -4px;\" \/><br \/>\n<img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-89d80178979d64c5f17b991bcf1055c0_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#91;&#120;&#94;&#50;&#45;&#51;&#93;&#92;&#100;&#105;&#118;&#32;&#91;&#50;&#120;&#94;&#50;&#43;&#51;&#120;&#93;\" title=\"Rendered by QuickLaTeX.com\" height=\"20\" width=\"153\" style=\"vertical-align: -5px;\" \/><br \/>\n<img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-948a444105eabed01971fbf427bd4ad4_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#91;&#50;&#94;&#50;&#45;&#51;&#93;&#92;&#100;&#105;&#118;&#32;&#91;&#50;&#40;&#48;&#41;&#94;&#50;&#43;&#51;&#40;&#48;&#41;&#93;\" title=\"Rendered by QuickLaTeX.com\" height=\"20\" width=\"177\" style=\"vertical-align: -5px;\" \/><br \/>\n<img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-c86cc86d5eed2a8db031e2e169a832fd_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#91;&#49;&#93;&#92;&#100;&#105;&#118;&#32;&#91;&#48;&#93;&#61;&#92;&#116;&#101;&#120;&#116;&#123;&#32;&#117;&#110;&#100;&#101;&#102;&#105;&#110;&#101;&#100;&#125;\" title=\"Rendered by QuickLaTeX.com\" height=\"18\" width=\"163\" style=\"vertical-align: -5px;\" \/><\/li>\n<\/ol>\n<\/div>\n<\/div>\n<p>Composite functions are functions that involve substitution of functions, such as <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-8fcda735f2a9819c4e904e98f8fbf395_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#102;&#40;&#120;&#41;\" title=\"Rendered by QuickLaTeX.com\" height=\"18\" width=\"34\" style=\"vertical-align: -4px;\" \/> is substituted for the <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-32aa7af74ac10d419337e41b349ed05e_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#120;\" title=\"Rendered by QuickLaTeX.com\" height=\"8\" width=\"10\" style=\"vertical-align: 0px;\" \/>-value in the <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-dfca6a2be9c9e3f0be9cdceaf22806c5_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#103;&#40;&#120;&#41;\" title=\"Rendered by QuickLaTeX.com\" height=\"18\" width=\"32\" style=\"vertical-align: -4px;\" \/> function or the reverse. Which goes where is outlined by the way the equation is written:<\/p>\n<p style=\"text-align: center\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-738f8ea63b12d481ea137adae0cb46f2_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#92;&#98;&#101;&#103;&#105;&#110;&#123;&#97;&#114;&#114;&#97;&#121;&#125;&#123;&#108;&#125; &#40;&#102;&#32;&#92;&#99;&#105;&#114;&#99;&#32;&#103;&#41;&#40;&#120;&#41;&#92;&#116;&#101;&#120;&#116;&#123;&#32;&#109;&#101;&#97;&#110;&#115;&#32;&#116;&#104;&#97;&#116;&#32;&#116;&#104;&#101;&#32;&#125;&#103;&#40;&#120;&#41;&#92;&#116;&#101;&#120;&#116;&#123;&#32;&#102;&#117;&#110;&#99;&#116;&#105;&#111;&#110;&#32;&#105;&#115;&#32;&#117;&#115;&#101;&#100;&#32;&#116;&#111;&#32;&#114;&#101;&#112;&#108;&#97;&#99;&#101;&#32;&#116;&#104;&#101;&#32;&#125;&#120;&#92;&#116;&#101;&#120;&#116;&#123;&#45;&#118;&#97;&#108;&#117;&#101;&#115;&#32;&#105;&#110;&#32;&#116;&#104;&#101;&#32;&#125;&#102;&#40;&#120;&#41;&#92;&#116;&#101;&#120;&#116;&#123;&#32;&#102;&#117;&#110;&#99;&#116;&#105;&#111;&#110;&#125;&#32;&#92;&#92; &#40;&#103;&#92;&#99;&#105;&#114;&#99;&#32;&#102;&#41;&#40;&#120;&#41;&#92;&#116;&#101;&#120;&#116;&#123;&#32;&#109;&#101;&#97;&#110;&#115;&#32;&#116;&#104;&#97;&#116;&#32;&#116;&#104;&#101;&#32;&#125;&#102;&#40;&#120;&#41;&#92;&#116;&#101;&#120;&#116;&#123;&#32;&#102;&#117;&#110;&#99;&#116;&#105;&#111;&#110;&#32;&#105;&#115;&#32;&#117;&#115;&#101;&#100;&#32;&#116;&#111;&#32;&#114;&#101;&#112;&#108;&#97;&#99;&#101;&#32;&#116;&#104;&#101;&#32;&#125;&#120;&#92;&#116;&#101;&#120;&#116;&#123;&#45;&#118;&#97;&#108;&#117;&#101;&#115;&#32;&#105;&#110;&#32;&#116;&#104;&#101;&#32;&#125;&#103;&#40;&#120;&#41;&#92;&#116;&#101;&#120;&#116;&#123;&#32;&#102;&#117;&#110;&#99;&#116;&#105;&#111;&#110;&#125; &#92;&#101;&#110;&#100;&#123;&#97;&#114;&#114;&#97;&#121;&#125;\" title=\"Rendered by QuickLaTeX.com\" height=\"40\" width=\"706\" style=\"vertical-align: -15px;\" \/><\/p>\n<p>The more conventional way to write these composite functions is:<\/p>\n<p class=\"ql-center-displayed-equation\" style=\"line-height: 18px;\"><span class=\"ql-right-eqno\"> &nbsp; <\/span><span class=\"ql-left-eqno\"> &nbsp; <\/span><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-5b7914a88983a4cfbf720c1e81b3f9ee_l3.png\" height=\"18\" width=\"349\" class=\"ql-img-displayed-equation quicklatex-auto-format\" alt=\"&#92;&#91;&#40;&#102;&#92;&#99;&#105;&#114;&#99;&#32;&#103;&#41;&#40;&#120;&#41;&#32;&#61;&#32;&#102;&#40;&#103;&#40;&#120;&#41;&#41;&#92;&#116;&#101;&#120;&#116;&#123;&#32;&#97;&#110;&#100;&#32;&#125;&#40;&#103;&#92;&#99;&#105;&#114;&#99;&#32;&#102;&#41;&#40;&#120;&#41;&#32;&#61;&#32;&#103;&#40;&#102;&#40;&#120;&#41;&#41;&#92;&#93;\" title=\"Rendered by QuickLaTeX.com\" \/><\/p>\n<p>Consider the following examples of composite functions.<\/p>\n<div class=\"textbox textbox--examples\">\n<header class=\"textbox__header\">\n<p class=\"textbox__title\">Example 11.2.3<\/p>\n<\/header>\n<div class=\"textbox__content\">\n<p>Given the functions <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-0e1fe48f014509410b0ee9f0de85d5b7_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#102;&#40;&#120;&#41;&#32;&#61;&#32;&#51;&#120;&#32;&#45;&#32;&#53;\" title=\"Rendered by QuickLaTeX.com\" height=\"18\" width=\"107\" style=\"vertical-align: -4px;\" \/> and <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-399bffbf5ff7a98a028dec6296254cc2_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#103;&#40;&#120;&#41;&#32;&#61;&#32;&#120;&#94;&#50;&#32;&#43;&#32;&#50;\" title=\"Rendered by QuickLaTeX.com\" height=\"19\" width=\"104\" style=\"vertical-align: -4px;\" \/>, evaluate for:<\/p>\n<ol type=\"a\">\n<li><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-1f8db2a4dbc5045992405e1d8f55ca6e_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#40;&#102;&#92;&#99;&#105;&#114;&#99;&#32;&#103;&#41;&#40;&#50;&#41;\" title=\"Rendered by QuickLaTeX.com\" height=\"18\" width=\"71\" style=\"vertical-align: -4px;\" \/><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-3ea0431f1b0b70406168cc4aefbe6c0c_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#92;&#98;&#101;&#103;&#105;&#110;&#123;&#97;&#114;&#114;&#97;&#121;&#125;&#123;&#114;&#114;&#108;&#125; &#40;&#102;&#92;&#99;&#105;&#114;&#99;&#32;&#103;&#41;&#40;&#120;&#41;&#38;&#61;&#38;&#102;&#40;&#103;&#40;&#120;&#41;&#41;&#32;&#92;&#92; &#102;&#40;&#103;&#40;&#120;&#41;&#41;&#38;&#61;&#38;&#51;&#40;&#120;&#94;&#50;&#43;&#50;&#41;&#45;&#53;&#32;&#92;&#92; &#102;&#40;&#103;&#40;&#50;&#41;&#41;&#38;&#61;&#38;&#51;&#40;&#50;&#94;&#50;&#43;&#50;&#41;&#45;&#53;&#32;&#92;&#92; &#102;&#40;&#103;&#40;&#50;&#41;&#41;&#38;&#61;&#38;&#51;&#40;&#54;&#41;&#45;&#53;&#61;&#49;&#51; &#92;&#101;&#110;&#100;&#123;&#97;&#114;&#114;&#97;&#121;&#125;\" title=\"Rendered by QuickLaTeX.com\" height=\"84\" width=\"223\" style=\"vertical-align: -37px;\" \/><\/li>\n<li><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-cc24815edf9e11544e037ca3fa6d1af7_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#40;&#103;&#92;&#99;&#105;&#114;&#99;&#32;&#102;&#41;&#40;&#45;&#49;&#41;\" title=\"Rendered by QuickLaTeX.com\" height=\"18\" width=\"85\" style=\"vertical-align: -4px;\" \/><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-170e029e0a1b3739d8cd16cbe013d4bc_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#92;&#98;&#101;&#103;&#105;&#110;&#123;&#97;&#114;&#114;&#97;&#121;&#125;&#123;&#114;&#114;&#108;&#125; &#40;&#103;&#92;&#99;&#105;&#114;&#99;&#32;&#102;&#41;&#40;&#120;&#41;&#38;&#61;&#38;&#103;&#40;&#102;&#40;&#120;&#41;&#41;&#32;&#92;&#92; &#103;&#40;&#102;&#40;&#120;&#41;&#41;&#38;&#61;&#38;&#91;&#51;&#120;&#45;&#53;&#93;&#94;&#50;&#43;&#50;&#32;&#92;&#92; &#103;&#40;&#102;&#40;&#45;&#49;&#41;&#41;&#38;&#61;&#38;&#91;&#51;&#40;&#45;&#49;&#41;&#45;&#53;&#93;&#94;&#50;&#43;&#50;&#32;&#92;&#92; &#103;&#40;&#102;&#40;&#45;&#49;&#41;&#41;&#38;&#61;&#38;&#91;&#45;&#56;&#93;&#94;&#50;&#43;&#50;&#32;&#92;&#92; &#103;&#40;&#102;&#40;&#45;&#49;&#41;&#41;&#38;&#61;&#38;&#54;&#54; &#92;&#101;&#110;&#100;&#123;&#97;&#114;&#114;&#97;&#121;&#125;\" title=\"Rendered by QuickLaTeX.com\" height=\"106\" width=\"242\" style=\"vertical-align: -48px;\" \/><\/li>\n<\/ol>\n<\/div>\n<\/div>\n<h1>Questions<\/h1>\n<p>Perform the indicated operations.<\/p>\n<ol>\n<li><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-665b02d01e365fba585c1491fa36d3ba_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#103;&#40;&#97;&#41;&#32;&#61;&#32;&#97;&#94;&#51;&#32;&#43;&#32;&#53;&#97;&#94;&#50;\" title=\"Rendered by QuickLaTeX.com\" height=\"19\" width=\"120\" style=\"vertical-align: -4px;\" \/><br \/>\n<img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-a2a51f51c91d4dda114ff0869fbcd2c9_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#102;&#40;&#97;&#41;&#32;&#61;&#32;&#50;&#97;&#32;&#43;&#32;&#52;\" title=\"Rendered by QuickLaTeX.com\" height=\"18\" width=\"106\" style=\"vertical-align: -4px;\" \/><br \/>\nFind <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-fa9f9ec1dfc2a84d05cb707b2ca1e7d3_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#103;&#40;&#51;&#41;&#32;&#43;&#32;&#102;&#40;&#51;&#41;\" title=\"Rendered by QuickLaTeX.com\" height=\"18\" width=\"86\" style=\"vertical-align: -4px;\" \/><\/li>\n<li><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-8077a61ea146391e03cbcc5666249f8a_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#102;&#40;&#120;&#41;&#32;&#61;&#32;&#45;&#51;&#120;&#94;&#50;&#32;&#43;&#32;&#51;&#120;\" title=\"Rendered by QuickLaTeX.com\" height=\"19\" width=\"139\" style=\"vertical-align: -4px;\" \/><br \/>\n<img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-056d5cb0486124a61a84a8184381a000_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#103;&#40;&#120;&#41;&#32;&#61;&#32;&#50;&#120;&#32;&#43;&#32;&#53;\" title=\"Rendered by QuickLaTeX.com\" height=\"18\" width=\"105\" style=\"vertical-align: -4px;\" \/><br \/>\nFind <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-167f6eff591bc2687ccacea6cbf55d0d_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#92;&#100;&#102;&#114;&#97;&#99;&#123;&#102;&#40;&#45;&#52;&#41;&#125;&#123;&#103;&#40;&#45;&#52;&#41;&#125;\" title=\"Rendered by QuickLaTeX.com\" height=\"42\" width=\"48\" style=\"vertical-align: -16px;\" \/><\/li>\n<li><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-62b85c3f31252df52606a0947426b7a0_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#103;&#40;&#120;&#41;&#32;&#61;&#32;&#45;&#52;&#120;&#32;&#43;&#32;&#49;\" title=\"Rendered by QuickLaTeX.com\" height=\"18\" width=\"119\" style=\"vertical-align: -4px;\" \/><br \/>\n<img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-442c4cf25a073fa9cfca38d92f496b35_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#104;&#40;&#120;&#41;&#32;&#61;&#32;&#45;&#50;&#120;&#32;&#45;&#32;&#49;\" title=\"Rendered by QuickLaTeX.com\" height=\"18\" width=\"120\" style=\"vertical-align: -4px;\" \/><br \/>\nFind <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-29921cf7a0eb3d8f3d518e274effa3ee_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#103;&#40;&#53;&#41;&#32;&#43;&#32;&#104;&#40;&#53;&#41;\" title=\"Rendered by QuickLaTeX.com\" height=\"18\" width=\"85\" style=\"vertical-align: -4px;\" \/><\/li>\n<li><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-56d7b4040c8befa1d5f43ff166e97c23_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#103;&#40;&#120;&#41;&#32;&#61;&#32;&#51;&#120;&#32;&#43;&#32;&#49;\" title=\"Rendered by QuickLaTeX.com\" height=\"18\" width=\"105\" style=\"vertical-align: -4px;\" \/><br \/>\n<img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-adc99c89b9f2a1ede28cbbfef9ad6250_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#102;&#40;&#120;&#41;&#32;&#61;&#32;&#120;&#94;&#51;&#32;&#43;&#32;&#51;&#120;&#94;&#50;\" title=\"Rendered by QuickLaTeX.com\" height=\"19\" width=\"124\" style=\"vertical-align: -4px;\" \/><br \/>\nFind <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-b350882032bc4877372b311533d68618_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#103;&#40;&#50;&#41;&#92;&#99;&#100;&#111;&#116;&#32;&#102;&#40;&#50;&#41;\" title=\"Rendered by QuickLaTeX.com\" height=\"18\" width=\"77\" style=\"vertical-align: -4px;\" \/><\/li>\n<li><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-808ce45a8db2c075c90d93b0a65a49d9_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#103;&#40;&#116;&#41;&#32;&#61;&#32;&#116;&#32;&#45;&#32;&#51;\" title=\"Rendered by QuickLaTeX.com\" height=\"18\" width=\"90\" style=\"vertical-align: -4px;\" \/><br \/>\n<img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-3dab6f033bcfaa026d5dc64beec61a13_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#104;&#40;&#116;&#41;&#32;&#61;&#32;&#45;&#51;&#116;&#94;&#51;&#32;&#43;&#32;&#54;&#116;\" title=\"Rendered by QuickLaTeX.com\" height=\"19\" width=\"127\" style=\"vertical-align: -4px;\" \/><br \/>\nFind <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-941f33f42acebabc23f2048d8ff3a3fa_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#103;&#40;&#49;&#41;&#32;&#43;&#32;&#104;&#40;&#49;&#41;\" title=\"Rendered by QuickLaTeX.com\" height=\"18\" width=\"85\" style=\"vertical-align: -4px;\" \/><\/li>\n<li><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-5addc07e6ab83b8cc0ef5e85bedfd54c_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#103;&#40;&#120;&#41;&#32;&#61;&#32;&#120;&#94;&#50;&#32;&#45;&#32;&#50;\" title=\"Rendered by QuickLaTeX.com\" height=\"19\" width=\"104\" style=\"vertical-align: -4px;\" \/><br \/>\n<img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-fd87bdc19aa8490d26b64c6e6c0cd3e0_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#104;&#40;&#120;&#41;&#32;&#61;&#32;&#50;&#120;&#32;&#43;&#32;&#53;\" title=\"Rendered by QuickLaTeX.com\" height=\"18\" width=\"106\" style=\"vertical-align: -4px;\" \/><br \/>\nFind <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-9c6bb2e8772801d1a06e59348aa88855_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#103;&#40;&#45;&#54;&#41;&#32;&#43;&#32;&#104;&#40;&#45;&#54;&#41;\" title=\"Rendered by QuickLaTeX.com\" height=\"18\" width=\"113\" style=\"vertical-align: -4px;\" \/><\/li>\n<li><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-8d091a191e2495649f5b8402c55e8124_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#104;&#40;&#110;&#41;&#32;&#61;&#32;&#50;&#110;&#32;&#45;&#32;&#49;\" title=\"Rendered by QuickLaTeX.com\" height=\"18\" width=\"107\" style=\"vertical-align: -4px;\" \/><br \/>\n<img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-ab744b40b856975e82e377d21499c680_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#103;&#40;&#110;&#41;&#32;&#61;&#32;&#51;&#110;&#32;&#45;&#32;&#53;\" title=\"Rendered by QuickLaTeX.com\" height=\"18\" width=\"106\" style=\"vertical-align: -4px;\" \/><br \/>\nFind <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-6e398f6ed85085d4066f3ba72b7ebb0d_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#92;&#100;&#102;&#114;&#97;&#99;&#123;&#104;&#40;&#48;&#41;&#125;&#123;&#103;&#40;&#48;&#41;&#125;\" title=\"Rendered by QuickLaTeX.com\" height=\"42\" width=\"33\" style=\"vertical-align: -16px;\" \/><\/li>\n<li><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-9db823edb8275b792b90b32959fa6131_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#103;&#40;&#97;&#41;&#32;&#61;&#32;&#51;&#97;&#32;&#45;&#32;&#50;\" title=\"Rendered by QuickLaTeX.com\" height=\"18\" width=\"104\" style=\"vertical-align: -4px;\" \/><br \/>\n<img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-15570727e6e6b7beb9cc8f33bcd30283_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#104;&#40;&#97;&#41;&#32;&#61;&#32;&#52;&#97;&#32;&#45;&#32;&#50;\" title=\"Rendered by QuickLaTeX.com\" height=\"18\" width=\"105\" style=\"vertical-align: -4px;\" \/><br \/>\nFind <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-9cf9cc6021b243b74dd0203788860eca_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#40;&#103;&#32;&#43;&#32;&#104;&#41;&#40;&#49;&#48;&#41;\" title=\"Rendered by QuickLaTeX.com\" height=\"18\" width=\"85\" style=\"vertical-align: -4px;\" \/><\/li>\n<li><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-24c5ca0cccf8f35179b7704bdc24c764_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#103;&#40;&#97;&#41;&#32;&#61;&#32;&#51;&#97;&#32;&#43;&#32;&#51;\" title=\"Rendered by QuickLaTeX.com\" height=\"18\" width=\"105\" style=\"vertical-align: -4px;\" \/><br \/>\n<img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-284f69ea7a00faaff0aa606d318f3ca3_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#102;&#40;&#97;&#41;&#32;&#61;&#32;&#50;&#97;&#32;&#45;&#32;&#50;\" title=\"Rendered by QuickLaTeX.com\" height=\"18\" width=\"105\" style=\"vertical-align: -4px;\" \/><br \/>\nFind <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-f67a4ac3f3d2dcf28cd6bb695b998a7f_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#40;&#103;&#32;&#43;&#32;&#102;&#41;&#40;&#57;&#41;\" title=\"Rendered by QuickLaTeX.com\" height=\"18\" width=\"76\" style=\"vertical-align: -4px;\" \/><\/li>\n<li><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-ede80d03cebdc5832b8331e33864c7fd_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#103;&#40;&#120;&#41;&#32;&#61;&#32;&#52;&#120;&#32;&#43;&#32;&#51;\" title=\"Rendered by QuickLaTeX.com\" height=\"18\" width=\"106\" style=\"vertical-align: -4px;\" \/><br \/>\n<img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-e6b9860744946b458bb38565c8f78c19_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#104;&#40;&#120;&#41;&#32;&#61;&#32;&#120;&#94;&#51;&#32;&#45;&#32;&#50;&#120;&#94;&#50;\" title=\"Rendered by QuickLaTeX.com\" height=\"19\" width=\"123\" style=\"vertical-align: -4px;\" \/><br \/>\nFind <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-01b2c543b23a5a7b25d1c7be99f6628d_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#40;&#103;&#32;&#45;&#32;&#104;&#41;&#40;&#45;&#49;&#41;\" title=\"Rendered by QuickLaTeX.com\" height=\"18\" width=\"90\" style=\"vertical-align: -4px;\" \/><\/li>\n<li><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-e461a5252fb2e019a8a580388aadc1c4_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#103;&#40;&#120;&#41;&#32;&#61;&#32;&#120;&#32;&#43;&#32;&#51;\" title=\"Rendered by QuickLaTeX.com\" height=\"18\" width=\"97\" style=\"vertical-align: -4px;\" \/><br \/>\n<img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-e5d0adeb0697f23f93f830ee321ac04f_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#102;&#40;&#120;&#41;&#32;&#61;&#32;&#45;&#120;&#32;&#43;&#32;&#52;\" title=\"Rendered by QuickLaTeX.com\" height=\"18\" width=\"113\" style=\"vertical-align: -4px;\" \/><br \/>\nFind <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-7fd0fde9bc5a4bcb114b41f49115887e_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#40;&#103;&#32;&#45;&#32;&#102;&#41;&#40;&#51;&#41;\" title=\"Rendered by QuickLaTeX.com\" height=\"18\" width=\"76\" style=\"vertical-align: -4px;\" \/><\/li>\n<li><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-399bffbf5ff7a98a028dec6296254cc2_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#103;&#40;&#120;&#41;&#32;&#61;&#32;&#120;&#94;&#50;&#32;&#43;&#32;&#50;\" title=\"Rendered by QuickLaTeX.com\" height=\"19\" width=\"104\" style=\"vertical-align: -4px;\" \/><br \/>\n<img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-0a93e479bd2b7d1a5a652b6a76303f5b_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#102;&#40;&#120;&#41;&#32;&#61;&#32;&#50;&#120;&#32;&#43;&#32;&#53;\" title=\"Rendered by QuickLaTeX.com\" height=\"18\" width=\"107\" style=\"vertical-align: -4px;\" \/><br \/>\nFind <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-c7b9825503daede09c4dcfeee5b754ab_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#40;&#103;&#32;&#45;&#32;&#102;&#41;&#40;&#48;&#41;\" title=\"Rendered by QuickLaTeX.com\" height=\"18\" width=\"76\" style=\"vertical-align: -4px;\" \/><\/li>\n<li><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-6188e1886dc7f1774527d21ddd73bf16_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#102;&#40;&#110;&#41;&#32;&#61;&#32;&#110;&#32;&#45;&#32;&#53;\" title=\"Rendered by QuickLaTeX.com\" height=\"18\" width=\"99\" style=\"vertical-align: -4px;\" \/><br \/>\n<img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-bfa6ee8ca599aeff6e1052d2fc99bfd1_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#103;&#40;&#110;&#41;&#32;&#61;&#32;&#52;&#110;&#32;&#43;&#32;&#50;\" title=\"Rendered by QuickLaTeX.com\" height=\"18\" width=\"106\" style=\"vertical-align: -4px;\" \/><br \/>\nFind <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-d34e76901c87e45ff63cac35326502e1_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#40;&#102;&#32;&#43;&#32;&#103;&#41;&#40;&#45;&#56;&#41;\" title=\"Rendered by QuickLaTeX.com\" height=\"18\" width=\"90\" style=\"vertical-align: -4px;\" \/><\/li>\n<li><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-2771dfdfb4cb6fa781dc79aeae7211ae_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#104;&#40;&#116;&#41;&#32;&#61;&#32;&#116;&#32;&#43;&#32;&#53;\" title=\"Rendered by QuickLaTeX.com\" height=\"18\" width=\"90\" style=\"vertical-align: -4px;\" \/><br \/>\n<img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-6d9e8b463f44589490cbb4bfe419e974_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#103;&#40;&#116;&#41;&#32;&#61;&#32;&#51;&#116;&#32;&#45;&#32;&#53;\" title=\"Rendered by QuickLaTeX.com\" height=\"18\" width=\"98\" style=\"vertical-align: -4px;\" \/><br \/>\nFind <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-d133a61adeaca1e5084d5a5e531656b4_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#40;&#104;&#92;&#99;&#100;&#111;&#116;&#32;&#103;&#41;&#40;&#53;&#41;\" title=\"Rendered by QuickLaTeX.com\" height=\"18\" width=\"67\" style=\"vertical-align: -4px;\" \/><\/li>\n<li><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-730f620de9b8193ac5d117400a212253_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#103;&#40;&#116;&#41;&#32;&#61;&#32;&#116;&#32;&#45;&#32;&#52;\" title=\"Rendered by QuickLaTeX.com\" height=\"18\" width=\"90\" style=\"vertical-align: -4px;\" \/><br \/>\n<img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-f980d5135a282282dacae324c3faacf7_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#104;&#40;&#116;&#41;&#32;&#61;&#32;&#50;&#116;\" title=\"Rendered by QuickLaTeX.com\" height=\"18\" width=\"69\" style=\"vertical-align: -4px;\" \/><br \/>\nFind <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-a38d9809bacdbd7e7a70754df8f15864_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#40;&#103;&#92;&#99;&#100;&#111;&#116;&#32;&#104;&#41;&#40;&#51;&#116;&#41;\" title=\"Rendered by QuickLaTeX.com\" height=\"18\" width=\"73\" style=\"vertical-align: -4px;\" \/><\/li>\n<li><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-c663b17579faa58a1af092a003acbb75_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#103;&#40;&#110;&#41;&#32;&#61;&#32;&#110;&#94;&#50;&#32;&#43;&#32;&#53;\" title=\"Rendered by QuickLaTeX.com\" height=\"19\" width=\"105\" style=\"vertical-align: -4px;\" \/><br \/>\n<img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-87af32f7e58f257f88078fb4542e94d9_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#102;&#40;&#110;&#41;&#32;&#61;&#32;&#51;&#110;&#32;&#43;&#32;&#53;\" title=\"Rendered by QuickLaTeX.com\" height=\"18\" width=\"108\" style=\"vertical-align: -4px;\" \/><br \/>\nFind <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-df9f2cdd1145f9c90212e75edb75d898_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#92;&#100;&#102;&#114;&#97;&#99;&#123;&#103;&#40;&#110;&#41;&#125;&#123;&#102;&#40;&#110;&#41;&#125;\" title=\"Rendered by QuickLaTeX.com\" height=\"42\" width=\"36\" style=\"vertical-align: -16px;\" \/><\/li>\n<li><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-676ef2ee12f7828821d19b289094df62_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#103;&#40;&#97;&#41;&#32;&#61;&#32;&#45;&#50;&#97;&#32;&#43;&#32;&#53;\" title=\"Rendered by QuickLaTeX.com\" height=\"18\" width=\"118\" style=\"vertical-align: -4px;\" \/><br \/>\n<img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-17ebd013b8384f626b37644790bf0984_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#102;&#40;&#97;&#41;&#32;&#61;&#32;&#51;&#97;&#32;&#43;&#32;&#53;\" title=\"Rendered by QuickLaTeX.com\" height=\"18\" width=\"105\" style=\"vertical-align: -4px;\" \/><br \/>\nFind <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-2971d19c553883d040e20bcb9098feab_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#92;&#108;&#101;&#102;&#116;&#40;&#92;&#100;&#102;&#114;&#97;&#99;&#123;&#103;&#125;&#123;&#102;&#125;&#92;&#114;&#105;&#103;&#104;&#116;&#41;&#40;&#97;&#94;&#50;&#41;\" title=\"Rendered by QuickLaTeX.com\" height=\"43\" width=\"70\" style=\"vertical-align: -17px;\" \/><\/li>\n<li><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-20206908be557167265a4d8b9d0ee85e_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#104;&#40;&#110;&#41;&#32;&#61;&#32;&#110;&#94;&#51;&#32;&#43;&#32;&#52;&#110;\" title=\"Rendered by QuickLaTeX.com\" height=\"19\" width=\"118\" style=\"vertical-align: -4px;\" \/><br \/>\n<img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-8f72d03c67683ee10ff5ecd76bbb6d29_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#103;&#40;&#110;&#41;&#32;&#61;&#32;&#52;&#110;&#32;&#43;&#32;&#53;\" title=\"Rendered by QuickLaTeX.com\" height=\"18\" width=\"106\" style=\"vertical-align: -4px;\" \/><br \/>\nFind <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-da710fe8643d9e870c3523604f44a329_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#104;&#40;&#110;&#41;&#32;&#43;&#32;&#103;&#40;&#110;&#41;\" title=\"Rendered by QuickLaTeX.com\" height=\"18\" width=\"89\" style=\"vertical-align: -4px;\" \/><\/li>\n<li><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-123ea40c4bf09666f51c3b68d5c17059_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#103;&#40;&#110;&#41;&#32;&#61;&#32;&#110;&#94;&#50;&#32;&#45;&#32;&#52;&#110;\" title=\"Rendered by QuickLaTeX.com\" height=\"19\" width=\"117\" style=\"vertical-align: -4px;\" \/><br \/>\n<img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-2568b8db29e6670aefe580ca77f416ec_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#104;&#40;&#110;&#41;&#32;&#61;&#32;&#110;&#32;&#45;&#32;&#53;\" title=\"Rendered by QuickLaTeX.com\" height=\"18\" width=\"99\" style=\"vertical-align: -4px;\" \/><br \/>\nFind <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-2de8a8333a9603cdbed233c35d428b43_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#103;&#40;&#110;&#94;&#50;&#41;&#92;&#99;&#100;&#111;&#116;&#32;&#104;&#40;&#110;&#94;&#50;&#41;\" title=\"Rendered by QuickLaTeX.com\" height=\"19\" width=\"95\" style=\"vertical-align: -4px;\" \/><\/li>\n<li><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-bccb981c6e77b073b8e60abe67157ac5_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#103;&#40;&#110;&#41;&#32;&#61;&#32;&#110;&#32;&#43;&#32;&#53;\" title=\"Rendered by QuickLaTeX.com\" height=\"18\" width=\"97\" style=\"vertical-align: -4px;\" \/><br \/>\n<img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-f84a8d18bbe07602a710cba003e41c7a_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#104;&#40;&#110;&#41;&#32;&#61;&#32;&#50;&#110;&#32;&#45;&#32;&#53;\" title=\"Rendered by QuickLaTeX.com\" height=\"18\" width=\"107\" style=\"vertical-align: -4px;\" \/><br \/>\nFind <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-3790cc048ef158451d0aa610d441456e_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#40;&#103;&#92;&#99;&#100;&#111;&#116;&#32;&#104;&#41;&#40;&#45;&#51;&#110;&#41;\" title=\"Rendered by QuickLaTeX.com\" height=\"18\" width=\"92\" style=\"vertical-align: -4px;\" \/><\/li>\n<\/ol>\n<p>Solve the following composite functions.<\/p>\n<ol start=\"21\">\n<li><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-39a8ca243e21cbec0beab37d905ec1d1_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#102;&#40;&#120;&#41;&#32;&#61;&#32;&#45;&#52;&#120;&#32;&#43;&#32;&#49;\" title=\"Rendered by QuickLaTeX.com\" height=\"18\" width=\"121\" style=\"vertical-align: -4px;\" \/><br \/>\n<img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-ede80d03cebdc5832b8331e33864c7fd_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#103;&#40;&#120;&#41;&#32;&#61;&#32;&#52;&#120;&#32;&#43;&#32;&#51;\" title=\"Rendered by QuickLaTeX.com\" height=\"18\" width=\"106\" style=\"vertical-align: -4px;\" \/><br \/>\nFind <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-88dab4e599c427a6948f1a2a65c05ade_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#40;&#102;&#92;&#99;&#105;&#114;&#99;&#32;&#103;&#41;&#40;&#57;&#41;\" title=\"Rendered by QuickLaTeX.com\" height=\"18\" width=\"71\" style=\"vertical-align: -4px;\" \/><\/li>\n<li><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-e8a88f8248644327e1a5dc16607e3cc9_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#104;&#40;&#97;&#41;&#32;&#61;&#32;&#51;&#97;&#32;&#43;&#32;&#51;\" title=\"Rendered by QuickLaTeX.com\" height=\"18\" width=\"106\" style=\"vertical-align: -4px;\" \/><br \/>\n<img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-186791a71491a7240fb06543c8332fa9_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#103;&#40;&#97;&#41;&#32;&#61;&#32;&#97;&#32;&#43;&#32;&#49;\" title=\"Rendered by QuickLaTeX.com\" height=\"18\" width=\"95\" style=\"vertical-align: -4px;\" \/><br \/>\nFind <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-6500e55db7f489900dcc022a66d97e21_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#40;&#104;&#32;&#92;&#99;&#105;&#114;&#99;&#32;&#103;&#41;&#40;&#53;&#41;\" title=\"Rendered by QuickLaTeX.com\" height=\"18\" width=\"71\" style=\"vertical-align: -4px;\" \/><\/li>\n<li><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-70763c26283af7fbfb00b9fc9783065c_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#103;&#40;&#120;&#41;&#32;&#61;&#32;&#120;&#32;&#43;&#32;&#52;\" title=\"Rendered by QuickLaTeX.com\" height=\"18\" width=\"97\" style=\"vertical-align: -4px;\" \/><br \/>\n<img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-9dad27cb966666137a76baf63c98d6fd_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#104;&#40;&#120;&#41;&#32;&#61;&#32;&#120;&#94;&#50;&#32;&#45;&#32;&#49;\" title=\"Rendered by QuickLaTeX.com\" height=\"19\" width=\"105\" style=\"vertical-align: -4px;\" \/><br \/>\nFind <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-475f1aaed97fc2e3ff717014e3973b6e_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#40;&#103;&#32;&#92;&#99;&#105;&#114;&#99;&#32;&#104;&#41;&#40;&#49;&#48;&#41;\" title=\"Rendered by QuickLaTeX.com\" height=\"18\" width=\"80\" style=\"vertical-align: -4px;\" \/><\/li>\n<li><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-942b96e69d7bc7e1ab35baa2f816e61b_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#102;&#40;&#110;&#41;&#32;&#61;&#32;&#45;&#52;&#110;&#32;&#43;&#32;&#50;\" title=\"Rendered by QuickLaTeX.com\" height=\"18\" width=\"122\" style=\"vertical-align: -4px;\" \/><br \/>\n<img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-adffc854f70c1dcfb85fe1ae4ac05548_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#103;&#40;&#110;&#41;&#32;&#61;&#32;&#110;&#32;&#43;&#32;&#52;\" title=\"Rendered by QuickLaTeX.com\" height=\"18\" width=\"98\" style=\"vertical-align: -4px;\" \/><br \/>\nFind <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-61c309b924fcfdacdf6e647226fcfe2a_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#40;&#102;&#32;&#92;&#99;&#105;&#114;&#99;&#32;&#103;&#41;&#40;&#57;&#41;\" title=\"Rendered by QuickLaTeX.com\" height=\"18\" width=\"71\" style=\"vertical-align: -4px;\" \/><\/li>\n<li><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-3950e5e550c12b4941b4d467c40971f7_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#103;&#40;&#120;&#41;&#32;&#61;&#32;&#50;&#120;&#32;&#45;&#32;&#52;\" title=\"Rendered by QuickLaTeX.com\" height=\"18\" width=\"106\" style=\"vertical-align: -4px;\" \/><br \/>\n<img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-3874bec9eff0515cbc6d203e3ce81460_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#104;&#40;&#120;&#41;&#32;&#61;&#32;&#50;&#120;&#94;&#51;&#32;&#43;&#32;&#52;&#120;&#94;&#50;\" title=\"Rendered by QuickLaTeX.com\" height=\"19\" width=\"132\" style=\"vertical-align: -4px;\" \/><br \/>\nFind <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-caac7eb87f5ef4f087732126126045e4_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#40;&#103;&#32;&#92;&#99;&#105;&#114;&#99;&#32;&#104;&#41;&#40;&#51;&#41;\" title=\"Rendered by QuickLaTeX.com\" height=\"18\" width=\"71\" style=\"vertical-align: -4px;\" \/><\/li>\n<li><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-84199ba1aef934e6c06a3e62b34dc12a_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#103;&#40;&#120;&#41;&#32;&#61;&#32;&#120;&#94;&#50;&#32;&#45;&#32;&#53;&#120;\" title=\"Rendered by QuickLaTeX.com\" height=\"19\" width=\"115\" style=\"vertical-align: -4px;\" \/><br \/>\n<img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-26bb03e54c3c471240047bd14bff4725_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#104;&#40;&#120;&#41;&#32;&#61;&#32;&#52;&#120;&#32;&#43;&#32;&#52;\" title=\"Rendered by QuickLaTeX.com\" height=\"18\" width=\"107\" style=\"vertical-align: -4px;\" \/><br \/>\nFind <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-75dc88208ba6c83fba196af7ec151c98_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#40;&#103;&#32;&#92;&#99;&#105;&#114;&#99;&#32;&#104;&#41;&#40;&#120;&#41;\" title=\"Rendered by QuickLaTeX.com\" height=\"18\" width=\"72\" style=\"vertical-align: -4px;\" \/><\/li>\n<li><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-bc9ce6afd3df467f05add38ccfd12b19_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#102;&#40;&#97;&#41;&#32;&#61;&#32;&#45;&#50;&#97;&#32;&#43;&#32;&#50;\" title=\"Rendered by QuickLaTeX.com\" height=\"18\" width=\"119\" style=\"vertical-align: -4px;\" \/><br \/>\n<img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-0166bc748e79dc4e46f815caacb33c07_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#103;&#40;&#97;&#41;&#32;&#61;&#32;&#52;&#97;\" title=\"Rendered by QuickLaTeX.com\" height=\"18\" width=\"74\" style=\"vertical-align: -4px;\" \/><br \/>\nFind <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-e161345962545f3a2f981aeaa711f83d_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#40;&#102;&#32;&#92;&#99;&#105;&#114;&#99;&#32;&#103;&#41;&#40;&#97;&#41;\" title=\"Rendered by QuickLaTeX.com\" height=\"18\" width=\"71\" style=\"vertical-align: -4px;\" \/><\/li>\n<li><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-590786b41b91a75d9f95e8a35e93cac2_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#103;&#40;&#120;&#41;&#32;&#61;&#32;&#52;&#120;&#32;&#43;&#32;&#52;\" title=\"Rendered by QuickLaTeX.com\" height=\"18\" width=\"106\" style=\"vertical-align: -4px;\" \/><br \/>\n<img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-10ede5e223f85895d709fca7368dd7a8_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#102;&#40;&#120;&#41;&#32;&#61;&#32;&#120;&#94;&#51;&#32;&#45;&#32;&#49;\" title=\"Rendered by QuickLaTeX.com\" height=\"19\" width=\"106\" style=\"vertical-align: -4px;\" \/><br \/>\nFind <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-a975e437e86009f90e388b402b85fb45_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#40;&#103;&#32;&#92;&#99;&#105;&#114;&#99;&#32;&#102;&#41;&#40;&#120;&#41;\" title=\"Rendered by QuickLaTeX.com\" height=\"18\" width=\"72\" style=\"vertical-align: -4px;\" \/><\/li>\n<li><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-6ea9e7f45aabea0b8d55387d61dff1ef_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#103;&#40;&#120;&#41;&#32;&#61;&#32;&#45;&#120;&#32;&#43;&#32;&#53;\" title=\"Rendered by QuickLaTeX.com\" height=\"18\" width=\"110\" style=\"vertical-align: -4px;\" \/><br \/>\n<img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-9f953b92fdb1af9c5d8c4bf90c50b5e3_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#102;&#40;&#120;&#41;&#32;&#61;&#32;&#50;&#120;&#32;&#45;&#32;&#51;\" title=\"Rendered by QuickLaTeX.com\" height=\"18\" width=\"108\" style=\"vertical-align: -4px;\" \/><br \/>\nFind <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-a975e437e86009f90e388b402b85fb45_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#40;&#103;&#32;&#92;&#99;&#105;&#114;&#99;&#32;&#102;&#41;&#40;&#120;&#41;\" title=\"Rendered by QuickLaTeX.com\" height=\"18\" width=\"72\" style=\"vertical-align: -4px;\" \/><\/li>\n<li><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-3f516c7cb9e2564047ac3d4f4659dd1e_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#102;&#40;&#116;&#41;&#32;&#61;&#32;&#52;&#116;&#32;&#43;&#32;&#51;\" title=\"Rendered by QuickLaTeX.com\" height=\"18\" width=\"100\" style=\"vertical-align: -4px;\" \/><br \/>\n<img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-9544789362742005dfcb79014493652a_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#103;&#40;&#116;&#41;&#32;&#61;&#32;&#45;&#52;&#116;&#32;&#45;&#32;&#50;\" title=\"Rendered by QuickLaTeX.com\" height=\"18\" width=\"112\" style=\"vertical-align: -4px;\" \/><br \/>\nFind <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-content\/ql-cache\/quicklatex.com-f41d3d0778d5c72954e1d2e559a265d6_l3.png\" class=\"ql-img-inline-formula quicklatex-auto-format\" alt=\"&#40;&#102;&#32;&#92;&#99;&#105;&#114;&#99;&#32;&#103;&#41;&#40;&#116;&#41;\" title=\"Rendered by QuickLaTeX.com\" height=\"18\" width=\"68\" style=\"vertical-align: -4px;\" \/><\/li>\n<\/ol>\n<p><a href=\"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/back-matter\/answer-key-11-2\/\">Answer Key 11.2<\/a><\/p>\n","protected":false},"author":540,"menu_order":2,"template":"","meta":{"pb_show_title":"on","pb_short_title":"","pb_subtitle":"","pb_authors":[],"pb_section_license":""},"chapter-type":[],"contributor":[],"license":[],"class_list":["post-773","chapter","type-chapter","status-publish","hentry"],"part":399,"_links":{"self":[{"href":"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-json\/pressbooks\/v2\/chapters\/773","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-json\/pressbooks\/v2\/chapters"}],"about":[{"href":"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-json\/wp\/v2\/types\/chapter"}],"author":[{"embeddable":true,"href":"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-json\/wp\/v2\/users\/540"}],"version-history":[{"count":9,"href":"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-json\/pressbooks\/v2\/chapters\/773\/revisions"}],"predecessor-version":[{"id":3664,"href":"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-json\/pressbooks\/v2\/chapters\/773\/revisions\/3664"}],"part":[{"href":"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-json\/pressbooks\/v2\/parts\/399"}],"metadata":[{"href":"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-json\/pressbooks\/v2\/chapters\/773\/metadata\/"}],"wp:attachment":[{"href":"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-json\/wp\/v2\/media?parent=773"}],"wp:term":[{"taxonomy":"chapter-type","embeddable":true,"href":"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-json\/pressbooks\/v2\/chapter-type?post=773"},{"taxonomy":"contributor","embeddable":true,"href":"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-json\/wp\/v2\/contributor?post=773"},{"taxonomy":"license","embeddable":true,"href":"https:\/\/pressbooks.bccampus.ca\/intermediatealgebrakpu\/wp-json\/wp\/v2\/license?post=773"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}