{"id":1371,"date":"2025-07-24T19:13:55","date_gmt":"2025-07-24T19:13:55","guid":{"rendered":"https:\/\/content.one.lumenlearning.com\/precalculus\/?post_type=chapter&#038;p=1371"},"modified":"2026-03-23T20:20:15","modified_gmt":"2026-03-23T20:20:15","slug":"matrices-and-matrix-operations-learn-it-3","status":"publish","type":"chapter","link":"https:\/\/content.one.lumenlearning.com\/precalculus\/chapter\/matrices-and-matrix-operations-learn-it-3\/","title":{"raw":"Matrices and Matrix Operations: Learn It 3","rendered":"Matrices and Matrix Operations: Learn It 3"},"content":{"raw":"<h2>Scalar Multiples of a Matrix<\/h2>\r\nBesides 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.\r\n\r\nThe 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.\r\n\r\n<section class=\"textbox example\" aria-label=\"Example\">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 from the fall 2013 semester to the fall of 2014. They estimate that [latex]15\\%[\/latex] more equipment is needed in both labs. The school\u2019s current inventory is displayed in the table below.\r\n<table style=\"height: 60px;\" summary=\"..\">\r\n<thead>\r\n<tr style=\"height: 15px;\">\r\n<th style=\"height: 15px;\"><\/th>\r\n<th style=\"height: 15px; text-align: center;\">Lab A<\/th>\r\n<th style=\"height: 15px; text-align: center;\">Lab B<\/th>\r\n<\/tr>\r\n<\/thead>\r\n<tbody>\r\n<tr style=\"height: 15px;\">\r\n<td style=\"height: 15px;\"><strong>Computers<\/strong><\/td>\r\n<td style=\"height: 15px; text-align: center;\">[latex]15[\/latex]<\/td>\r\n<td style=\"height: 15px; text-align: center;\">[latex]27[\/latex]<\/td>\r\n<\/tr>\r\n<tr style=\"height: 15px;\">\r\n<td style=\"height: 15px;\"><strong>Computer Tables<\/strong><\/td>\r\n<td style=\"height: 15px; text-align: center;\">[latex]16[\/latex]<\/td>\r\n<td style=\"height: 15px; text-align: center;\">[latex]34[\/latex]<\/td>\r\n<\/tr>\r\n<tr style=\"height: 15px;\">\r\n<td style=\"height: 15px;\"><strong>Chairs<\/strong><\/td>\r\n<td style=\"height: 15px; text-align: center;\">[latex]16[\/latex]<\/td>\r\n<td style=\"height: 15px; text-align: center;\">[latex]34[\/latex]<\/td>\r\n<\/tr>\r\n<\/tbody>\r\n<\/table>\r\nConverting the data to a matrix, we have the computer inventory in fall 2013 given by\r\n<p 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]<\/p>\r\nTo calculate how much computer equipment will be needed in 2014, we multiply all entries in matrix [latex]C[\/latex] by [latex]0.15[\/latex].\r\n<p 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]<\/p>\r\nWe must round up to the next integer, so the amount of new equipment needed is\r\n<p style=\"text-align: center;\">[latex]\\left[\\begin{array}{c}3\\\\ 3\\\\ 3\\end{array}\\begin{array}{c}5\\\\ 6\\\\ 6\\end{array}\\right][\/latex]<\/p>\r\nAdding the two matrices as shown below, we see the new inventory amounts.\r\n<p 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]<\/p>\r\nThis means\r\n<p 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]<\/p>\r\nThus, Lab A will have [latex]18[\/latex] computers, [latex]19[\/latex] computer tables, and [latex]19[\/latex] chairs; Lab B will have [latex]32[\/latex] computers, [latex]40[\/latex] computer tables, and [latex]40[\/latex] chairs.\r\n\r\n<\/section><section class=\"textbox keyTakeaway\" aria-label=\"Key Takeaway\">\r\n<h3>scalar multiplication<\/h3>\r\nScalar multiplication involves finding the product of a constant by each entry in the matrix. Given\r\n<p 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]<\/p>\r\nthe scalar multiple [latex]cA[\/latex] is\r\n<p style=\"text-align: center;\">[latex]\\begin{array}{ll}cA &amp; =c\\left[\\begin{array}{ccc}{a}_{11}&amp; &amp; {a}_{12}\\\\ {a}_{21}&amp; &amp; {a}_{22}\\end{array}\\right]\\hfill \\\\ &amp; =\\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]<\/p>\r\nScalar multiplication is distributive. For the matrices [latex]A,B[\/latex], and [latex]C[\/latex] with scalars [latex]a[\/latex] and [latex]b[\/latex],\r\n<p 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]<\/p>\r\n\r\n<\/section><section class=\"textbox example\" aria-label=\"Example\">Multiply matrix [latex]A[\/latex] by the scalar [latex]3[\/latex].\r\n<p style=\"text-align: center;\">[latex]A=\\left[\\begin{array}{cc}8&amp; 1\\\\ 5&amp; 4\\end{array}\\right][\/latex]<\/p>\r\n[reveal-answer q=\"90744\"]Show Solution[\/reveal-answer]\r\n[hidden-answer a=\"90744\"]\r\n\r\nMultiply each entry in [latex]A[\/latex] by the scalar [latex]3[\/latex].\r\n<p style=\"text-align: center;\">[latex]\\begin{array}{ll}3A &amp; =3\\left[\\begin{array}{rr}\\hfill 8&amp; \\hfill 1\\\\ \\hfill 5&amp; \\hfill 4\\end{array}\\right]\\hfill \\\\ &amp; = \\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 \\\\ &amp; = \\left[\\begin{array}{rr}\\hfill 24&amp; \\hfill 3\\\\ \\hfill 15&amp; \\hfill 12\\end{array}\\right]\\hfill \\end{array}[\/latex]<\/p>\r\n[\/hidden-answer]\r\n\r\n<\/section><section class=\"textbox tryIt\" aria-label=\"Try It\">[ohm_question hide_question_numbers=1]321715[\/ohm_question]<\/section><section class=\"textbox example\" aria-label=\"Example\">Given:\r\n<p 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]<\/p>\r\nFind the sum [latex]3A+2B[\/latex].\r\n\r\n[reveal-answer q=\"755068\"]Show Solution[\/reveal-answer]\r\n[hidden-answer a=\"755068\"]\r\n\r\nFirst, find [latex]3A,\\text{}[\/latex] then [latex]2B[\/latex].\r\n<p style=\"text-align: center;\">[latex]\\begin{array}{l}\\hfill \\\\ \\hfill \\\\ 3A &amp; =\\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 \\\\ &amp; =\\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]\r\n[latex]\\begin{array}{l}\\hfill \\\\ \\hfill \\\\ 2B &amp; =\\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 \\\\ &amp; =\\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]<\/p>\r\nNow, add [latex]3A+2B[\/latex].\r\n<p style=\"text-align: center;\">[latex]\\begin{array}{l}\\hfill \\\\ \\hfill \\\\ 3A+2B &amp; =\\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 \\\\ &amp; =\\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 \\\\ &amp; =\\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]<\/p>\r\n[\/hidden-answer]\r\n\r\n<\/section><section class=\"textbox tryIt\" aria-label=\"Try It\">[ohm_question hide_question_numbers=1]321716[\/ohm_question]<\/section>","rendered":"<h2>Scalar Multiples of a Matrix<\/h2>\n<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.<\/p>\n<p>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<section class=\"textbox example\" aria-label=\"Example\">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 from the fall 2013 semester to the fall of 2014. They estimate that [latex]15\\%[\/latex] more equipment is needed in both labs. The school\u2019s current inventory is displayed in the table below.<\/p>\n<table style=\"height: 60px;\" summary=\"..\">\n<thead>\n<tr style=\"height: 15px;\">\n<th style=\"height: 15px;\"><\/th>\n<th style=\"height: 15px; text-align: center;\">Lab A<\/th>\n<th style=\"height: 15px; text-align: center;\">Lab B<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr style=\"height: 15px;\">\n<td style=\"height: 15px;\"><strong>Computers<\/strong><\/td>\n<td style=\"height: 15px; text-align: center;\">[latex]15[\/latex]<\/td>\n<td style=\"height: 15px; text-align: center;\">[latex]27[\/latex]<\/td>\n<\/tr>\n<tr style=\"height: 15px;\">\n<td style=\"height: 15px;\"><strong>Computer Tables<\/strong><\/td>\n<td style=\"height: 15px; text-align: center;\">[latex]16[\/latex]<\/td>\n<td style=\"height: 15px; text-align: center;\">[latex]34[\/latex]<\/td>\n<\/tr>\n<tr style=\"height: 15px;\">\n<td style=\"height: 15px;\"><strong>Chairs<\/strong><\/td>\n<td style=\"height: 15px; text-align: center;\">[latex]16[\/latex]<\/td>\n<td style=\"height: 15px; text-align: center;\">[latex]34[\/latex]<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>Converting the data to a matrix, we have the computer inventory in fall 2013 given by<\/p>\n<p 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]<\/p>\n<p>To calculate how much computer equipment will be needed in 2014, we multiply all entries in matrix [latex]C[\/latex] by [latex]0.15[\/latex].<\/p>\n<p 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]<\/p>\n<p>We must round up to the next integer, so the amount of new equipment needed is<\/p>\n<p style=\"text-align: center;\">[latex]\\left[\\begin{array}{c}3\\\\ 3\\\\ 3\\end{array}\\begin{array}{c}5\\\\ 6\\\\ 6\\end{array}\\right][\/latex]<\/p>\n<p>Adding the two matrices as shown below, we see the new inventory amounts.<\/p>\n<p 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]<\/p>\n<p>This means<\/p>\n<p 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]<\/p>\n<p>Thus, Lab A will have [latex]18[\/latex] computers, [latex]19[\/latex] computer tables, and [latex]19[\/latex] chairs; Lab B will have [latex]32[\/latex] computers, [latex]40[\/latex] computer tables, and [latex]40[\/latex] chairs.<\/p>\n<\/section>\n<section class=\"textbox keyTakeaway\" aria-label=\"Key Takeaway\">\n<h3>scalar multiplication<\/h3>\n<p>Scalar multiplication involves finding the product of a constant by each entry in the matrix. Given<\/p>\n<p style=\"text-align: center;\">[latex]A=\\left[\\begin{array}{cccc}{a}_{11}& & & {a}_{12}\\\\ {a}_{21}& & & {a}_{22}\\end{array}\\right][\/latex]<\/p>\n<p>the scalar multiple [latex]cA[\/latex] is<\/p>\n<p style=\"text-align: center;\">[latex]\\begin{array}{ll}cA & =c\\left[\\begin{array}{ccc}{a}_{11}& & {a}_{12}\\\\ {a}_{21}& & {a}_{22}\\end{array}\\right]\\hfill \\\\ & =\\left[\\begin{array}{ccc}c{a}_{11}& & c{a}_{12}\\\\ c{a}_{21}& & c{a}_{22}\\end{array}\\right]\\hfill \\end{array}[\/latex]<\/p>\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<p 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]<\/p>\n<\/section>\n<section class=\"textbox example\" aria-label=\"Example\">Multiply matrix [latex]A[\/latex] by the scalar [latex]3[\/latex].<\/p>\n<p style=\"text-align: center;\">[latex]A=\\left[\\begin{array}{cc}8& 1\\\\ 5& 4\\end{array}\\right][\/latex]<\/p>\n<div class=\"qa-wrapper\" style=\"display: block\"><button class=\"show-answer show-answer-button collapsed\" data-target=\"q90744\">Show Solution<\/button><\/p>\n<div id=\"q90744\" class=\"hidden-answer\" style=\"display: none\">\n<p>Multiply each entry in [latex]A[\/latex] by the scalar [latex]3[\/latex].<\/p>\n<p style=\"text-align: center;\">[latex]\\begin{array}{ll}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]<\/p>\n<\/div>\n<\/div>\n<\/section>\n<section class=\"textbox tryIt\" aria-label=\"Try It\"><iframe loading=\"lazy\" id=\"ohm321715\" class=\"resizable\" src=\"https:\/\/ohm.lumenlearning.com\/multiembedq.php?id=321715&theme=lumen&iframe_resize_id=ohm321715&source=tnh\" width=\"100%\" height=\"150\"><\/iframe><\/section>\n<section class=\"textbox example\" aria-label=\"Example\">Given:<\/p>\n<p 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]<\/p>\n<p>Find the sum [latex]3A+2B[\/latex].<\/p>\n<div class=\"qa-wrapper\" style=\"display: block\"><button class=\"show-answer show-answer-button collapsed\" data-target=\"q755068\">Show Solution<\/button><\/p>\n<div id=\"q755068\" class=\"hidden-answer\" style=\"display: none\">\n<p>First, find [latex]3A,\\text{}[\/latex] then [latex]2B[\/latex].<\/p>\n<p style=\"text-align: center;\">[latex]\\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 \\\\ & =\\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]<br \/>\n[latex]\\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 \\\\ & =\\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]<\/p>\n<p>Now, add [latex]3A+2B[\/latex].<\/p>\n<p 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 \\\\ & =\\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 \\\\ & =\\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]<\/p>\n<\/div>\n<\/div>\n<\/section>\n<section class=\"textbox tryIt\" aria-label=\"Try It\"><iframe loading=\"lazy\" id=\"ohm321716\" class=\"resizable\" src=\"https:\/\/ohm.lumenlearning.com\/multiembedq.php?id=321716&theme=lumen&iframe_resize_id=ohm321716&source=tnh\" width=\"100%\" height=\"150\"><\/iframe><\/section>\n","protected":false},"author":13,"menu_order":6,"template":"","meta":{"_candela_citation":"[]","pb_show_title":"on","pb_short_title":"","pb_subtitle":"","pb_authors":[],"pb_section_license":""},"chapter-type":[],"contributor":[],"license":[],"part":514,"module-header":"learn_it","content_attributions":[],"internal_book_links":[],"video_content":null,"cc_video_embed_content":{"cc_scripts":"","media_targets":[]},"try_it_collection":null,"_links":{"self":[{"href":"https:\/\/content.one.lumenlearning.com\/precalculus\/wp-json\/pressbooks\/v2\/chapters\/1371"}],"collection":[{"href":"https:\/\/content.one.lumenlearning.com\/precalculus\/wp-json\/pressbooks\/v2\/chapters"}],"about":[{"href":"https:\/\/content.one.lumenlearning.com\/precalculus\/wp-json\/wp\/v2\/types\/chapter"}],"author":[{"embeddable":true,"href":"https:\/\/content.one.lumenlearning.com\/precalculus\/wp-json\/wp\/v2\/users\/13"}],"version-history":[{"count":5,"href":"https:\/\/content.one.lumenlearning.com\/precalculus\/wp-json\/pressbooks\/v2\/chapters\/1371\/revisions"}],"predecessor-version":[{"id":5966,"href":"https:\/\/content.one.lumenlearning.com\/precalculus\/wp-json\/pressbooks\/v2\/chapters\/1371\/revisions\/5966"}],"part":[{"href":"https:\/\/content.one.lumenlearning.com\/precalculus\/wp-json\/pressbooks\/v2\/parts\/514"}],"metadata":[{"href":"https:\/\/content.one.lumenlearning.com\/precalculus\/wp-json\/pressbooks\/v2\/chapters\/1371\/metadata\/"}],"wp:attachment":[{"href":"https:\/\/content.one.lumenlearning.com\/precalculus\/wp-json\/wp\/v2\/media?parent=1371"}],"wp:term":[{"taxonomy":"chapter-type","embeddable":true,"href":"https:\/\/content.one.lumenlearning.com\/precalculus\/wp-json\/pressbooks\/v2\/chapter-type?post=1371"},{"taxonomy":"contributor","embeddable":true,"href":"https:\/\/content.one.lumenlearning.com\/precalculus\/wp-json\/wp\/v2\/contributor?post=1371"},{"taxonomy":"license","embeddable":true,"href":"https:\/\/content.one.lumenlearning.com\/precalculus\/wp-json\/wp\/v2\/license?post=1371"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}