{"id":1788,"date":"2015-11-12T18:30:45","date_gmt":"2015-11-12T18:30:45","guid":{"rendered":"https:\/\/courses.candelalearning.com\/collegealgebra1xmaster\/?post_type=chapter&#038;p=1788"},"modified":"2015-11-12T18:30:45","modified_gmt":"2015-11-12T18:30:45","slug":"finding-scalar-multiples-of-a-matrix","status":"publish","type":"chapter","link":"https:\/\/courses.lumenlearning.com\/ivytech-collegealgebra\/chapter\/finding-scalar-multiples-of-a-matrix\/","title":{"raw":"Finding Scalar Multiples of a Matrix","rendered":"Finding Scalar Multiples of a Matrix"},"content":{"raw":"<p>Besides adding and subtracting whole matrices, there are many situations in which we need to multiply a matrix by a constant called a scalar. Recall that a <strong>scalar<\/strong> is a real number quantity that has magnitude, but not direction. For example, time, temperature, and distance are scalar quantities. The process of <strong>scalar multiplication<\/strong> involves multiplying each entry in a matrix by a scalar. A <strong>scalar multiple<\/strong> is any entry of a matrix that results from scalar multiplication.\n\nConsider a real-world scenario in which a university needs to add to its inventory of computers, computer tables, and chairs in two of the campus labs due to increased enrollment. They estimate that 15% more equipment is needed in both labs. The school\u2019s current inventory is displayed in the table below.\n<\/p><table id=\"Table_09_05_02\" summary=\"..\"><thead><tr><th\/>\n<th data-align=\"center\">Lab A<\/th>\n<th data-align=\"center\">Lab B<\/th>\n<\/tr><\/thead><tbody><tr><td><strong>Computers<\/strong><\/td>\n<td data-align=\"center\">15<\/td>\n<td data-align=\"center\">27<\/td>\n<\/tr><tr><td><strong>Computer Tables<\/strong><\/td>\n<td data-align=\"center\">16<\/td>\n<td data-align=\"center\">34<\/td>\n<\/tr><tr><td><strong>Chairs<\/strong><\/td>\n<td data-align=\"center\">16<\/td>\n<td data-align=\"center\">34<\/td>\n<\/tr><\/tbody><\/table>\nConverting the data to a matrix, we have\n<div style=\"text-align: center;\">[latex]{C}_{2013}=\\left[\\begin{array}{c}15\\\\ 16\\\\ 16\\end{array}\\begin{array}{c}27\\\\ 34\\\\ 34\\end{array}\\right][\/latex]<\/div>\nTo calculate how much computer equipment will be needed, we multiply all entries in matrix [latex]C[\/latex] by 0.15.\n<div style=\"text-align: center;\">[latex]\\left(0.15\\right){C}_{2013}=\\left[\\begin{array}{c}\\left(0.15\\right)15\\\\ \\left(0.15\\right)16\\\\ \\left(0.15\\right)16\\end{array}\\begin{array}{c}\\left(0.15\\right)27\\\\ \\left(0.15\\right)34\\\\ \\left(0.15\\right)34\\end{array}\\right]=\\left[\\begin{array}{c}2.25\\\\ 2.4\\\\ 2.4\\end{array}\\begin{array}{c}4.05\\\\ 5.1\\\\ 5.1\\end{array}\\right][\/latex]<\/div>\nWe must round up to the next integer, so the amount of new equipment needed is\n<div style=\"text-align: center;\">[latex]\\left[\\begin{array}{c}3\\\\ 3\\\\ 3\\end{array}\\begin{array}{c}5\\\\ 6\\\\ 6\\end{array}\\right][\/latex]<\/div>\nAdding the two matrices as shown below, we see the new inventory amounts.\n<div style=\"text-align: center;\">[latex]\\left[\\begin{array}{c}15\\\\ 16\\\\ 16\\end{array}\\begin{array}{c}27\\\\ 34\\\\ 34\\end{array}\\right]+\\left[\\begin{array}{c}3\\\\ 3\\\\ 3\\end{array}\\begin{array}{c}5\\\\ 6\\\\ 6\\end{array}\\right]=\\left[\\begin{array}{c}18\\\\ 19\\\\ 19\\end{array}\\begin{array}{c}32\\\\ 40\\\\ 40\\end{array}\\right][\/latex]<\/div>\nThis means\n<div style=\"text-align: center;\">[latex]{C}_{2014}=\\left[\\begin{array}{c}18\\\\ 19\\\\ 19\\end{array}\\begin{array}{c}32\\\\ 40\\\\ 40\\end{array}\\right][\/latex]<\/div>\nThus, Lab A will have 18 computers, 19 computer tables, and 19 chairs; Lab B will have 32 computers, 40 computer tables, and 40 chairs.\n<div class=\"textbox\">\n<h3>A General Note: Scalar Multiplication<\/h3>\nScalar multiplication involves finding the product of a constant by each entry in the matrix. Given\n<div style=\"text-align: center;\">[latex]A=\\left[\\begin{array}{cccc}{a}_{11}&amp; &amp; &amp; {a}_{12}\\\\ {a}_{21}&amp; &amp; &amp; {a}_{22}\\end{array}\\right][\/latex]<\/div>\nthe scalar multiple [latex]cA[\/latex] is\n<div style=\"text-align: center;\">[latex]\\begin{array}{l}cA=c\\left[\\begin{array}{ccc}{a}_{11}&amp; &amp; {a}_{12}\\\\ {a}_{21}&amp; &amp; {a}_{22}\\end{array}\\right]\\hfill \\\\ \\text{ }=\\left[\\begin{array}{ccc}c{a}_{11}&amp; &amp; c{a}_{12}\\\\ c{a}_{21}&amp; &amp; c{a}_{22}\\end{array}\\right]\\hfill \\end{array}[\/latex]<\/div>\nScalar multiplication is distributive. For the matrices [latex]A,B[\/latex], and [latex]C[\/latex] with scalars [latex]a[\/latex] and [latex]b[\/latex],\n<div style=\"text-align: center;\">[latex]\\begin{array}{l}\\\\ \\begin{array}{c}a\\left(A+B\\right)=aA+aB\\\\ \\left(a+b\\right)A=aA+bA\\end{array}\\end{array}[\/latex]<\/div>\n<\/div>\n<div class=\"textbox shaded\">\n<h3>Example 6: Multiplying the Matrix by a Scalar<\/h3>\nMultiply matrix [latex]A[\/latex] by the scalar 3.\n<div style=\"text-align: center;\">[latex]A=\\left[\\begin{array}{cc}8&amp; 1\\\\ 5&amp; 4\\end{array}\\right][\/latex]<\/div>\n<\/div>\n<div class=\"textbox shaded\">\n<h3>Solution<\/h3>\nMultiply each entry in [latex]A[\/latex] by the scalar 3.\n<div style=\"text-align: center;\">[latex]\\begin{array}{l}3A=3\\left[\\begin{array}{rr}\\hfill 8&amp; \\hfill 1\\\\ \\hfill 5&amp; \\hfill 4\\end{array}\\right]\\hfill \\\\ = \\left[\\begin{array}{rr}\\hfill 3\\cdot 8&amp; \\hfill 3\\cdot 1\\\\ \\hfill 3\\cdot 5&amp; \\hfill 3\\cdot 4\\end{array}\\right]\\hfill \\\\ = \\left[\\begin{array}{rr}\\hfill 24&amp; \\hfill 3\\\\ \\hfill 15&amp; \\hfill 12\\end{array}\\right]\\hfill \\end{array}[\/latex]<\/div>\n<\/div>\n<div class=\"bcc-box bcc-success\">\n<h3>Try It 2<\/h3>\nGiven matrix [latex]B,\\text{}[\/latex] find [latex]-2B[\/latex] where\n<div style=\"text-align: center;\">[latex]B=\\left[\\begin{array}{cc}4&amp; 1\\\\ 3&amp; 2\\end{array}\\right][\/latex]<\/div>\n<div><a href=\"https:\/\/courses.candelalearning.com\/precalctwo1xmaster\/chapter\/solutions-16\/\" target=\"_blank\">Solution<\/a><\/div>\n<\/div>\n<div class=\"textbox shaded\">\n<h3>Example 7: Finding the Sum of Scalar Multiples<\/h3>\nFind the sum [latex]3A+2B[\/latex].\n<div style=\"text-align: center;\">[latex]A=\\left[\\begin{array}{rrr}\\hfill 1&amp; \\hfill -2&amp; \\hfill 0\\\\ \\hfill 0&amp; \\hfill -1&amp; \\hfill 2\\\\ \\hfill 4&amp; \\hfill 3&amp; \\hfill -6\\end{array}\\right]\\text{ and }B=\\left[\\begin{array}{rrr}\\hfill -1&amp; \\hfill 2&amp; \\hfill 1\\\\ \\hfill 0&amp; \\hfill -3&amp; \\hfill 2\\\\ \\hfill 0&amp; \\hfill 1&amp; \\hfill -4\\end{array}\\right][\/latex]<\/div>\n<\/div>\n<div class=\"textbox shaded\">\n<h3>Solution<\/h3>\nFirst, find [latex]3A,\\text{}[\/latex] then [latex]2B[\/latex].\n<div style=\"text-align: center;\">[latex]\\begin{array}{l}\\begin{array}{l}\\hfill \\\\ \\hfill \\\\ 3A=\\left[\\begin{array}{lll}3\\cdot 1\\hfill &amp; 3\\left(-2\\right)\\hfill &amp; 3\\cdot 0\\hfill \\\\ 3\\cdot 0\\hfill &amp; 3\\left(-1\\right)\\hfill &amp; 3\\cdot 2\\hfill \\\\ 3\\cdot 4\\hfill &amp; 3\\cdot 3\\hfill &amp; 3\\left(-6\\right)\\hfill \\end{array}\\right]\\hfill \\end{array}\\hfill \\\\ =\\left[\\begin{array}{rrr}\\hfill 3&amp; \\hfill -6&amp; \\hfill 0\\\\ \\hfill 0&amp; \\hfill -3&amp; \\hfill 6\\\\ \\hfill 12&amp; \\hfill 9&amp; \\hfill -18\\end{array}\\right]\\hfill \\end{array}[\/latex]<\/div>\n<div style=\"text-align: center;\">[latex]\\begin{array}{l}\\begin{array}{l}\\hfill \\\\ \\hfill \\\\ 2B=\\left[\\begin{array}{lll}2\\left(-1\\right)\\hfill &amp; 2\\cdot 2\\hfill &amp; 2\\cdot 1\\hfill \\\\ 2\\cdot 0\\hfill &amp; 2\\left(-3\\right)\\hfill &amp; 2\\cdot 2\\hfill \\\\ 2\\cdot 0\\hfill &amp; 2\\cdot 1\\hfill &amp; 2\\left(-4\\right)\\hfill \\end{array}\\right]\\hfill \\end{array}\\hfill \\\\ =\\left[\\begin{array}{rrr}\\hfill -2&amp; \\hfill 4&amp; \\hfill 2\\\\ \\hfill 0&amp; \\hfill -6&amp; \\hfill 4\\\\ \\hfill 0&amp; \\hfill 2&amp; \\hfill -8\\end{array}\\right]\\hfill \\end{array}[\/latex]<\/div>\nNow, add [latex]3A+2B[\/latex].\n<div style=\"text-align: center;\">[latex]\\begin{array}{l}\\hfill \\\\ \\hfill \\\\ 3A+2B=\\left[\\begin{array}{rrr}\\hfill 3&amp; \\hfill -6&amp; \\hfill 0\\\\ \\hfill 0&amp; \\hfill -3&amp; \\hfill 6\\\\ \\hfill 12&amp; \\hfill 9&amp; \\hfill -18\\end{array}\\right]+\\left[\\begin{array}{rrr}\\hfill -2&amp; \\hfill 4&amp; \\hfill 2\\\\ \\hfill 0&amp; \\hfill -6&amp; \\hfill 4\\\\ \\hfill 0&amp; \\hfill 2&amp; \\hfill -8\\end{array}\\right]\\hfill \\\\ \\text{ }=\\left[\\begin{array}{rrr}\\hfill 3 - 2&amp; \\hfill -6+4&amp; \\hfill 0+2\\\\ \\hfill 0+0&amp; \\hfill -3 - 6&amp; \\hfill 6+4\\\\ \\hfill 12+0&amp; \\hfill 9+2&amp; \\hfill -18 - 8\\end{array}\\right]\\hfill \\\\ \\text{ }=\\left[\\begin{array}{rrr}\\hfill 1&amp; \\hfill -2&amp; \\hfill 2\\\\ \\hfill 0&amp; \\hfill -9&amp; \\hfill 10\\\\ \\hfill 12&amp; \\hfill 11&amp; \\hfill -26\\end{array}\\right]\\hfill \\end{array}[\/latex]<\/div>\n<\/div>","rendered":"<p>Besides adding and subtracting whole matrices, there are many situations in which we need to multiply a matrix by a constant called a scalar. Recall that a <strong>scalar<\/strong> is a real number quantity that has magnitude, but not direction. For example, time, temperature, and distance are scalar quantities. The process of <strong>scalar multiplication<\/strong> involves multiplying each entry in a matrix by a scalar. A <strong>scalar multiple<\/strong> is any entry of a matrix that results from scalar multiplication.<\/p>\n<p>Consider a real-world scenario in which a university needs to add to its inventory of computers, computer tables, and chairs in two of the campus labs due to increased enrollment. They estimate that 15% more equipment is needed in both labs. The school\u2019s current inventory is displayed in the table below.\n<\/p>\n<table id=\"Table_09_05_02\" summary=\"..\">\n<thead>\n<tr>\n<th>\n<\/th>\n<th data-align=\"center\">Lab A<\/th>\n<th data-align=\"center\">Lab B<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td><strong>Computers<\/strong><\/td>\n<td data-align=\"center\">15<\/td>\n<td data-align=\"center\">27<\/td>\n<\/tr>\n<tr>\n<td><strong>Computer Tables<\/strong><\/td>\n<td data-align=\"center\">16<\/td>\n<td data-align=\"center\">34<\/td>\n<\/tr>\n<tr>\n<td><strong>Chairs<\/strong><\/td>\n<td data-align=\"center\">16<\/td>\n<td data-align=\"center\">34<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>Converting the data to a matrix, we have<\/p>\n<div style=\"text-align: center;\">[latex]{C}_{2013}=\\left[\\begin{array}{c}15\\\\ 16\\\\ 16\\end{array}\\begin{array}{c}27\\\\ 34\\\\ 34\\end{array}\\right][\/latex]<\/div>\n<p>To calculate how much computer equipment will be needed, we multiply all entries in matrix [latex]C[\/latex] by 0.15.<\/p>\n<div style=\"text-align: center;\">[latex]\\left(0.15\\right){C}_{2013}=\\left[\\begin{array}{c}\\left(0.15\\right)15\\\\ \\left(0.15\\right)16\\\\ \\left(0.15\\right)16\\end{array}\\begin{array}{c}\\left(0.15\\right)27\\\\ \\left(0.15\\right)34\\\\ \\left(0.15\\right)34\\end{array}\\right]=\\left[\\begin{array}{c}2.25\\\\ 2.4\\\\ 2.4\\end{array}\\begin{array}{c}4.05\\\\ 5.1\\\\ 5.1\\end{array}\\right][\/latex]<\/div>\n<p>We must round up to the next integer, so the amount of new equipment needed is<\/p>\n<div style=\"text-align: center;\">[latex]\\left[\\begin{array}{c}3\\\\ 3\\\\ 3\\end{array}\\begin{array}{c}5\\\\ 6\\\\ 6\\end{array}\\right][\/latex]<\/div>\n<p>Adding the two matrices as shown below, we see the new inventory amounts.<\/p>\n<div style=\"text-align: center;\">[latex]\\left[\\begin{array}{c}15\\\\ 16\\\\ 16\\end{array}\\begin{array}{c}27\\\\ 34\\\\ 34\\end{array}\\right]+\\left[\\begin{array}{c}3\\\\ 3\\\\ 3\\end{array}\\begin{array}{c}5\\\\ 6\\\\ 6\\end{array}\\right]=\\left[\\begin{array}{c}18\\\\ 19\\\\ 19\\end{array}\\begin{array}{c}32\\\\ 40\\\\ 40\\end{array}\\right][\/latex]<\/div>\n<p>This means<\/p>\n<div style=\"text-align: center;\">[latex]{C}_{2014}=\\left[\\begin{array}{c}18\\\\ 19\\\\ 19\\end{array}\\begin{array}{c}32\\\\ 40\\\\ 40\\end{array}\\right][\/latex]<\/div>\n<p>Thus, Lab A will have 18 computers, 19 computer tables, and 19 chairs; Lab B will have 32 computers, 40 computer tables, and 40 chairs.<\/p>\n<div class=\"textbox\">\n<h3>A General Note: Scalar Multiplication<\/h3>\n<p>Scalar multiplication involves finding the product of a constant by each entry in the matrix. Given<\/p>\n<div style=\"text-align: center;\">[latex]A=\\left[\\begin{array}{cccc}{a}_{11}& & & {a}_{12}\\\\ {a}_{21}& & & {a}_{22}\\end{array}\\right][\/latex]<\/div>\n<p>the scalar multiple [latex]cA[\/latex] is<\/p>\n<div style=\"text-align: center;\">[latex]\\begin{array}{l}cA=c\\left[\\begin{array}{ccc}{a}_{11}& & {a}_{12}\\\\ {a}_{21}& & {a}_{22}\\end{array}\\right]\\hfill \\\\ \\text{ }=\\left[\\begin{array}{ccc}c{a}_{11}& & c{a}_{12}\\\\ c{a}_{21}& & c{a}_{22}\\end{array}\\right]\\hfill \\end{array}[\/latex]<\/div>\n<p>Scalar multiplication is distributive. For the matrices [latex]A,B[\/latex], and [latex]C[\/latex] with scalars [latex]a[\/latex] and [latex]b[\/latex],<\/p>\n<div style=\"text-align: center;\">[latex]\\begin{array}{l}\\\\ \\begin{array}{c}a\\left(A+B\\right)=aA+aB\\\\ \\left(a+b\\right)A=aA+bA\\end{array}\\end{array}[\/latex]<\/div>\n<\/div>\n<div class=\"textbox shaded\">\n<h3>Example 6: Multiplying the Matrix by a Scalar<\/h3>\n<p>Multiply matrix [latex]A[\/latex] by the scalar 3.<\/p>\n<div style=\"text-align: center;\">[latex]A=\\left[\\begin{array}{cc}8& 1\\\\ 5& 4\\end{array}\\right][\/latex]<\/div>\n<\/div>\n<div class=\"textbox shaded\">\n<h3>Solution<\/h3>\n<p>Multiply each entry in [latex]A[\/latex] by the scalar 3.<\/p>\n<div style=\"text-align: center;\">[latex]\\begin{array}{l}3A=3\\left[\\begin{array}{rr}\\hfill 8& \\hfill 1\\\\ \\hfill 5& \\hfill 4\\end{array}\\right]\\hfill \\\\ = \\left[\\begin{array}{rr}\\hfill 3\\cdot 8& \\hfill 3\\cdot 1\\\\ \\hfill 3\\cdot 5& \\hfill 3\\cdot 4\\end{array}\\right]\\hfill \\\\ = \\left[\\begin{array}{rr}\\hfill 24& \\hfill 3\\\\ \\hfill 15& \\hfill 12\\end{array}\\right]\\hfill \\end{array}[\/latex]<\/div>\n<\/div>\n<div class=\"bcc-box bcc-success\">\n<h3>Try It 2<\/h3>\n<p>Given matrix [latex]B,\\text{}[\/latex] find [latex]-2B[\/latex] where<\/p>\n<div style=\"text-align: center;\">[latex]B=\\left[\\begin{array}{cc}4& 1\\\\ 3& 2\\end{array}\\right][\/latex]<\/div>\n<div><a href=\"https:\/\/courses.candelalearning.com\/precalctwo1xmaster\/chapter\/solutions-16\/\" target=\"_blank\">Solution<\/a><\/div>\n<\/div>\n<div class=\"textbox shaded\">\n<h3>Example 7: Finding the Sum of Scalar Multiples<\/h3>\n<p>Find the sum [latex]3A+2B[\/latex].<\/p>\n<div style=\"text-align: center;\">[latex]A=\\left[\\begin{array}{rrr}\\hfill 1& \\hfill -2& \\hfill 0\\\\ \\hfill 0& \\hfill -1& \\hfill 2\\\\ \\hfill 4& \\hfill 3& \\hfill -6\\end{array}\\right]\\text{ and }B=\\left[\\begin{array}{rrr}\\hfill -1& \\hfill 2& \\hfill 1\\\\ \\hfill 0& \\hfill -3& \\hfill 2\\\\ \\hfill 0& \\hfill 1& \\hfill -4\\end{array}\\right][\/latex]<\/div>\n<\/div>\n<div class=\"textbox shaded\">\n<h3>Solution<\/h3>\n<p>First, find [latex]3A,\\text{}[\/latex] then [latex]2B[\/latex].<\/p>\n<div style=\"text-align: center;\">[latex]\\begin{array}{l}\\begin{array}{l}\\hfill \\\\ \\hfill \\\\ 3A=\\left[\\begin{array}{lll}3\\cdot 1\\hfill & 3\\left(-2\\right)\\hfill & 3\\cdot 0\\hfill \\\\ 3\\cdot 0\\hfill & 3\\left(-1\\right)\\hfill & 3\\cdot 2\\hfill \\\\ 3\\cdot 4\\hfill & 3\\cdot 3\\hfill & 3\\left(-6\\right)\\hfill \\end{array}\\right]\\hfill \\end{array}\\hfill \\\\ =\\left[\\begin{array}{rrr}\\hfill 3& \\hfill -6& \\hfill 0\\\\ \\hfill 0& \\hfill -3& \\hfill 6\\\\ \\hfill 12& \\hfill 9& \\hfill -18\\end{array}\\right]\\hfill \\end{array}[\/latex]<\/div>\n<div style=\"text-align: center;\">[latex]\\begin{array}{l}\\begin{array}{l}\\hfill \\\\ \\hfill \\\\ 2B=\\left[\\begin{array}{lll}2\\left(-1\\right)\\hfill & 2\\cdot 2\\hfill & 2\\cdot 1\\hfill \\\\ 2\\cdot 0\\hfill & 2\\left(-3\\right)\\hfill & 2\\cdot 2\\hfill \\\\ 2\\cdot 0\\hfill & 2\\cdot 1\\hfill & 2\\left(-4\\right)\\hfill \\end{array}\\right]\\hfill \\end{array}\\hfill \\\\ =\\left[\\begin{array}{rrr}\\hfill -2& \\hfill 4& \\hfill 2\\\\ \\hfill 0& \\hfill -6& \\hfill 4\\\\ \\hfill 0& \\hfill 2& \\hfill -8\\end{array}\\right]\\hfill \\end{array}[\/latex]<\/div>\n<p>Now, add [latex]3A+2B[\/latex].<\/p>\n<div style=\"text-align: center;\">[latex]\\begin{array}{l}\\hfill \\\\ \\hfill \\\\ 3A+2B=\\left[\\begin{array}{rrr}\\hfill 3& \\hfill -6& \\hfill 0\\\\ \\hfill 0& \\hfill -3& \\hfill 6\\\\ \\hfill 12& \\hfill 9& \\hfill -18\\end{array}\\right]+\\left[\\begin{array}{rrr}\\hfill -2& \\hfill 4& \\hfill 2\\\\ \\hfill 0& \\hfill -6& \\hfill 4\\\\ \\hfill 0& \\hfill 2& \\hfill -8\\end{array}\\right]\\hfill \\\\ \\text{ }=\\left[\\begin{array}{rrr}\\hfill 3 - 2& \\hfill -6+4& \\hfill 0+2\\\\ \\hfill 0+0& \\hfill -3 - 6& \\hfill 6+4\\\\ \\hfill 12+0& \\hfill 9+2& \\hfill -18 - 8\\end{array}\\right]\\hfill \\\\ \\text{ }=\\left[\\begin{array}{rrr}\\hfill 1& \\hfill -2& \\hfill 2\\\\ \\hfill 0& \\hfill -9& \\hfill 10\\\\ \\hfill 12& \\hfill 11& \\hfill -26\\end{array}\\right]\\hfill \\end{array}[\/latex]<\/div>\n<\/div>\n\n\t\t\t <section class=\"citations-section\" role=\"contentinfo\">\n\t\t\t <h3>Candela Citations<\/h3>\n\t\t\t\t\t <div>\n\t\t\t\t\t\t <div id=\"citation-list-1788\">\n\t\t\t\t\t\t\t <div class=\"licensing\"><div class=\"license-attribution-dropdown-subheading\">CC licensed content, Specific attribution<\/div><ul class=\"citation-list\"><li>Precalculus. <strong>Authored by<\/strong>: OpenStax College. <strong>Provided by<\/strong>: OpenStax. <strong>Located at<\/strong>: <a target=\"_blank\" href=\"http:\/\/cnx.org\/contents\/fd53eae1-fa23-47c7-bb1b-972349835c3c@5.175:1\/Preface\">http:\/\/cnx.org\/contents\/fd53eae1-fa23-47c7-bb1b-972349835c3c@5.175:1\/Preface<\/a>. <strong>License<\/strong>: <em><a target=\"_blank\" rel=\"license\" href=\"https:\/\/creativecommons.org\/licenses\/by\/4.0\/\">CC BY: Attribution<\/a><\/em><\/li><\/ul><\/div>\n\t\t\t\t\t\t <\/div>\n\t\t\t\t\t <\/div>\n\t\t\t <\/section>","protected":false},"author":276,"menu_order":3,"template":"","meta":{"_candela_citation":"[{\"type\":\"cc-attribution\",\"description\":\"Precalculus\",\"author\":\"OpenStax College\",\"organization\":\"OpenStax\",\"url\":\"http:\/\/cnx.org\/contents\/fd53eae1-fa23-47c7-bb1b-972349835c3c@5.175:1\/Preface\",\"project\":\"\",\"license\":\"cc-by\",\"license_terms\":\"\"}]","CANDELA_OUTCOMES_GUID":"","pb_show_title":"on","pb_short_title":"","pb_subtitle":"","pb_authors":[],"pb_section_license":""},"chapter-type":[],"contributor":[],"license":[],"class_list":["post-1788","chapter","type-chapter","status-publish","hentry"],"part":1784,"_links":{"self":[{"href":"https:\/\/courses.lumenlearning.com\/ivytech-collegealgebra\/wp-json\/pressbooks\/v2\/chapters\/1788","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/courses.lumenlearning.com\/ivytech-collegealgebra\/wp-json\/pressbooks\/v2\/chapters"}],"about":[{"href":"https:\/\/courses.lumenlearning.com\/ivytech-collegealgebra\/wp-json\/wp\/v2\/types\/chapter"}],"author":[{"embeddable":true,"href":"https:\/\/courses.lumenlearning.com\/ivytech-collegealgebra\/wp-json\/wp\/v2\/users\/276"}],"version-history":[{"count":1,"href":"https:\/\/courses.lumenlearning.com\/ivytech-collegealgebra\/wp-json\/pressbooks\/v2\/chapters\/1788\/revisions"}],"predecessor-version":[{"id":2258,"href":"https:\/\/courses.lumenlearning.com\/ivytech-collegealgebra\/wp-json\/pressbooks\/v2\/chapters\/1788\/revisions\/2258"}],"part":[{"href":"https:\/\/courses.lumenlearning.com\/ivytech-collegealgebra\/wp-json\/pressbooks\/v2\/parts\/1784"}],"metadata":[{"href":"https:\/\/courses.lumenlearning.com\/ivytech-collegealgebra\/wp-json\/pressbooks\/v2\/chapters\/1788\/metadata\/"}],"wp:attachment":[{"href":"https:\/\/courses.lumenlearning.com\/ivytech-collegealgebra\/wp-json\/wp\/v2\/media?parent=1788"}],"wp:term":[{"taxonomy":"chapter-type","embeddable":true,"href":"https:\/\/courses.lumenlearning.com\/ivytech-collegealgebra\/wp-json\/pressbooks\/v2\/chapter-type?post=1788"},{"taxonomy":"contributor","embeddable":true,"href":"https:\/\/courses.lumenlearning.com\/ivytech-collegealgebra\/wp-json\/wp\/v2\/contributor?post=1788"},{"taxonomy":"license","embeddable":true,"href":"https:\/\/courses.lumenlearning.com\/ivytech-collegealgebra\/wp-json\/wp\/v2\/license?post=1788"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}